1.0.19.7: refactor stack allocation decisions
[sbcl.git] / src / compiler /
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-07-30 Nikodemus Siivola1.0.19.3: more careful PROGV and SET
2008-07-30 Nikodemus Siivola1.0.19.1: DERIVE-TYPE optimizer for %%PRIMITIVE
2008-07-20 Nikodemus Siivola1.0.18.26: explain why DX value generators must end...
2008-07-19 Nikodemus Siivola1.0.18.25: tweak stack allocation on x86 and x86-64
2008-07-19 Nikodemus Siivola1.0.18.24: lift node-insertion logic from RECOGNIZE...
2008-07-19 Nikodemus Siivola1.0.18.23: ALL calls with DX arguments should end their...
2008-07-18 Nikodemus Siivola1.0.18.22: DX arguments in non-let-converted local...
2008-07-16 Richard M Kreuter1.0.18.21: More STYLE-WARNINGs
2008-07-11 Richard M Kreuter1.0.18.17: Alter some STYLE-WARNING names introduced...
2008-07-08 Richard M Kreuter1.0.18.16: many STYLE-WARNING changes.
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-07-03 Richard M Kreuter1.0.18.10: Record filenames in DEBUG-SOURCEs during...
2008-06-30 Nikodemus Siivola1.0.18.5: ADJOIN with constant NIL as second argument
2008-06-30 Nikodemus Siivola1.0.18.4: use CAREFUL-SPECIFIER-TYPE when deriving...
2008-06-30 Nikodemus Siivola1.0.18.3: more conservative arithmetic optimizations
2008-06-30 Nikodemus Siivola1.0.18.2: more conservative interval artihmetic
2008-06-30 Nikodemus Siivola1.0.18.1: correct handling of SATISFIES types in the...
2008-06-24 Nikodemus Siivola1.0.17.42: more string trimming fixes
2008-06-23 Juho Snellman1.0.17.40: Fix build on -raw-instance-init-vops platfor...
2008-06-16 Christophe Rhodes1.0.17.37: better indenting of compiler diagnostic...
2008-06-15 pkhuong1.0.17.35: Bug fixes: cross-compiler's lookup of consta...
2008-06-06 Nikodemus Siivola1.0.17.31: more constant cleverness
2008-06-05 Nikodemus Siivola1.0.17.29: fix build
2008-06-05 Nikodemus Siivola1.0.17.28: fix bug in the newfangled constant dumping...
2008-06-05 Nikodemus Siivola1.0.17.27: delete aborted fasls in _all_ cases
2008-06-04 Richard M Kreuter1.0.17.26: Fix regression in LOAD
2008-06-04 Nikodemus Siivola1.0.17.25: allow dumping of references to arbitrary...
2008-06-04 Nikodemus Siivola1.0.17.24: refactor handling of constants in the compiler
2008-06-03 Nikodemus Siivola1.0.17.20: NIL is a legal function name (regression...
2008-05-31 Nikodemus Siivola1.0.17.14: slightly better LIST*
2008-05-29 Nikodemus Siivola1.0.17.7: smaller and faster raw slot initialization...
2008-05-29 Nikodemus Siivola1.0.17.6: fix bug introduced by 1.0.7.3
2008-05-28 Nikodemus Siivola1.0.17.4: support for dynamic-extent structures
2008-05-28 Nikodemus Siivola1.0.17.3: unify CONSTANT nodes for DEFCONSTANT and...
2008-05-21 Christophe Rhodes1.0.16.42: Fix LOCALLY in fopcompiled context
2008-05-17 Nikodemus Siivola1.0.16.36: fix Windows build, hopefully
2008-05-17 Nikodemus Siivola1.0.16.35: improved TIME output
2008-05-15 Nikodemus Siivola1.0.16.32: revert ANY-REG from registers for primitive...
2008-05-15 Nikodemus Siivola1.0.16.31: --control-stack-size runtime argument
2008-05-12 Nikodemus Siivola1.0.16.29: workaround for bug 419
2008-05-08 Nikodemus Siivola1.0.16.27: function-ify ERROR-CALL and GENERATE-ERROR...
2008-05-08 Nikodemus Siivola1.0.16.26: dx allocation thru CAST nodes
2008-05-08 Nikodemus Siivola1.0.16.24: slightly more verbose errors for SB-FOO...
2008-05-08 Nikodemus Siivola1.0.16.23: type-inconsistencies in HASH-TABLE accessors
2008-05-08 Nikodemus Siivola1.0.16.22: FIXED-ALLOC to use MAYBE-PSEUDO-ATOMIC on...
2008-05-08 Gabor Melis1.0.16.21: lose informatively when the tls is full
2008-05-06 Christophe Rhodes1.0.16.19: cleanups motivated by clisp host-2
2008-05-06 Christophe Rhodes1.0.16.18: Fixes to get clisp through host-1
2008-05-04 Christophe Rhodes1.0.16.16: Use declared element type in AREF short...
2008-05-04 Nikodemus Siivola1.0.16.15: fix TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-04-29 Nikodemus Siivola1.0.16.13: use TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-04-24 Nikodemus Siivola1.0.16.11: ANY-REG is good for pritimitive-type T on...
2008-04-24 Nathan Froyd1.0.16.10: function-ify ERROR-CALL and GENERATE-ERROR...
2008-04-23 Christophe Rhodes1.0.16.9: restore buildability from CMUCL
2008-04-23 Nikodemus Siivola1.0.16.7: slightly faster LAST
2008-04-22 Nikodemus Siivola1.0.16.4: correct nested DX reasoning
2008-04-13 Alexey Dejneka1.0.16.1: fix heap-allocated alien variable reference
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-14 Nikodemus Siivola1.0.15.31: thread-safe FIND-CLASS -- really this time
2008-03-10 Nikodemus Siivola1.0.15.19: use TEST X X when possible in SIGNED-BYTE...
2008-03-10 Nikodemus Siivola1.0.15.18: kill commented out ALLOCATION from x86-64
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-03 Nikodemus Siivola1.0.15.10: ASSOC and MEMBER were broken for :KEY #...
2008-03-03 Nikodemus Siivola1.0.15.9: further ASSOC & MEMBER transform improvements
2008-03-01 Nikodemus Siivola1.0.15.7: threaded BIND and UNBIND improvements on x86
2008-02-22 Nikodemus Siivola1.0.14.40: make deftransforms for UB<N>-BASH-COPY have...
2008-02-18 Nikodemus Siivola1.0.14.36: faster PROPAGATE-FROM-SETS
2008-02-18 Nikodemus Siivola1.0.14.35: lift MAKE-SINGLE-VALUE-TYPE calls from loops
2008-02-18 Nikodemus Siivola1.0.14.34: slightly less and slightly faster constraint...
2008-02-17 Nikodemus Siivola1.0.14.32: fix bug 407
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2008-02-04 Nikodemus Siivola1.0.14.18: fix bogus STYLE-WARNING for MAKE-HASH-TABLE...
2008-02-04 Nikodemus Siivola1.0.14.17: treat (NAMED-LAMBDA NIL ...) like (LAMBDA...
2008-02-04 Nikodemus Siivola1.0.14.16: add explicit CHECK-CONSTANT-MODIFICATION...
2008-02-04 Nikodemus Siivola1.0.14.15: fix typo in inline declaration for SOURCE...
2008-02-03 Juho Snellman1.0.14.13: Rewrite non-standard LOOP syntax
2008-02-01 Nikodemus Siivola1.0.14.10: friendly CHECK-TYPE error message for quoted...
2008-01-29 Nikodemus Siivola1.0.14.2: XREF needs to account for the last node of...
2008-01-21 Nikodemus Siivola1.0.13.50: rename JECXZ to JRCXZ in the x86-64 backend...
2008-01-15 Nikodemus Siivola1.0.13.38: final part of the debug-name improvements
2008-01-15 Nikodemus Siivola1.0.13.37: skip compilation of null and non-symbol...
2008-01-15 Nikodemus Siivola1.0.13.36: better HAIRY-FUNCTION-ENTRY debug-names
2008-01-15 Nikodemus Siivola1.0.13.35: preserve source- and debug-name in IR1-OPTIM...
2008-01-15 Nikodemus Siivola1.0.3.34: better debug-name construction
2008-01-13 Alexey Dejneka1.0.13.28: Add OPTIMIZE documentation for SBCL-specific...
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2008-01-02 Juho Snellman1.0.13.11: ensure that sb-cover records don't clash...
2008-01-02 Nikodemus Siivola1.0.13.10: x86 MOVE-FROM-SIGNED & MOVE-FROM-UNSIGNED...
2008-01-01 Juho Snellman1.0.13.9: Fix another segfault from the new RESTART...
2008-01-01 Juho Snellman1.0.13.6: Add missing sb-xc-host definition for sign...
2007-12-20 Nikodemus Siivola1.0.12.41: fix #-:sb-unicode build
2007-12-20 Nikodemus Siivola1.0.12.40: NetBSD/Sparc port by Robert Swindells
2007-12-17 Nikodemus Siivola1.0.12.35: more safety -- less weakening of type checks
2007-12-12 Nikodemus Siivola1.0.12.30: trivial compiler touchups
next