first cut at testing unicode normalization
[sbcl.git] / src / compiler /
2013-05-18 Paul KhuongComplete cut-to-width
2013-05-18 Paul KhuongMore efficient MASK-SIGNED-FIELD
2013-05-18 Paul KhuongInsert typechecks before RAW-INSTANCE-INIT in structure...
2013-05-18 Paul KhuongMore robust erroneous local call detection
2013-05-18 Paul KhuongCOMPILE-FILE shouldn't "attempt to dump invalid structu...
2013-05-16 Stas BoukarevAdd a stub for %other-pointer-p.
2013-05-10 Alastair BridgewaterAllow inlining more calls to INVOKE-WITH-SAVED-FP-AND...
2013-05-06 Lutz EulerMake CONTAINING-INTEGER-TYPE take N-WORD-BITS into...
2013-05-06 Lutz EulerMake %EMIT-ALIGNMENT be more friendly to multi-byte...
2013-05-05 Stas BoukarevBetter type derivation for APPEND, NCONC, LIST.
2013-05-04 Stas BoukarevMicro-optimize values-list.
2013-05-03 Martin CracauerCommiting fix by Doug Katzman: disassembler missing...
2013-05-02 Stas BoukarevCorrect integer-length on fixnums on x86-64 when n...
2013-05-01 Alastair Bridgewatercompiler/{sparc,ppc}/macros: with-pinned-objects improv...
2013-05-01 Alastair Bridgewaterppc: Implement :stack-allocatable-fixed-objects
2013-04-30 Stas BoukarevMicro-optimize integer-length on fixnums on x86-64.
2013-04-29 Lutz EulerConvert the MOVE macro on x86-64 into a function.
2013-04-29 Lutz EulerImprove scaling of type derivation for LOG{AND,IOR...
2013-04-29 Lutz EulerSplit bitops-derive-type.lisp out of srctran.lisp.
2013-04-20 Paul KhuongTrivial code cleanups
2013-04-20 Paul KhuongSubstitute constants with modular equivalents more...
2013-04-15 Stas BoukarevRemove an unused VOP %make-symbol on x86-64.
2013-04-15 Stas BoukarevDisassemble: print the size into the right stream.
2013-04-12 Stas BoukarevDisassemble: print the function size in bytes.
2013-04-11 Martin CracauerLOGBITP and LOGTEST optimizations from x86.
2013-04-01 Stas BoukarevCheck bounds of ELT on &more in safe code.
2013-03-31 Paul KhuongFix a compilation failure on svref of a symbol macro
2013-03-22 Jan MoringenFix typo in comment in src/compiler/seqtran.lisp
2013-03-17 Nikodemus Siivolafaster SVREF and (SETF SVREF) compilation
2013-03-17 Stas Boukarevmake-array transform error on unknown element-type.
2013-03-14 Stas BoukarevOptimize CAD*R for &MORE args.
2013-03-14 Stas BoukarevAccessing &MORE arguments checks bounds.
2013-03-04 Paul KhuongNew keyword argument for SB-C:DEFKNOWN: :overwrite...
2013-03-02 Stas BoukarevPrevent a make-array transform from modifying source...
2013-02-01 Nikodemus Siivolamake %COERCE-TO-CALLABLE compilers notes make sense
2013-02-01 Nikodemus Siivolaprettier backtraces
2013-02-01 Nikodemus Siivolasupport for deprecating special variables
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*
next