projects
/
sbcl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
sbcl.git
2012-04-29
Nikodemus Siivola
tune bug-981106 test based on the heap size
commit
|
commitdiff
|
tree
|
snapshot
2012-04-29
Nikodemus Siivola
gencgc: scale generation.bytes_consed_between_gc to...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-27
Stas Boukarev
Better error messages to condition signalling functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-27
Nikodemus Siivola
gencgc: i in add_new_area needs to be signed
commit
|
commitdiff
|
tree
|
snapshot
2012-04-27
Nikodemus Siivola
fix compiler reader error reporting
commit
|
commitdiff
|
tree
|
snapshot
2012-04-25
Lutz Euler
Micro-optimizations in MOVE-IMMEDIATE and MOVE-ARG...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Stas Boukarev
Better arglists for some package accessors.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Nikodemus Siivola
remove world-lock from around FASL loading
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Nikodemus Siivola
globaldb: remove ENV-LIST arguments from INFO functions
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Nikodemus Siivola
globaldb: add source-transforms for INFO functions...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Nikodemus Siivola
move ABOUT-TO-MODIFY-SYMBOL-VALUE to symbol.lisp
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Nikodemus Siivola
better reader-errors for COMPILE-FILE
commit
|
commitdiff
|
tree
|
snapshot
2012-04-23
Lutz Euler
Allow larger immediate values in fixnum arithmetic...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-23
Christophe...
Fix ldb / %%ldb / rlwinm on PowerPC
commit
|
commitdiff
|
tree
|
snapshot
2012-04-20
Lutz Euler
Typo fixes in comments
commit
|
commitdiff
|
tree
|
snapshot
2012-04-20
Lutz Euler
Fix typos in docstrings.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-20
Nikodemus Siivola
teach IR1-TRANSFORM-TYPE-PREDICATE about alien types
commit
|
commitdiff
|
tree
|
snapshot
2012-04-19
Nikodemus Siivola
show correct number of arguments for arg-count error...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-19
Nikodemus Siivola
sanitize one of the recent c-string decoding tests
commit
|
commitdiff
|
tree
|
snapshot
2012-04-19
Nikodemus Siivola
prettier encoding/decoding error messages
commit
|
commitdiff
|
tree
|
snapshot
2012-04-19
Nikodemus Siivola
wrap a couple of long lines
commit
|
commitdiff
|
tree
|
snapshot
2012-04-19
Nikodemus Siivola
associate stream decoding and encoding errors with...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-19
Nikodemus Siivola
correct octets in c-string decoding errors
commit
|
commitdiff
|
tree
|
snapshot
2012-04-17
Lutz Euler
Micro-optimize machine code for some register tests...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-17
Lutz Euler
Micro-optimization: Shorter encoding of MOVZX in more...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-17
Lutz Euler
Micro-optimize some type tests on x86-64 for code size.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-17
Lutz Euler
Micro-optimize LENGTH/LIST and VALUES-LIST on x86-64...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-17
Lutz Euler
Micro-optimize type tests using widetag on x86-64.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Nathan Froyd
use fixnums for x86-64 array accessor VOPs when possible
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Lutz Euler
Correct disassembly of some SSE instructions on x86-64.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Nikodemus Siivola
gencgc: tune the recent "more aggressive GC" changes
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nathan Froyd
micro-optimize allocation sequences, special variable...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nathan Froyd
s/8/n-word-bytes/ in x86-64's macros.lisp where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nathan Froyd
micro-optimize FIXNUMP on known (signed-byte 64) quanti...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nathan Froyd
use LEA Y, [X+X] instead of LEA Y, [X*2] where appropri...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Stas Boukarev
format: Signal errors when colinc and mincol are not...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Christophe...
support funcallable-instances in ROOM/map-allocated...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Christophe...
Fix bug in unsigned modular arithmetic using a signed...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Christophe...
minor fix to alien.impure.lisp test
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Stas Boukarev
run-program: proper handling of :if-input-does-not...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Stas Boukarev
pprint: Make sure that lists like (loop . 10) can be...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Stas Boukarev
ensure-directory-exists: didn't work when *d-p-d* had...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
robustify (deadlock-detection interrupts) test
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
cleanup: remove cast to (unsigned long) from print_ptr()
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
cleanup: partial long cleanup in sniff_code_object...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
cleanup: gencgc copy_unboxed_object and shared gc_gener...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
cleanup: use size_t for new_areas_index and max_new_areas
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
gencgc: reclaim space more aggressively
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
MAKE-LEXENV used NCONC on its arguments, which callers...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
more conservative classoid-name clearing
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
plain T and OTHERWISE not allowed in CASE normal-clauses
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
don't refer to unix namestrings on windows
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Kambiz Darabi
sb-simple-streams: signal an error for bad stream class...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Nikodemus Siivola
better REPLACE docstring
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Juho Snellman
1.0.56: will be tagged as "sbcl-1.0.56"
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Juho Snellman
Add workaround to a flaky semaphore timeout test.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Juho Snellman
Add an entry for ASDF upgrade to NEWS
commit
|
commitdiff
|
tree
|
snapshot
2012-04-06
Nikodemus Siivola
clarify the make.sh --with-feature and --without-featur...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Juho Snellman
contrib/asdf: Import asdf 2.20 from upstream.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Christophe...
Fix build on PPC/Darwin
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Christophe...
Fixup fewer complaints about hairy lexical environments
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Stas Boukarev
Don't signal a note on NOTINLINE non-toplevel functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Martin Cracauer
Closes https://bugs.launchpad.net/sbcl/+bug/911027
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Stas Boukarev
Make SBCL buildable by Clang.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Stas Boukarev
ensure-directories-exist: Signal an error when trying...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-19
Joshua Elsasser
Clean up OpenBSD makefile fragments a little.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-19
Joshua Elsasser
Remove an OpenBSD note in the README which is no longer...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-19
Stas Boukarev
coreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Stas Boukarev
getf: Correct docstring.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Nikodemus Siivola
weakening hairy integer types
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Stas Boukarev
maybe-update-info-for-gf: Use KEYWORD-SPEC-NAME for...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jim Wise
Add patches from Aymeric Vincent to fix sb-posix on...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-09
Juho Snellman
1.0.55: will be tagged as "sbcl-1.0.55"
commit
|
commitdiff
|
tree
|
snapshot
2012-01-09
Juho Snellman
Mark :no-consing :specialized-dx-vectors as failing...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-02
Nikodemus Siivola
git: add missing git hook scripts from SourceForge
commit
|
commitdiff
|
tree
|
snapshot
2012-01-02
Nikodemus Siivola
twiddle script.test.sh
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Nikodemus Siivola
runtime: handle KERN_ABORTED in the darwin semaphore...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Nikodemus Siivola
defknown SC-NUMBER-OR-LOSE as foldable
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Nikodemus Siivola
use %VECTOR-RAW-BITS in %BIT-POSITION/[0|1]
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Nikodemus Siivola
package locks and compile-time effects of DEFCLASS
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Nikodemus Siivola
stack-allocatable fill-initialized specialized arrays...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Nikodemus Siivola
faster FIND and POSITION on bit-vectors
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Alastair Bridgewater
Fix control stack scavenging for dynamic-extent allocation.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Alastair Bridgewater
Move control-stack scavenging to gc-common.c.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Alastair Bridgewater
tests: Raw instances shouldn't stack-allocate on most...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Alastair Bridgewater
DX structs with raw slots only allowed on conservative...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Alastair Bridgewater
Fix build on non-GENCGC targets.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Lutz Euler
x86: Better disassembly of segment-prefixes.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Lutz Euler
Improve handling of x86[-64] prefix instructions in...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Lutz Euler
Corrections to disassembly of SHLD, SHRD and LEA on...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Lutz Euler
Make some disassembler parameters effectual.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Lutz Euler
Make the disassembler understand instruction prefixes.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-13
Paul Khuong
Fix EQL constraint propagation on constant assigned...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-13
Jim Wise
(NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-12
Nikodemus Siivola
protect against read-time package-lock circumvention...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-12
Nikodemus Siivola
remove etags as a build-time dependency
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Joshua Elsasser
Fix clisp-hosted build.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Nikodemus Siivola
stack-allocatable fill-initialized specialized arrays...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Nikodemus Siivola
faster VECTOR-SUBSEQ*
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Nikodemus Siivola
stack-allocatable fill-initialized specialized arrays
commit
|
commitdiff
|
tree
|
snapshot
next