1.0.30.8: redo the recent FP optimizations in a better way
[sbcl.git] / src / compiler /
2009-07-29 Nikodemus Siivola1.0.30.8: redo the recent FP optimizations in a better way
2009-07-28 Nikodemus Siivola1.0.30.7: refactor debugging cruft in definition of...
2009-07-28 Nikodemus Siivola1.0.30.5: optimize some floating point operations
2009-07-20 Juho Snellman1.0.30.4: cfasl support
2009-07-18 Paul Khuong1.0.30.3: deal with load-time-value constants more...
2009-07-18 Paul Khuong1.0.30.2: more aggressive constant-folding
2009-07-18 Nikodemus Siivola1.0.30.1: correct nested DX handling
2009-07-08 Nikodemus Siivola1.0.29.54.rc5: fix load-time-value regressions
2009-07-08 Nikodemus Siivola1.0.29.54.rc4: correct loading of first FP operand...
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-28 Nikodemus Siivola1.0.29.53: some LOAD-TIME-VALUE smartness
2009-06-26 Paul Khuong1.0.29.47: Floating point correctness improvement
2009-06-25 Paul Khuong1.0.29.44: Complex float improvements
2009-06-25 Paul Khuong1.0.29.43: SSE{1,2} instruction definitions on x86-64
2009-06-25 Nikodemus Siivola1.0.29.42: small fixoid for the EXPT optimization from...
2009-06-25 Nikodemus Siivola1.0.29.40: more (EXPT MINUS-ONE INTEGER) optimization
2009-06-25 Nikodemus Siivola1.0.29.39: SLEEP on large integers
2009-06-25 Nikodemus Siivola1.0.29.38: better DESCRIBE
2009-06-22 Nikodemus Siivola1.0.29.34: hopefully thread-safe SB-PROFILE
2009-06-22 Gabor Melis1.0.29.32: SCRUB-CONTROL-STACK related changes
2009-06-22 Nikodemus Siivola1.0.29.30: oops, get documentation for built-in macros...
2009-06-21 Nikodemus Siivola1.0.29.28: optimize (EXPT -1 INTEGER)
2009-06-21 Nikodemus Siivola1.0.29.27: add shebang line to fasls
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-06-20 Nikodemus Siivola1.0.29.22: smattering of DOCUMENTATION cleanups
2009-06-18 Nikodemus Siivola1.0.29.16: make the fopcompiler DEFGLOBAL-aware
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-17 Nikodemus Siivola1.0.29.13: relax CAST-EXTERNALLY-CHECKABLE-P a bit
2009-06-17 Nikodemus Siivola1.0.29.12: nicer DX capability conditionalization
2009-06-15 Nikodemus Siivola1.0.29.9: prettier style-warnings for incompatible...
2009-06-09 Nikodemus Siivola1.0.29.5: list item seek transform needs to check for...
2009-06-05 Nikodemus Siivola1.0.29.4: still more MAKE-ARRAY work
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-04 Nikodemus Siivola1.0.29.1: fix FILL
2009-06-03 Nikodemus Siivola1.0.28.76: fix non-unicode builds on x86 and x86-64
2009-06-02 Nikodemus Siivola1.0.28.73: regression from 1.0.28.21
2009-06-02 Nikodemus Siivola1.0.28.71: two regressions from the 1.0.28. series
2009-05-21 Nathan Froyd1.0.28.68: move PPC over to slimmed-down EMIT-ERROR...
2009-05-21 Nikodemus Siivola1.0.28.63: SB-EXT:DEFINE-HASH-TABLE-TEST
2009-05-20 Nikodemus Siivola1.0.28.61: partial re-implementation of DIRECTORY
2009-05-18 Nikodemus Siivola1.0.28.58: more MAKE-ARRAY goodness
2009-05-18 Nikodemus Siivola1.0.28.57: cross compiler is able to reason about host...
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2009-05-17 Nikodemus Siivola1.0.28.54: more principled approach to complex dumping...
2009-05-17 Nikodemus Siivola1.0.28.53: enable dumping of specialized complexes...
2009-05-16 Nikodemus Siivola1.0.28.52: fix x86-64 build, oops
2009-05-16 Nikodemus Siivola1.0.28.51: better MAKE-ARRAY transforms
2009-05-16 Nikodemus Siivola1.0.28.50: better source locations for failure-to-stack...
2009-05-16 Nikodemus Siivola1.0.28.49: allow stack allocation for arguments of...
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
next