1.0.36.15: upgraded array element-type of unions and intersections
[sbcl.git] / src / compiler /
2010-03-08 Nikodemus Siivola1.0.36.15: upgraded array element-type of unions and...
2010-03-01 Alastair Bridgewater1.0.36.9: UD2-BREAKPOINTS feature for x86oid systems
2010-02-28 Nikodemus Siivola1.0.36.8: deal with environment argument in TYPEP trans...
2010-02-28 Nikodemus Siivola1.0.36.7: fix SB-C::CLASS-INFO printing
2010-02-28 Nikodemus Siivola1.0.36.6: array data vector type derivation
2010-02-28 Nikodemus Siivola1.0.36.2: buglet in LVAR-MATCHES
2010-02-22 Nathan Froyd1.0.35.18: Fix type-derivation for EXPT
2010-02-16 Nathan Froyd1.0.35.17: micro-optimize x86-64 MOVE-TO-SINGLE
2010-02-13 Tobias C. Rittweiler1.0.35.14: Remove unused function PRINT-CONTINUATION.
2010-02-11 Nathan Froyd1.0.35.9: Add support for non-trivial random seeds
2010-01-30 Paul Khuong1.0.34.15: Fix DERIVE-TYPE optimizer for %UNARY-ROUND
2010-01-27 Nathan Froyd1.0.34.13: add DERIVE-TYPE optimizer for %UNARY-ROUND
2010-01-27 Nathan Froyd1.0.34.12: slightly better code generation for x86...
2010-01-26 Nathan Froyd1.0.34.11: properly inline %UNARY-TRUNCATE/{SINGLE...
2010-01-20 Tobias C. Rittweiler1.0.34.8: Cosmetic improvements to error output on...
2010-01-06 Nathan Froyd1.0.34.5: remove dead DATA-VECTOR-{REF,SET} transforms
2010-01-06 Nathan Froyd1.0.34.4: micro-optimize widetag checking on x86oids
2009-12-21 Alastair Bridgewater1.0.33.28: Display descriptions for internal errors...
2009-12-17 Nathan Froyd1.0.33.20: MORE CONSTANTIFICATION
2009-12-16 Tobias C. Rittweiler1.0.33.13: Catch errors during compile-time-too processing.
2009-12-15 Gabor Melis1.0.33.11: fix detection of tls exhaustion
2009-12-02 Christophe Rhodes1.0.33.3: restore buildability from CMUCL
2009-11-20 Nikodemus Siivola1.0.32.35: SB-POSIX:FORK guards against forking with...
2009-11-19 Nikodemus Siivola1.0.32.34: remove curious-hacker-cruft from constraints...
2009-11-19 Nikodemus Siivola1.0.32.33: GENCGC tuning parameters
2009-11-19 Christophe Rhodes1.0.32.31: type system now understands (and <array...
2009-11-12 Alastair Bridgewater1.0.32.30: Fix breakage from 1.0.32.26.
2009-11-12 trittweiler1.0.32.29: Add build flag :sb-xref-for-internals.
2009-11-12 Alastair Bridgewater1.0.32.26: Fix fasdumping of function arglists with...
2009-11-11 Christophe Rhodes1.0.32.19: Support for :REPLACEMENT external-format...
2009-11-07 Christophe Rhodes1.0.32.14: fix build under clisp
2009-10-30 Nathan Froyd1.0.32.8: macroize x86-64 {8,16,32}-bit array accessors
2009-10-30 Nathan Froyd1.0.32.7: fix open-coding of EQL in the cross-compiler
2009-10-30 Christophe Rhodes1.0.32.5: defend against full MAKE-ARRAY before the...
2009-10-26 Christophe Rhodes1.0.32.1: fix MIPS build
2009-10-07 Nikodemus Siivola1.0.31.31: SATISFIES cannot refer to local functions
2009-10-07 Nikodemus Siivola1.0.31.30: fix IF docstring
2009-10-03 Juho Snellman1.0.31.28: Add :EMIT-CFASL to the COMPILE-FILE defknown
2009-09-29 Nathan Froyd1.0.31.26: improved DATA-VECTOR-{REF,SET} on x86-64
2009-09-29 Nathan Froyd1.0.31.24: add BSWAP instruction for x86
2009-09-27 Nathan Froyd1.0.31.22: improved SAP-{REF,SET}-* for x86-64
2009-09-26 Nathan Froyd1.0.31.21: OAOOize SAP-REF-64 and friends
2009-09-26 Nathan Froyd1.0.31.20: smaller code for failing ECASE/ETYPECASE
2009-09-17 Nikodemus Siivola1.0.31.13: working XREF for inlined lambda with hairy...
2009-09-16 Nikodemus Siivola1.0.31.12: use global lexicals for world-lock and final...
2009-09-14 Nikodemus Siivola1.0.31.8: specialized out-of-line CONCATENATE for strings
2009-09-13 Nikodemus Siivola1.0.31.7: transform %FIND-POSITION for strings
2009-08-26 Christophe Rhodes1.0.30.53: fix occasional SIGBUS in single-float comple...
2009-08-26 Christophe Rhodes1.0.30.52: fix for multiple-value TRUNCATE
2009-08-23 Christophe Rhodes1.0.30.51: fix for COERCE compilation regression
2009-08-22 Christophe Rhodesx86 sap fixes
2009-08-12 Nikodemus Siivola1.0.30.44: DECODE-FLOAT and INTEGER-DECODE-FOAT are...
2009-08-11 Nikodemus Siivola1.0.30.43: LVAR-MATCHES needs to deal with unnamed...
2009-08-06 Nikodemus Siivola1.0.30.38: faster TRUNCATE on floats
2009-08-04 Nikodemus Siivola1.0.30.34: flushable INITIALIZE-VECTOR
2009-08-04 Nikodemus Siivola1.0.30.33: failed aver in %ALLOCATE-CLOSURES IR2 conversion
2009-08-01 Nikodemus Siivola1.0.30.29: SB-CLTL2:DEFINE-DECLARATION
2009-07-31 Nikodemus Siivola1.0.30.26: fix failing AVER in CONVERT-MV-CALL
2009-07-31 Nikodemus Siivola1.0.30.25: deftransform for ARRAY-IN-BOUNDS-P
2009-07-31 Nikodemus Siivola1.0.30.23: adjust OpenBSD address spaces on x86
2009-07-30 Nikodemus Siivola1.0.30.21: prettier STYLE-WARNINGS for incompatible...
2009-07-30 Nikodemus Siivola1.0.30.19: optimize (COERCE X 'VECTOR) as well
2009-07-30 Nikodemus Siivola1.0.30.17: generalize the previous COERCE optimization...
2009-07-29 Nikodemus Siivola1.0.30.16: faster COERCE for various (SIMPLE-ARRAY...
2009-07-29 Nikodemus Siivola1.0.30.11: autogenerate tagname information for LDB...
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...
next