projects
/
sbcl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
sb-sprof.lisp: Remove trailing white-spaces.
[sbcl.git]
/
src
/
2012-04-20
Lutz Euler
Typo fixes in comments
tree
|
commitdiff
2012-04-20
Lutz Euler
Fix typos in docstrings.
tree
|
commitdiff
2012-04-20
Nikodemus Siivola
teach IR1-TRANSFORM-TYPE-PREDICATE about alien types
tree
|
commitdiff
2012-04-19
Nikodemus Siivola
show correct number of arguments for arg-count error...
tree
|
commitdiff
2012-04-19
Nikodemus Siivola
prettier encoding/decoding error messages
tree
|
commitdiff
2012-04-19
Nikodemus Siivola
wrap a couple of long lines
tree
|
commitdiff
2012-04-19
Nikodemus Siivola
associate stream decoding and encoding errors with...
tree
|
commitdiff
2012-04-19
Nikodemus Siivola
correct octets in c-string decoding errors
tree
|
commitdiff
2012-04-17
Lutz Euler
Micro-optimize machine code for some register tests...
tree
|
commitdiff
2012-04-17
Lutz Euler
Micro-optimization: Shorter encoding of MOVZX in more...
tree
|
commitdiff
2012-04-17
Lutz Euler
Micro-optimize some type tests on x86-64 for code size.
tree
|
commitdiff
2012-04-17
Lutz Euler
Micro-optimize LENGTH/LIST and VALUES-LIST on x86-64...
tree
|
commitdiff
2012-04-17
Lutz Euler
Micro-optimize type tests using widetag on x86-64.
tree
|
commitdiff
2012-04-15
Nathan Froyd
use fixnums for x86-64 array accessor VOPs when possible
tree
|
commitdiff
2012-04-14
Lutz Euler
Correct disassembly of some SSE instructions on x86-64.
tree
|
commitdiff
2012-04-14
Nikodemus Siivola
gencgc: tune the recent "more aggressive GC" changes
tree
|
commitdiff
2012-04-13
Nathan Froyd
micro-optimize allocation sequences, special variable...
tree
|
commitdiff
2012-04-13
Nathan Froyd
s/8/n-word-bytes/ in x86-64's macros.lisp where appropriate
tree
|
commitdiff
2012-04-13
Nathan Froyd
micro-optimize FIXNUMP on known (signed-byte 64) quanti...
tree
|
commitdiff
2012-04-13
Nathan Froyd
use LEA Y, [X+X] instead of LEA Y, [X*2] where appropri...
tree
|
commitdiff
2012-04-13
Stas Boukarev
format: Signal errors when colinc and mincol are not...
tree
|
commitdiff
2012-04-13
Christophe Rhodes
support funcallable-instances in ROOM/map-allocated...
tree
|
commitdiff
2012-04-13
Christophe Rhodes
Fix bug in unsigned modular arithmetic using a signed...
tree
|
commitdiff
2012-04-13
Stas Boukarev
run-program: proper handling of :if-input-does-not...
tree
|
commitdiff
2012-04-13
Stas Boukarev
pprint: Make sure that lists like (loop . 10) can be...
tree
|
commitdiff
2012-04-13
Stas Boukarev
ensure-directory-exists: didn't work when *d-p-d* had...
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: remove cast to (unsigned long) from print_ptr()
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: partial long cleanup in sniff_code_object...
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: gencgc copy_unboxed_object and shared gc_gener...
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: use size_t for new_areas_index and max_new_areas
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
gencgc: reclaim space more aggressively
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
MAKE-LEXENV used NCONC on its arguments, which callers...
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
more conservative classoid-name clearing
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
plain T and OTHERWISE not allowed in CASE normal-clauses
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
don't refer to unix namestrings on windows
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
better REPLACE docstring
tree
|
commitdiff
2012-03-25
Christophe Rhodes
Fix build on PPC/Darwin
tree
|
commitdiff
2012-03-24
Christophe Rhodes
Fixup fewer complaints about hairy lexical environments
tree
|
commitdiff
2012-03-24
Stas Boukarev
Don't signal a note on NOTINLINE non-toplevel functions.
tree
|
commitdiff
2012-03-23
Martin Cracauer
Closes https://bugs.launchpad.net/sbcl/+bug/911027
tree
|
commitdiff
2012-03-11
Stas Boukarev
Make SBCL buildable by Clang.
tree
|
commitdiff
2012-03-08
Stas Boukarev
ensure-directories-exist: Signal an error when trying...
tree
|
commitdiff
2012-02-19
Joshua Elsasser
Clean up OpenBSD makefile fragments a little.
tree
|
commitdiff
2012-02-19
Stas Boukarev
coreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
tree
|
commitdiff
2012-02-11
Stas Boukarev
getf: Correct docstring.
tree
|
commitdiff
2012-01-23
Nikodemus Siivola
weakening hairy integer types
tree
|
commitdiff
2012-01-22
Stas Boukarev
maybe-update-info-for-gf: Use KEYWORD-SPEC-NAME for...
tree
|
commitdiff
2012-01-17
Jim Wise
Add patches from Aymeric Vincent to fix sb-posix on...
tree
|
commitdiff
2011-12-30
Nikodemus Siivola
runtime: handle KERN_ABORTED in the darwin semaphore...
tree
|
commitdiff
2011-12-30
Nikodemus Siivola
defknown SC-NUMBER-OR-LOSE as foldable
tree
|
commitdiff
2011-12-30
Nikodemus Siivola
use %VECTOR-RAW-BITS in %BIT-POSITION/[0|1]
tree
|
commitdiff
2011-12-30
Nikodemus Siivola
package locks and compile-time effects of DEFCLASS
tree
|
commitdiff
2011-12-29
Nikodemus Siivola
stack-allocatable fill-initialized specialized arrays...
tree
|
commitdiff
2011-12-29
Nikodemus Siivola
faster FIND and POSITION on bit-vectors
tree
|
commitdiff
2011-12-15
Alastair Bridgewater
Fix control stack scavenging for dynamic-extent allocation.
tree
|
commitdiff
2011-12-15
Alastair Bridgewater
Move control-stack scavenging to gc-common.c.
tree
|
commitdiff
2011-12-15
Alastair Bridgewater
DX structs with raw slots only allowed on conservative...
tree
|
commitdiff
2011-12-14
Alastair Bridgewater
Fix build on non-GENCGC targets.
tree
|
commitdiff
2011-12-14
Lutz Euler
x86: Better disassembly of segment-prefixes.
tree
|
commitdiff
2011-12-14
Lutz Euler
Improve handling of x86[-64] prefix instructions in...
tree
|
commitdiff
2011-12-14
Lutz Euler
Corrections to disassembly of SHLD, SHRD and LEA on...
tree
|
commitdiff
2011-12-14
Lutz Euler
Make some disassembler parameters effectual.
tree
|
commitdiff
2011-12-14
Lutz Euler
Make the disassembler understand instruction prefixes.
tree
|
commitdiff
2011-12-13
Paul Khuong
Fix EQL constraint propagation on constant assigned...
tree
|
commitdiff
2011-12-12
Nikodemus Siivola
protect against read-time package-lock circumvention...
tree
|
commitdiff
2011-12-12
Nikodemus Siivola
remove etags as a build-time dependency
tree
|
commitdiff
2011-12-10
Joshua Elsasser
Fix clisp-hosted build.
tree
|
commitdiff
2011-12-10
Nikodemus Siivola
stack-allocatable fill-initialized specialized arrays...
tree
|
commitdiff
2011-12-10
Nikodemus Siivola
faster VECTOR-SUBSEQ*
tree
|
commitdiff
2011-12-10
Nikodemus Siivola
stack-allocatable fill-initialized specialized arrays
tree
|
commitdiff
2011-12-10
Nikodemus Siivola
remove MUFFLE-CONDITION from the FILL transform
tree
|
commitdiff
2011-12-10
Nikodemus Siivola
make DESCRIBE report IR1 attributes for known functions
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
fix errors from stack allocation compiler notes
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
WITH-SPINLOCK compatibility layer was broken
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
refactor FOP table and stack handling
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
delete *FASL-SYMBOL-BUFFER*
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
rename FOP-INTERN AUX-FOP-INTERN for clarity
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
use FAST-READ-BYTE in LOAD-S-INTEGER
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
optimize READ-STRING-AS-[BYTES|UNSIGNED-BYTE-32]
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
easier to read FAST-READ-U-INTEGER expansion
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
FAST-READ-BYTE refactoring
tree
|
commitdiff
2011-12-09
Lutz Euler
Make COERCE on characters more standard-conforming.
tree
|
commitdiff
2011-12-09
Alastair Bridgewater
Fix build on CHENEYGC targets.
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
refactor symbol interning FOPs
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
make DEFINE-FOP use &BODY instead of &REST
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
better "cannot stack allocate" compiler notes
tree
|
commitdiff
2011-12-09
Nikodemus Siivola
make TRIVIAL-LAMBDA-VAR-REF-P false for XEPs
tree
|
commitdiff
2011-12-08
Nikodemus Siivola
use COMPONENT-TOPLEVELISH-P in CHECK-CONSISTENCY
tree
|
commitdiff
2011-12-08
Stas Boukarev
Fix transform for SEARCH on vectors with :form-end t.
tree
|
commitdiff
2011-12-08
Stas Boukarev
Fix transform for SEARCH on vectors.
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
run-program leaked a pipe per call
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
gencgc: bogus memory fault handling
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
better deadlock reporting
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
darwin: dladdr can deadlock the GC
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
avoid recursive errors from broken standard streams...
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
DESCRIBE improvements
tree
|
commitdiff
2011-12-05
Nikodemus Siivola
don't stack-allocate specialized vectors on non-conserv...
tree
|
commitdiff
2011-12-05
Nikodemus Siivola
fix doubled unboxed constants when there is no immediat...
tree
|
commitdiff
2011-12-05
Alastair Bridgewater
Improved undefined-function backtrace on PPC.
tree
|
commitdiff
2011-12-05
Alastair Bridgewater
Improved undefined-function backtrace on non-x86oids.
tree
|
commitdiff
next