1.0.35.14: Remove unused function PRINT-CONTINUATION.
[sbcl.git] / src / compiler / x86 /
2010-01-06 Nathan Froyd1.0.34.4: micro-optimize widetag checking on x86oids
2009-12-17 Nathan Froyd1.0.33.20: MORE CONSTANTIFICATION
2009-12-15 Gabor Melis1.0.33.11: fix detection of tls exhaustion
2009-09-29 Nathan Froyd1.0.31.24: add BSWAP instruction for x86
2009-09-26 Nathan Froyd1.0.31.21: OAOOize SAP-REF-64 and friends
2009-08-22 Christophe Rhodesx86 sap fixes
2009-08-06 Nikodemus Siivola1.0.30.38: faster TRUNCATE on floats
2009-07-31 Nikodemus Siivola1.0.30.23: adjust OpenBSD address spaces on x86
2009-07-28 Nikodemus Siivola1.0.30.7: refactor debugging cruft in definition of...
2009-07-18 Paul Khuong1.0.30.3: deal with load-time-value constants more...
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-18 Nikodemus Siivola1.0.29.15: delete stray debugging cruft
2009-06-18 Nikodemus Siivola1.0.29.14: implement SB-INTROSPECT:ALLOCATION-INFORMATION
2009-06-05 Nikodemus Siivola1.0.29.3: better reporting for failure to stack allocate
2009-06-05 Nikodemus Siivola1.0.29.2: implement fixnump/signed-word VOP on x86...
2009-06-03 Nikodemus Siivola1.0.28.76: fix non-unicode builds on x86 and x86-64
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-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-01 Nathan Froyd1.0.28.5: delete MERGE-BITS
2009-04-24 Christophe Rhodes1.0.27.43: constant coalescing agreement fixes
2009-04-24 Christophe Rhodes1.0.27.41: floating point implementation smoothing
2009-04-24 Christophe Rhodes1.0.27.32: implement and use SB!XC:GENSYM
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-02-17 Alastair Bridgewater1.0.25.55: x86 disassembler fixes.
2009-02-11 Alastair Bridgewater1.0.25.11: Remove unused SIZE slot from catch-block...
2009-01-26 Juho Snellman1.0.24.48: Do explicit sign-extension of small signed...
2009-01-12 Nikodemus Siivola1.0.24.40: fix regression from 1.0.24.37
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...
2008-12-31 Nikodemus Siivola1.0.23.71: fix overlapping spaces on OpenBSD
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-09-20 Nikodemus Siivola1.0.20.16: make LOCK and FS prefixes part of the affect...
2008-09-19 Nikodemus Siivola1.0.20.15: rename SB-ASSEM:ALIGN to EMIT-ALIGNMENT
2008-09-17 Nikodemus Siivola1.0.20.8: ATOMIC-INCF implementation
2008-08-01 Paul Khuong1.0.19.14: Immediate SAP bug fix & grab bag of small...
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-07-19 Nikodemus Siivola1.0.18.25: tweak stack allocation on x86 and x86-64
2008-07-07 Nikodemus Siivola1.0.18.13: adjust address-spaces for Windows 32
2008-07-04 Nikodemus Siivola1.0.18.12: adjust address-spaces for Windows 64
2008-05-29 Nikodemus Siivola1.0.17.7: smaller and faster raw slot initialization...
2008-05-28 Nikodemus Siivola1.0.17.4: support for dynamic-extent structures
2008-05-17 Nikodemus Siivola1.0.16.35: improved TIME output
2008-05-08 Nikodemus Siivola1.0.16.27: function-ify ERROR-CALL and GENERATE-ERROR...
2008-05-08 Nikodemus Siivola1.0.16.22: FIXED-ALLOC to use MAYBE-PSEUDO-ATOMIC on...
2008-04-24 Nathan Froyd1.0.16.10: function-ify ERROR-CALL and GENERATE-ERROR...
2008-03-17 Nikodemus Siivola1.0.15.36: fix bug 423
2008-03-14 Nikodemus Siivola1.0.15.33: implement SB-VM::WITH-CYCLE-COUNTER for...
2008-03-10 Nikodemus Siivola1.0.15.19: use TEST X X when possible in SIGNED-BYTE...
2008-03-10 Nikodemus Siivola1.0.15.17: better threaded BIND & UNBIND for x86-64
2008-03-07 Christophe Rhodes1.0.15.16: New modular arithmetic representation decision
2008-03-05 Nikodemus Siivola1.0.15.15: reset DF on x86 and x86-64 after every STD...
2008-03-05 Nikodemus Siivola1.0.15.14: move bignum allocation out of line on x86...
2008-03-01 Nikodemus Siivola1.0.15.7: threaded BIND and UNBIND improvements on x86
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2008-01-02 Nikodemus Siivola1.0.13.10: x86 MOVE-FROM-SIGNED & MOVE-FROM-UNSIGNED...
2007-11-30 Nikodemus Siivola1.0.12.9: don't limit TOUCH-OBJECT to descriptor-regs
2007-11-09 Nikodemus Siivola1.0.11.20: fix with-pinned-objects stack corruption...
2007-11-06 Nikodemus Siivola1.0.11.11: expand zero-object WITH-PINNED-OBJECTS to...
2007-10-11 NIIMI Satoshi1.0.10.42: change dynamic space area on FreeBSD
2007-09-26 Nikodemus Siivola1.0.10.5: dynamic-extent CONS
2007-09-12 Christophe Rhodes1.0.9.58: Fix x86 smod30 ash with a constant large...
2007-07-16 Nikodemus Siivola1.0.7.21: threaded SET & BIND VOP touchups
2007-07-15 Nikodemus Siivola1.0.7.19: SB-EXT:COMPARE-AND-SWAP
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-28 Nikodemus Siivola1.0.7.1: dynamic extent value cells
2007-06-11 Juho Snellman1.0.6.45: fix compilation speed regression from DATA...
2007-06-05 Juho Snellman1.0.6.24: a more sophisticated UNWIND-TO-FRAME-AND...
2007-05-19 Nathan Froyd1.0.5.53: cleanup LOAD-TYPE macros
2007-05-08 NIIMI Satoshi1.0.5.43: change memory layout on FreeBSD
2007-05-06 Nikodemus Siivola1.0.5.35: stack alignment on x86/Darwin, once more
2007-04-30 Juho Snellman1.0.5.14: make PURIFY a no-op on gencgc
2007-04-29 Nikodemus Siivola1.0.5.6: compare-and-swap / instance-set-conditional...
2007-04-17 lisphacker1.0.4.97: Oops. Fix bug introduced in x86 vop if-eq...
2007-04-13 lisphacker1.0.4.82: more x86 backend cleanups
2007-04-13 lisphacker1.0.4.81: more x86 backend cleanups
2007-04-12 lisphacker1.0.4.73: more x86 backend cleanups
2007-04-12 lisphacker1.0.4.72: More x86 backend cleanups
2007-04-12 lisphacker1.0.4.71: x86 backend cleanup
2007-04-12 lisphacker1.0.4.70: more x86 backend cleanups
2007-04-11 lisphacker1.0.4.68: Restore x86 non-darwin buildability.
2007-04-11 Nathan Froyd1.0.4.66: Undo D-X changes in 1.0.4.63
2007-04-11 Nikodemus Siivola1.0.4.64: more stack-alignment x86/Darwin
2007-04-11 Nathan Froyd1.0.4.63: Don't zeroize dynamic-extent simple-unboxed...
2007-04-11 Nikodemus Siivola1.0.4.61: stack-alignment on CALL-OUT VOP on x86/Darwin
2007-04-10 Nathan Froyd1.0.4.55: Optimized REPLACE and UB*-BASH-COPY routines
next