Unwind-to-frame-and-call-VOP doesn't need static symbols.
[sbcl.git] / src /
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 Paul KhuongFix another assumption w.r.t fixnum width and n-lowtag...
2011-10-22 Alastair Bridgewaterdescribe: Better description for complex setf-expanders.
2011-10-22 Alastair Bridgewatersetf: Record the original lambda-list for complex setf...
2011-10-22 Alastair Bridgewatersetf: excise GET-SETF-METHOD and related detritus.
2011-10-22 Alastair Bridgewatersetf: pre-defined setf-expanders should handle multiple...
2011-10-22 Alastair Bridgewatersetf: read-modify-write macros should deal with multi...
2011-10-22 Alastair Bridgewatersetf: Don't use DO to "zip up" temporaries in read...
2011-10-21 Alastair BridgewaterFix build on x86-64/darwin.
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-10-19 Alastair BridgewaterClean up all use of the *-space-free-pointers.
2011-10-19 Alastair BridgewaterRedefine symbol TLS slot indices.
2011-10-19 Alastair BridgewaterImproved GC lossage
2011-10-11 Stas Boukarev(format t "a~0&b") shouldn't print any newlines.
2011-10-07 Christophe Rhodesreally fix float rounding on 32-bit platforms
2011-09-30 Anton Kovalenkofix run-program misaligned access
2011-09-30 David LichteblauFix the build on Windows
2011-09-29 Juho SnellmanProbably fix compile on win32 (no sys/mman.h).
2011-09-29 Juho SnellmanSilence a warning about assignment in conditional
2011-09-20 Nikodemus Siivolahandle non-standard slot allocations when updating...
2011-09-08 Christophe Rhodescleanup DESCRIBE of symbols naming type specifiers...
2011-09-06 Max MikhanoshaFix (run-program) to cleanup fd handlers
2011-09-04 Christophe Rhodesfix rounding of floats big enough to be bignums
2011-08-30 Lutz EulerMicrooptimization for code size in floating point compa...
2011-08-30 Lutz EulerSmall cleanup to DEFINE-BYTE-BASHERS
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 KhuongUpdate the library list on x86/darwin as well when...
2011-08-28 Paul KhuongFix the build on some XCode/OS X version combo by forci...
2011-08-28 Paul KhuongOptionally mark pages from cores as de-duplicatable
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-25 David LichteblauAllow use of the --core option with embedded core files
2011-08-24 Nikodemus Siivolabe more careful about ,@<constant-atom> and ,.<constant...
2011-08-24 Nikodemus Siivolabetter errors for `(foo ,)
2011-08-24 Nikodemus Siivolaprettier reporting for SIMPLE-READER-ERRORs
2011-08-23 Paul KhuongEnsure correct alignment for complex single-float literals
2011-08-23 Paul KhuongFix a typo in NANOSLEEP
2011-08-23 Nikodemus Siivolaoptimize pretty-printing strings and bit-vectors
2011-08-23 Nikodemus Siivolaoops, fix recent NANOSLEEP change
2011-08-22 Nikodemus Siivolaignore non-function FTYPEs
2011-08-22 Nikodemus Siivolanon-consing NANOSLEEP
2011-08-22 Nikodemus Siivolaextend ARRAY-TYPE-UPGRADED-ELEMENT-TYPE to work with...
2011-08-22 Nikodemus Siivolause WEAKEN-INTEGER-TYPE in ARRAY-IN-BOUNDS-P
2011-08-15 Nikodemus Siivolafix bogus deadlocks from interrupts and GCs
2011-08-14 Paul KhuongFix automatic &rest to &more conversion in unsafe code
2011-08-14 Paul KhuongNew function: SB-EXT:SPIN-LOOP-HINT
2011-08-14 Paul KhuongHandle SIMPLE-TYPE-ERROR when propagating bounds
2011-08-14 Paul KhuongNew function: SB!KERNEL:%MULTIPLY-HIGH
2011-08-14 Paul KhuongMore efficient integer division by multiplication
2011-08-14 Paul KhuongVarious (mostly) SSE x86-64 instruction definition...
2011-08-13 Nikodemus Siivolafix DESCRIBE on compiled closures from EVAL
2011-08-12 Christophe Rhodesallow user-defined STRING synonyms in MAKE-SEQUENCE
2011-08-11 Stas BoukarevDeclaim sb-di::valid-lisp-pointer-p inline.
2011-08-11 David LichteblauFix QUERY-FILE-SYSTEM for Windows UNC and device file...
2011-08-10 Anton Kovalenkosb-win32: offer low-level bindings for file mapping...
2011-08-10 Anton KovalenkoAvoid some exceptions in WAIT-UNTIL-FD-USABLE on Windows
2011-08-10 David LichteblauTweak os_validate to support running SBCL on recent...
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-08-09 David LichteblauNew toplevel options --quit and --non-interactive
2011-08-09 David LichteblauDocument further common toplevel options
2011-08-09 Nikodemus SiivolaLOAD-TIME-VALUE improvements
2011-08-08 Nikodemus Siivolabetter type propagation for MULTIPLE-VALUE-BIND
2011-08-06 Paul KhuongRemove non-ASCII characters in comments
2011-08-05 Nikodemus Siivolaimplement CEILING and FLOOR in terms of %CEILING and...
2011-08-05 Nikodemus Siivolarename %FLOOR to %BIGFLOOR
2011-08-05 Lutz EulerOptimize integer division by a constant in several...
2011-08-05 Nikodemus Siivolaexport MOST-POSITIVE-WORD from SB-EXT
2011-08-05 Lutz EulerCorrect function argument name generation in DEF-MATH-RTN
2011-08-05 Roman MarynchakRemove the redundant bootstrap hack from %COMPILER...
2011-08-05 Roman Marynchakmove checking for constant ALIEN-INFO into a separate...
2011-08-04 Nikodemus Siivolafix short writes when not using SERVE-EVENT
2011-08-03 Paul KhuongFix version string parsing for Linux 3.0
2011-08-01 Paul KhuongFix disassembly of CMP[PS][SD] instructions on x86-64
2011-08-01 Nikodemus Siivolamore robust backtraces for syscalls on x86
2011-08-01 Nikodemus Siivolaadd -fno-omit-frame-pointer to x86 builds
2011-08-01 Nikodemus Siivolamake SBCL_ARCH=x86 build work on 64-bit linux without...
2011-07-29 Nikodemus Siivolafixed-format floating point printing: zero and scaling...
2011-07-29 Nikodemus Siivolaobsolete instance protocol and class-slots
2011-07-27 Nikodemus Siivolamake sure LVAR-EXTERNALLY-CHECKABLE-TYPE always returns...
2011-07-24 Christophe Rhodesfix COERCE to unfinalized extended sequence classes
2011-07-22 Paul KhuongCorrect RIP-relative offset for strange x86-64 instructions
2011-07-08 Paul KhuongFix a non-gencgc build failure in UNSAFE-CLEAR-ROOTS
2011-07-06 Paul KhuongSmall cleanups
2011-07-06 Paul KhuongMore conservative defaults in GENCGC
2011-07-03 Paul KhuongFix the build - gencgc broken since 1.0.49.73 (4 commit...
2011-07-03 Nikodemus Siivolateach debugger about &MORE arguments
2011-07-03 Nikodemus Siivolainhibit &REST -> &MORE conversion when DEBUG is 3
2011-07-03 Paul KhuongAllocate at least gencgc_alloc_granularity bytes at...
2011-07-03 Paul KhuongRelease address space to the OS at gencgc_release_granu...
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
next