Adapt cheneygc.c to type changes in gc-internal.h
[sbcl.git] / src / compiler /
2013-01-20 Nikodemus Siivolafix open coding of FIRST
2012-12-21 David LichteblauAdd STDCALL alien convention support for Windows
2012-12-21 David LichteblauSupport building without PSEUDO-ATOMIC on POSIX safepoints
2012-12-21 David LichteblauForeign callbacks
2012-12-18 Stas BoukarevBetter error message for SLEEP.
2012-12-05 David LichteblauSupport long file names on Windows; more CRT function...
2012-12-05 David LichteblauSome support for platforms whose libraries do not maint...
2012-12-05 David LichteblauPort to x86-64 versions of Windows
2012-12-04 Christophe Rhodesfix a bug in signed modular arithmetic
2012-11-20 David LichteblauLLP64: change signed long to sword_t
2012-11-20 David LichteblauLLP64: change UNSIGNED-LONG to UNSIGNED
2012-11-20 David LichteblauLLP64: change unsigned long to uword_t
2012-11-13 David LichteblauPowerPC safepoints
2012-11-08 Alastair BridgewaterThou shalt not MAKE-OTHER-IMMEDIATE-TYPE.
2012-11-08 Alastair Bridgewatercompiler/generic/genesis: Report FDEFN addresses for...
2012-11-08 Alastair Bridgewatercompiler/sparc/arith: Fix SCs for FAST-EQL{,-C}/FIXNUM.
2012-11-02 David LichteblauSafepoint protocol upgrade
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-11-02 David LichteblauMove the global safepoint to one page before static...
2012-11-02 David LichteblauAllow synchronous win32 I/O to be interrupted, too
2012-10-19 nyefGENCGC on SPARC/Linux
2012-10-17 Lutz EulerImprove basic block ordering for some loops.
2012-10-07 Nikodemus Siivolateach NODE-CONSERVATIVE-TYPE about union types
2012-10-06 Nikodemus Siivolauntangle WITH-IR1-NAMESPACE and WITH-COMPILATION-VALUES
2012-10-06 Nikodemus Siivolafix structure stack allocation for high-debug code
2012-10-06 Nathan Froydx86-64: micro-optimize LEA DWORD-REG,EA
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-10-05 David LichteblauPort WITH-TLS-EA and other remaining FS prefix uses...
2012-10-05 David LichteblauSPARC gencgc
2012-10-03 Nikodemus Siivolabind and clear *CONTINUATION-NUMBERS* &co in WITH-COMPI...
2012-10-03 Nikodemus Siivolabind and clear *LIST-CONFLICTS-TABLE* in LIST-CONFLICTS
2012-10-03 Nikodemus Siivolabind and clear *SEEN-FUNS* and *SEEN-BLOCKS* in CHECK...
2012-10-03 Nikodemus Siivolamove clearing of *FREE-FUNS* &co to WITH-IR1-NAMESPACE...
2012-10-03 Nikodemus Siivolaremove world-lock from WITH-COMPILATION-UNIT
2012-10-02 Christophe Rhodessort *features*ish variable values for repeatability
2012-10-02 Christophe Rhodesslightly more reproducible builds
2012-10-02 Christophe Rhodesmostly make the build deterministic
2012-09-23 Nikodemus Siivolamore funky &REST smartness
2012-09-17 Nikodemus Siivoladon't assume only bits are looked for in bit-vectors
2012-09-07 David LichteblauIgnore an argument in x86's EMIT-CONSTANT-SEGMENT-HEADER
2012-09-05 Nathan Froydalign inline constant section with long nops
2012-09-03 Nathan Froydadd SSE instructions with two opcode bytes
2012-08-24 Stas Boukarevdisassemble: New customization variable sb-ext:*disasse...
2012-08-10 David LichteblauRemove executable mode from several source files
2012-08-10 David LichteblauFactor out most x86 code using the FS prefix into a...
2012-08-10 David LichteblauUse safepoints for INTERRUPT-THREAD
2012-08-10 David LichteblauAdd safepoint mechanism
2012-08-01 Cyrus HarmonMiscellaneous cleanups for threaded darwin platforms
2012-07-16 Stas BoukarevDeclare types for sb-kernel:coerce-to-condition.
2012-06-12 Nikodemus Siivolafix long-standing debug-name confusion
2012-06-09 Nikodemus Siivolaadjust compiler-macro expansion and lambda-list parsing
2012-06-09 Nikodemus Siivolasb-alien: some alien refactoring
2012-06-08 Lutz EulerMicro-optimization: Avoid byte register writes on x86...
2012-06-08 David LichteblauRelax an implicit restriction on the number of code...
2012-06-07 David LichteblauSimplify ppc's MOVE-TO-WORD/INTEGER
2012-06-07 David LichteblauFix inline fixnum LDB on PowerPC for certain bytespecs
2012-05-27 Nikodemus Siivolaemit compiler notes of NLX value-cells when (> SPEED...
2012-05-27 Nikodemus Siivolaelide value cells for NLXs when it seems like the right...
2012-05-25 Lutz EulerUse multi-byte NOPs for code alignment on x86-64.
2012-05-21 Nikodemus Siivolasome nincompoop broke the build
2012-05-21 Nikodemus Siivolafix source information for functions from EVAL
2012-05-21 Nikodemus Siivolarefactor GET-TOPLEVEL-FORM &co between debugger and...
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...
next