faster FIND and POSITION on bit-vectors
[sbcl.git] / src / compiler / generic /
2011-12-15 Alastair BridgewaterDX structs with raw slots only allowed on conservative...
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays
2011-12-09 Nikodemus Siivolarefactor FOP table and stack handling
2011-12-05 Nikodemus Siivoladon't stack-allocate specialized vectors on non-conserv...
2011-12-05 Manfred Gahrfix make.sh --dynamic-space-size option handling
2011-12-05 Nikodemus Siivolasemaphores in the runtime
2011-12-05 Nikodemus Siivolause boxed constants for full calls
2011-11-21 Nikodemus Siivolasmaller default dynamic-space size on GENCGC
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-10-26 Alastair BridgewaterMinor lowtag-handling cleanup in genesis.
2011-10-25 Alastair Bridgewaterthreads: Thread objects don't need a lowtag.
2011-10-25 Alastair Bridgewatergenesis: Export assembly slot offsets for primitive...
2011-10-22 Paul KhuongFix a long-standing bug in (PRIMITIVE-TYPE [MEMBER...
2011-10-20 Alastair Bridgewater63-bit fixnums on 64-bit targets.
2011-10-19 Alastair BridgewaterReorder 64-bit lowtags.
2011-10-19 Alastair BridgewaterGeneral disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-10-19 Alastair BridgewaterChange x86oid modular arithmetic to work if fixnum...
2011-10-19 Alastair BridgewaterFix definition of most-FOOative-fixnum.
2011-10-19 Alastair BridgewaterIntroduce sb!vm::fixnum-lowtags
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-05 Nikodemus Siivolarename %FLOOR to %BIGFLOOR
2011-08-05 Nikodemus Siivolaexport MOST-POSITIVE-WORD from SB-EXT
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
2011-07-03 Paul KhuongDifferentiate between object slot initialisation and...
2011-05-24 Nikodemus Siivola1.0.48.21: explicitly indefinite-extent leaves, safer...
2010-10-10 Juho Snellman1.0.43.40: Allow use of unmangled win32 function names
2010-10-07 Alastair Bridgewater1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD
2010-10-07 Alastair Bridgewater1.0.43.32: x86: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.31: x86-64: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.30: threads: Initial implementation of ATOMIC...
2010-10-05 Nikodemus Siivola1.0.43.24: initialize cold-layouts with source-location...
2010-10-04 Nathan Froyd1.0.43.17: fix static symbols for array dispatch tables
2010-09-30 Nikodemus Siivola1.0.43.10: make.sh now accepts --dynamic-space-size...
2010-09-30 Nikodemus Siivola1.0.43.1: better handling of complex array types in...
2010-09-08 Alastair Bridgewater1.0.42.34: threads: Consolidate thread-specific static...
2010-08-08 Alastair Bridgewater1.0.41.36: ppc: Implement atomic-{incf,decf} as atomic...
2010-08-07 Alastair Bridgewater1.0.41.25: compiler: Create sb!vm::static-fdefn-offset.
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2010-08-07 Alastair Bridgewater1.0.41.19: runtime: Fix pseudo-atomic on non-x86oid...
2010-08-07 Alastair Bridgewater1.0.41.17: runtime: Make foreign_function_call_active...
2010-08-06 Alastair Bridgewater1.0.41.15: gencgc: Implement object pinning for non...
2010-06-13 Cyrus Harmon1.0.39.15: delete all traces of the darwin dlshim
2010-06-03 Cyrus Harmon1.0.39.3: support building on darwin x86 and x86-64...
2010-04-03 Alastair Bridgewater1.0.37.29: Cleanup from fasl format and fasdump logic...
2010-04-03 Alastair Bridgewater1.0.37.27: Add new named-package FOPs for simpler packa...
2010-04-03 Alastair Bridgewater1.0.37.25: Defer interning symbols to cold-core as...
2010-04-03 Alastair Bridgewater1.0.37.24: Genesis deFIXMEification: Symbol allocation...
2010-03-28 Nikodemus Siivola1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET
2010-03-26 Nikodemus Siivola1.0.36.40: fix PPC build
2010-03-08 Nikodemus Siivola1.0.36.15: upgraded array element-type of unions and...
2010-02-28 Nikodemus Siivola1.0.36.6: array data vector type derivation
2010-01-06 Nathan Froyd1.0.34.5: remove dead DATA-VECTOR-{REF,SET} transforms
2009-12-21 Alastair Bridgewater1.0.33.28: Display descriptions for internal errors...
2009-11-19 Nikodemus Siivola1.0.32.33: GENCGC tuning parameters
2009-08-23 Christophe Rhodes1.0.30.51: fix for COERCE compilation regression
2009-08-04 Nikodemus Siivola1.0.30.34: flushable INITIALIZE-VECTOR
2009-07-29 Nikodemus Siivola1.0.30.11: autogenerate tagname information for LDB...
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-25 Paul Khuong1.0.29.44: Complex float improvements
2009-06-22 Gabor Melis1.0.29.32: SCRUB-CONTROL-STACK related changes
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-06-18 Nikodemus Siivola1.0.29.14: implement SB-INTROSPECT:ALLOCATION-INFORMATION
2009-06-17 Nikodemus Siivola1.0.29.12: nicer DX capability conditionalization
2009-05-21 Nathan Froyd1.0.28.68: move PPC over to slimmed-down EMIT-ERROR...
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2009-05-16 Nikodemus Siivola1.0.28.51: better MAKE-ARRAY transforms
2009-05-16 Nikodemus Siivola1.0.28.49: allow stack allocation for arguments of...
2009-05-14 Nikodemus Siivola1.0.28.47: depessimize accesses to maybe non-simple...
2009-05-08 Nathan Froyd1.0.28.31: remove :PREFIX/:SUFFIX from DEFENUM for...
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-05-08 Nathan Froyd1.0.28.28: delete %RAW-BITS and %SET-RAW-BITS
2009-05-07 Nikodemus Siivola1.0.28.24: better %ARRAY-DISPLACED-FROM handling
2009-05-06 Nikodemus Siivola1.0.28.21: further array typechecking optimization
2009-05-06 Nikodemus Siivola1.0.28.19: faster ARRAY-DIMENSION for non-vectors
2009-05-01 Nathan Froyd1.0.28.5: delete MERGE-BITS
2009-04-24 Christophe Rhodes1.0.27.44: genesis fixes
2009-04-24 Christophe Rhodes1.0.27.37: fix host constant leaks
2009-04-24 Christophe Rhodes1.0.27.34: various trivial fixups for portability ...
2009-04-24 Christophe Rhodes1.0.27.33: make various form orders deterministic
2009-04-24 Christophe Rhodes1.0.27.31: repeatable fasl header and debug-source
2009-03-22 Christophe Rhodes1.0.26.14: minor portability fixes
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.43: alpha interrupt context fixes
2009-02-16 Gabor Melis1.0.25.34: gc trigger improvements
2009-02-16 Gabor Melis1.0.25.32: improvements to WITHOUT-GCING
2009-02-16 Gabor Melis1.0.25.29: thread state visibility and synchronization
2009-02-11 Alastair Bridgewater1.0.25.11: Remove unused SIZE slot from catch-block...
2009-02-04 Gabor Melis1.0.25.8: fix sxhash bug
2009-02-03 Alastair Bridgewater1.0.25.5: genesis descriptor-intuit-gspace cleanups
2009-02-03 Alastair Bridgewater1.0.25.4: genesis load-time-value cleanup
2009-02-03 Alastair Bridgewater1.0.25.3: earlier x86 code-object fixup envectorization
2009-02-03 Alastair Bridgewater1.0.25.2: Eliminate untagged pointers to heap space...
2009-02-03 Alastair Bridgewater1.0.25.1: x86-64 code fixup recording for gc / slash...
2009-01-04 Nikodemus Siivola1.0.24.21: call stub needed to switch between hpux...
2009-01-03 Nikodemus Siivola1.0.24.16: updates on how we deal with fixup on HPPA
2009-01-03 Nikodemus Siivola1.0.24.11: stack allocation support for HPPA
2009-01-03 Nikodemus Siivola1.0.24.10: raw slot support for HPPA
next