1.0.28.48: fix regressions from 1.0.28.47
[sbcl.git] / src / compiler /
2009-05-15 Nikodemus Siivola1.0.28.48: fix regressions from 1.0.28.47
2009-05-14 Nikodemus Siivola1.0.28.47: depessimize accesses to maybe non-simple...
2009-05-12 Nikodemus Siivola1.0.28.41: make MAKE-ARRAY transforms co-operate with...
2009-05-11 Nikodemus Siivola1.0.28.39: more error reporting tweakery
2009-05-11 Nikodemus Siivola1.0.28.38: undefined warning and compilation unit summa...
2009-05-11 Nikodemus Siivola1.0.28.36: better logic for failure-to-stack-allocate...
2009-05-11 Nikodemus Siivola1.0.28.35: compiler notes for failure to stack allocate
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.26: Mr. ATOMIC-INCF/SYMBOL, meet Mr. AX
2009-05-07 Nikodemus Siivola1.0.28.24: better %ARRAY-DISPLACED-FROM handling
2009-05-06 Alastair Bridgewater1.0.28.22: Fix deref of (alien (* t)) values
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-06 Nikodemus Siivola1.0.28.18: better TRULY-DYNAMIC-EXTENT handling
2009-05-06 Nikodemus Siivola1.0.28.17: tn packing issues in ALLOCATE-VECTOR-ON...
2009-05-04 Alastair Bridgewater1.0.28.11: Fix bug 316325 (x86oid alien integer result...
2009-05-04 Nikodemus Siivola1.0.28.10: faster array dimension typechecking code
2009-05-04 Nikodemus Siivola1.0.28.9: open code ARRAY-RANK
2009-05-01 Nathan Froyd1.0.28.5: delete MERGE-BITS
2009-05-01 Nikodemus Siivola1.0.28.4: various macro source locations were off-by...
2009-05-01 Nikodemus Siivola1.0.28.2: fix bug 201, Incautious type inference from...
2009-04-24 Christophe Rhodes1.0.27.44: genesis fixes
2009-04-24 Christophe Rhodes1.0.27.43: constant coalescing agreement fixes
2009-04-24 Christophe Rhodes1.0.27.42: explicit determinism in the compiler
2009-04-24 Christophe Rhodes1.0.27.41: floating point implementation smoothing
2009-04-24 Christophe Rhodes1.0.27.40: host-invariant string constant coalescing
2009-04-24 Christophe Rhodes1.0.27.37: fix host constant leaks
2009-04-24 Christophe Rhodes1.0.27.36: host CL symbols with other home packages
2009-04-24 Christophe Rhodes1.0.27.35: minimize the potential for presenting hosts...
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.32: implement and use SB!XC:GENSYM
2009-04-24 Christophe Rhodes1.0.27.31: repeatable fasl header and debug-source
2009-04-23 Nikodemus Siivola1.0.27.28: better source paths for malformed declaratio...
2009-04-21 Gabor Melis1.0.27.17: faster local calls on x86/x86-64
2009-04-21 Gabor Melis1.0.27.16: slightly smaller LISTIFY-REST-ARGS on x86...
2009-04-21 Gabor Melis1.0.27.15: optimize multiple values recievers on x86...
2009-04-21 Gabor Melis1.0.27.14: bias x86oid frame pointer
2009-04-21 Gabor Melis1.0.27.13: more RET on x86oids
2009-04-21 Gabor Melis1.0.27.12: x86/x86-64 calling convention comments,...
2009-04-21 Gabor Melis1.0.27.11: swap ocfp and return-pc slots in x86oid...
2009-04-13 Gabor Melis1.0.27.8: slightly faster x86oid pseudo atomic with...
2009-04-07 Gabor Melis1.0.27.4: x86/x86-64 REP prefix has the same code as...
2009-04-07 Gabor Melis1.0.27.3: fix UNWIND-TO-FRAME-AND-CALL
2009-03-23 Christophe Rhodes1.0.26.20: tighter VECTOR-PUSH-EXTEND argument type
2009-03-22 Christophe Rhodes1.0.26.14: minor portability fixes
2009-03-22 Juho Snellman1.0.26.13: OpenBSD x86-64 support
2009-03-14 Gabor Melis1.0.26.3: cleanup accesses to *STEPPING* on MIPS and...
2009-03-01 Christophe Rhodes1.0.25.58: HPPA fixes from Larry Valkama
2009-02-17 Alastair Bridgewater1.0.25.55: x86 disassembler 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-16 Gabor Melis1.0.25.15: less compilation warnings
2009-02-16 Gabor Melis1.0.25.14: comments
2009-02-11 Alastair Bridgewater1.0.25.11: Remove unused SIZE slot from catch-block...
2009-02-05 Gabor Melis1.0.25.9: INVOKE-WITH-SAVED-FP-AND-PC changes
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-26 Juho Snellman1.0.24.48: Do explicit sign-extension of small signed...
2009-01-15 Nikodemus Siivola1.0.24.43: DEFTYPE to accept bodies consisting a single...
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2009-01-12 Nikodemus Siivola1.0.24.40: fix regression from 1.0.24.37
2009-01-12 Nikodemus Siivola1.0.24.37: full raw-instance-slot support on HPPA
2009-01-11 Paul Khuong1.0.24.35: Flag-setting VOPs on x86[-64] and conditiona...
2009-01-11 Paul Khuong1.0.24.34: IR2: additional representation for predicate...
2009-01-10 Nikodemus Siivola1.0.24.30: fixed and tested some more cleanups on hppa...
2009-01-04 Nikodemus Siivola1.0.24.22: mudball of VOP updates for HPPA
2009-01-04 Nikodemus Siivola1.0.24.21: call stub needed to switch between hpux...
2009-01-03 Nikodemus Siivola1.0.24.19: COMPILE-TIME reports timings at millisecond...
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
2009-01-03 Nikodemus Siivola1.0.24.9: fix overlapping address spaces on sparc
2009-01-02 Nikodemus Siivola1.0.24.7: CHAR-CODE type derivation
2009-01-02 Nikodemus Siivola1.0.24.3: sanity check address spaces
2008-12-31 Christophe Rhodes1.0.24: release, will be tagged as sbcl_1_0_24
2008-12-31 Nikodemus Siivola1.0.23.71: fix overlapping spaces on OpenBSD
2008-12-26 Richard M Kreuter1.0.23.70: Add a keyword to DIRECTORY to suppress symli...
2008-12-26 Richard M Kreuter1.0.23.68: Cleanups in constraint propagation.
2008-12-25 Thiemo Seufer1.0.23.67: Fix MIPS FIXED-ALLOC VOP.
2008-12-23 Thiemo Seufer1.0.23.66: Calculate array sizes in a more reliable...
2008-12-22 Nikodemus Siivola1.0.23.64: fixed bug 395
2008-12-21 Thiemo Seufer1.0.23.62: Micro-optimization for MIPS' SYMBOL-HASH...
2008-12-21 Nikodemus Siivola1.0.23.60: fix bug 354: XEPs in backtraces, properly...
2008-12-18 Nikodemus Siivola1.0.23.52: FORMAT performance tweaking
2008-12-18 Thiemo Seufer1.0.23.50: Less magic constants in the MIPS backend.
2008-12-17 Thiemo Seufer1.0.23.49: Eliminate FCN as function moniker.
2008-12-17 Thiemo Seufer1.0.23.46: Remove redundant uses of zero-tn in the...
2008-12-17 Thiemo Seufer1.0.23.45: Remove superfluous register :offsets in...
2008-12-17 Thiemo Seufer1.0.23.44: Nicer code for MIPS, lifted from the SPARC...
next