1.0.42.24: print symbols with fully qualified names in critical places
[sbcl.git] / src / compiler /
2010-09-02 Nikodemus Siivola1.0.42.24: print symbols with fully qualified names...
2010-09-02 Alastair Bridgewater1.0.42.23: x86-64: Fix passing of unboxed complex float...
2010-09-01 Nikodemus Siivola1.0.42.16: better RANDOM type-error reporting
2010-09-01 Nikodemus Siivola1.0.42.15: prevent inline expansion from creating refs...
2010-09-01 Nikodemus Siivola1.0.42.11: reinline nested LIST and VECTOR calls in...
2010-08-31 Nikodemus Siivola1.0.42.5: revert 1.0.42.2, "correct defknown for data...
2010-08-30 Nikodemus Siivola1.0.42.2: correct defknown for data-vector-ref-with...
2010-08-17 Nikodemus Siivola1.0.41.50: additional error checking for DEFTYPE &co
2010-08-08 Alastair Bridgewater1.0.41.40: ppc: Shorten the gencgc allocation sequence.
2010-08-08 Alastair Bridgewater1.0.41.39: ppc: Rename reg_L2 to reg_THREAD on threaded...
2010-08-08 Alastair Bridgewater1.0.41.37: ppc: allocation fixes for threaded builds.
2010-08-08 Alastair Bridgewater1.0.41.36: ppc: Implement atomic-{incf,decf} as atomic...
2010-08-08 Alastair Bridgewater1.0.41.35: ppc: Implement compare-and-swap-vops.
2010-08-08 Alastair Bridgewater1.0.41.34: ppc: Implement multithreaded symbol binding...
2010-08-08 Alastair Bridgewater1.0.41.33: ppc: Implement threaded symbol value accessors.
2010-08-08 Alastair Bridgewater1.0.41.32: ppc: Random small threading bits.
2010-08-08 Alastair Bridgewater1.0.41.31: ppc: Update backend to use TL symbol storage...
2010-08-08 Alastair Bridgewater1.0.41.30: ppc: Add thread-local symbol-value accessor...
2010-08-08 Alastair Bridgewater1.0.41.29: ppc: Dedicate a register to the TLS-block...
2010-08-07 Alastair Bridgewater1.0.41.27: ppc: Calling convention fixes for assembly...
2010-08-07 Alastair Bridgewater1.0.41.26: ppc: Calling-convention fixes for static...
2010-08-07 Alastair Bridgewater1.0.41.25: compiler: Create sb!vm::static-fdefn-offset.
2010-08-07 Alastair Bridgewater1.0.41.24: ppc: Calling-convention fixes for entry...
2010-08-07 Alastair Bridgewater1.0.41.23: ppc: Calling-convention fixes for LRA handli...
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2010-08-07 Alastair Bridgewater1.0.41.19: runtime: Fix pseudo-atomic on non-x86oid...
2010-08-07 Alastair Bridgewater1.0.41.17: runtime: Make foreign_function_call_active...
2010-08-06 Alastair Bridgewater1.0.41.15: gencgc: Implement object pinning for non...
2010-08-05 Alastair Bridgewater1.0.41.8: x86/x86-64: Weaken read and write barrier...
2010-08-04 Alastair Bridgewater1.0.41.5: x86: Implement memory-barrier-vops.
2010-08-04 Alastair Bridgewater1.0.41.4: x86-64: Implement memory-barrier-vops.
2010-08-04 Alastair Bridgewater1.0.41.3: ppc: Implement memory-barrier-vops.
2010-08-04 Alastair Bridgewater"1.0.41.2": threads: Add memory-barrier framework.
2010-06-13 Andreas FuchsGIT GATEWAY: Remove files that were deleted in 2006.
2010-06-13 Cyrus Harmon1.0.39.15: delete all traces of the darwin dlshim
2010-06-06 Alastair Bridgewater1.0.39.8: Inline-compare more character codes on SB...
2010-06-03 Cyrus Harmon1.0.39.3: support building on darwin x86 and x86-64...
2010-05-23 Alastair Bridgewater1.0.38.10: Support for building on OpenBSD/PPC (patch...
2010-05-06 Paul Khuong1.0.38.6: Clear higher order bits for SSE operations...
2010-05-01 Alastair Bridgewater1.0.38.5: PPC character handling fixes.
2010-04-27 Paul Khuong1.0.37.73: Remove the one place we assumed constant...
2010-04-26 Paul Khuong1.0.37.69: Avoid emitting instructions (LODS, MOVSXD...
2010-04-26 Paul Khuong1.0.37.68: Downgrade WARNING to STYLE-WARNING for ...
2010-04-26 Paul Khuong1.0.37.66: Fix the build on alpha
2010-04-26 Paul Khuong1.0.37.65: Perform range reduction on x87 transcendentals
2010-04-26 Paul Khuong1.0.37.64: Fixtransforms for float TRUNCATE
2010-04-26 Paul Khuong1.0.37.63: Test for the correct range when eliding...
2010-04-26 Paul Khuong1.0.37.62: More robust reciprocal exactitude test
2010-04-18 Nathan Froyd1.0.37.59: micro-optimize x86oid signed-word checking
2010-04-18 Nathan Froyd1.0.37.58: micro-optimize x86 lowtag testing
2010-04-06 Nathan Froyd1.0.37.43: add RAW-INSTANCE-INIT/* VOPs for PPC
2010-04-06 Tobias C. Rittweiler1.0.37.42: Add DEFKNOWN for %FAILED-AVER...
2010-04-05 Nathan Froyd1.0.37.38: micro-optimizations of CONCATENATE bits
2010-04-04 Nikodemus Siivola1.0.37.36: revisit FIND/POSITION bounds checking on...
2010-04-03 Alastair Bridgewater1.0.37.29: Cleanup from fasl format and fasdump logic...
2010-04-03 Alastair Bridgewater1.0.37.28: Remove fop-normal-load games when dumping...
2010-04-03 Alastair Bridgewater1.0.37.27: Add new named-package FOPs for simpler packa...
2010-04-03 Alastair Bridgewater1.0.37.26: Remove FASL-DUMP-COLD-LOAD-FORM and its...
2010-04-03 Alastair Bridgewater1.0.37.25: Defer interning symbols to cold-core as...
2010-04-03 Alastair Bridgewater1.0.37.24: Genesis deFIXMEification: Symbol allocation...
2010-03-30 Nikodemus Siivola1.0.37.17: multiplication-by-one misoptimization in...
2010-03-28 Nikodemus Siivola1.0.37.9: atomic STOREW for large integer constants...
2010-03-28 Nikodemus Siivola1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET
2010-03-26 Nikodemus Siivola1.0.36.40: fix PPC build
2010-03-23 Nikodemus Siivola1.0.36.38: unBREAK
2010-03-23 Nikodemus Siivola1.0.36.37: fix minor regression from 1.0.36.33
2010-03-20 Tobias C. Rittweiler1.0.36.35: More accurate WHO-CALLS / WHO-EXPANDS inform...
2010-03-19 Nikodemus Siivola1.0.36.34: WHO-CALLS information for source transformed...
2010-03-19 Nikodemus Siivola1.0.36.33: handle missing &REST in proclamations
2010-03-18 Nikodemus Siivola1.0.36.30: on x86-64 split MOVE-TO-SINGLE into -REG...
2010-03-15 Nikodemus Siivola1.0.36.24: FIND/POSITION bounds checking on lists
2010-03-12 Nikodemus Siivola1.0.36.23: more consistent handling of ignored DX decla...
2010-03-11 Nikodemus Siivola1.0.36.20: prettier WITH-COMPILATION-UNIT documentation
2010-03-11 Nikodemus Siivola1.0.36.19: WITH-COMPILATION-UNIT :POLICY
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...
next