factor debug-name cleaning into a separate function
[sbcl.git] / src / compiler /
2012-05-21 Nikodemus SiivolaCOMPILED-PROGRAM-ERROR source form needs *PRINT-ESCAPE*
2012-05-16 Stas BoukarevBetter error message for malformed IGNORE declarations.
2012-05-12 Christophe Rhodesopen intervals and type derivation
2012-05-07 Stas BoukarevOptimize truncate, ceiling and friends when divisor...
2012-05-02 Nikodemus Siivolamore deprecation
2012-05-01 Lutz EulerBetter equidistributed and faster/less consing integer...
2012-05-01 Lutz EulerFix the DEFTRANSFORM of RANDOM for hairy integer types.
2012-04-27 Nikodemus Siivolafix compiler reader error reporting
2012-04-25 Lutz EulerMicro-optimizations in MOVE-IMMEDIATE and MOVE-ARG...
2012-04-24 Nikodemus Siivolaglobaldb: remove ENV-LIST arguments from INFO functions
2012-04-24 Nikodemus Siivolaglobaldb: add source-transforms for INFO functions...
2012-04-24 Nikodemus Siivolabetter reader-errors for COMPILE-FILE
2012-04-23 Lutz EulerAllow larger immediate values in fixnum arithmetic...
2012-04-23 Christophe RhodesFix ldb / %%ldb / rlwinm on PowerPC
2012-04-20 Lutz EulerTypo fixes in comments
2012-04-20 Lutz EulerFix typos in docstrings.
2012-04-20 Nikodemus Siivolateach IR1-TRANSFORM-TYPE-PREDICATE about alien types
2012-04-17 Lutz EulerMicro-optimize machine code for some register tests...
2012-04-17 Lutz EulerMicro-optimization: Shorter encoding of MOVZX in more...
2012-04-17 Lutz EulerMicro-optimize some type tests on x86-64 for code size.
2012-04-17 Lutz EulerMicro-optimize LENGTH/LIST and VALUES-LIST on x86-64...
2012-04-17 Lutz EulerMicro-optimize type tests using widetag on x86-64.
2012-04-15 Nathan Froyduse fixnums for x86-64 array accessor VOPs when possible
2012-04-14 Lutz EulerCorrect disassembly of some SSE instructions on x86-64.
2012-04-13 Nathan Froydmicro-optimize allocation sequences, special variable...
2012-04-13 Nathan Froyds/8/n-word-bytes/ in x86-64's macros.lisp where appropriate
2012-04-13 Nathan Froydmicro-optimize FIXNUMP on known (signed-byte 64) quanti...
2012-04-13 Nathan Froyduse LEA Y, [X+X] instead of LEA Y, [X*2] where appropri...
2012-04-13 Christophe RhodesFix bug in unsigned modular arithmetic using a signed...
2012-04-13 Nikodemus SiivolaMAKE-LEXENV used NCONC on its arguments, which callers...
2012-01-23 Nikodemus Siivolaweakening hairy integer types
2011-12-30 Nikodemus Siivoladefknown SC-NUMBER-OR-LOSE as foldable
2011-12-29 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays...
2011-12-29 Nikodemus Siivolafaster FIND and POSITION on bit-vectors
2011-12-15 Alastair BridgewaterDX structs with raw slots only allowed on conservative...
2011-12-14 Lutz Eulerx86: Better disassembly of segment-prefixes.
2011-12-14 Lutz EulerImprove handling of x86[-64] prefix instructions in...
2011-12-14 Lutz EulerCorrections to disassembly of SHLD, SHRD and LEA on...
2011-12-14 Lutz EulerMake some disassembler parameters effectual.
2011-12-14 Lutz EulerMake the disassembler understand instruction prefixes.
2011-12-13 Paul KhuongFix EQL constraint propagation on constant assigned...
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays...
2011-12-10 Nikodemus Siivolafaster VECTOR-SUBSEQ*
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays
2011-12-10 Nikodemus Siivolaremove MUFFLE-CONDITION from the FILL transform
2011-12-09 Nikodemus Siivolafix errors from stack allocation compiler notes
2011-12-09 Nikodemus Siivolarefactor FOP table and stack handling
2011-12-09 Nikodemus Siivolabetter "cannot stack allocate" compiler notes
2011-12-09 Nikodemus Siivolamake TRIVIAL-LAMBDA-VAR-REF-P false for XEPs
2011-12-08 Nikodemus Siivolause COMPONENT-TOPLEVELISH-P in CHECK-CONSISTENCY
2011-12-08 Stas BoukarevFix transform for SEARCH on vectors with :form-end t.
2011-12-08 Stas BoukarevFix transform for SEARCH on vectors.
2011-12-05 Nikodemus Siivoladon't stack-allocate specialized vectors on non-conserv...
2011-12-05 Nikodemus Siivolafix doubled unboxed constants when there is no immediat...
2011-12-05 Manfred Gahrfix make.sh --dynamic-space-size option handling
2011-12-05 Nikodemus Siivolafix unthreaded non-x86oid builds
2011-12-05 Nikodemus Siivolasemaphores in the runtime
2011-12-05 Nikodemus Siivolaallow coercion of large fixnums to floats outside x86
2011-12-05 Nikodemus Siivolamuffle style-warnings for INFO :FUNCTION :TYPE
2011-12-05 Nikodemus Siivolause boxed constants for full calls
2011-12-05 Nikodemus Siivolafix misoptimization of TRUNCATE
2011-12-05 Nikodemus Siivolafix bug in typechecking calls with non-constant keywords
2011-12-05 Nikodemus Siivolafix treatment of signed zeroes in INTERVAL-DIV
2011-12-02 Nikodemus Siivolaremove a stray debugging PRINT
2011-11-27 Nikodemus Siivolatweak NAME-CONTEXT
2011-11-25 Lutz EulerTighter floating-point type constraints in some cases
2011-11-23 Nikodemus Siivolatweak tail merging logic
2011-11-22 Alastair BridgewaterAdd SB-SYS:SAP-REF-LISPOBJ.
2011-11-21 Nikodemus Siivolasmaller default dynamic-space size on GENCGC
2011-11-19 Nikodemus Siivolabetter inner and anonymous function names
2011-11-15 Paul KhuongPlug two more CTYPE leaks into fasls
2011-11-15 Paul KhuongPlug a CTYPE leak into fasls via SETQ
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-11-07 Paul KhuongCorrect address computation in atomic-incf/aref for...
2011-10-31 Eric Marsdenfix SEARCH vector vector transform
2011-10-30 Paul KhuongUnbreak the build on SPARC
2011-10-30 Paul KhuongFix constant character comparisons for SPARC/sb-unicode
2011-10-30 Paul KhuongTake inline trampoline into account when optimizing...
2011-10-26 Alastair BridgewaterMinor lowtag-handling cleanup in genesis.
2011-10-25 Alastair Bridgewaterthreads: Thread objects don't need a lowtag.
2011-10-25 Alastair Bridgewatergenesis: Export assembly slot offsets for primitive...
2011-10-22 Alastair BridgewaterUnwind-to-frame-and-call-VOP doesn't need static symbols.
2011-10-22 Paul KhuongFix a long-standing bug in (PRIMITIVE-TYPE [MEMBER...
2011-10-22 Alastair Bridgewatersetf: excise GET-SETF-METHOD and related detritus.
2011-10-20 Alastair Bridgewater63-bit fixnums on 64-bit targets.
2011-10-19 Alastair BridgewaterReorder 64-bit lowtags.
2011-10-19 Alastair Bridgewaterx86-64 disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterGeneral disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-10-19 Alastair BridgewaterChange x86oid modular arithmetic to work if fixnum...
2011-10-19 Alastair BridgewaterFix definition of most-FOOative-fixnum.
2011-10-19 Alastair BridgewaterIntroduce sb!vm::fixnum-lowtags
2011-08-30 Lutz EulerMicrooptimization for code size in floating point compa...
2011-08-29 Paul KhuongMore complete disassembly for XADD and CMPXCHG on x86-64
2011-08-29 Lutz EulerClean up some SSE instruction format definitions on...
2011-08-29 Lutz EulerMore readable disassembler output for SSE shuffle instr...
2011-08-29 Lutz EulerCleanup SSE instruction printers on x86-64
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-23 Paul KhuongEnsure correct alignment for complex single-float literals
next