1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when to poll the fd
[sbcl.git] / src / compiler /
2011-05-09 Nikodemus Siivola1.0.48.3: source-locations from LOAD of source files...
2011-05-09 Nikodemus Siivola1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING
2011-04-21 Nikodemus Siivola1.0.47.27: limit open coding from MEMBER, ASSOC, &co
2011-04-21 Nikodemus Siivola1.0.47.26: BEST-SUB-SOURCE-PATH should ignore quoted...
2011-04-11 Nikodemus Siivola1.0.47.24: more conservative FTYPE proclamations
2011-04-11 Nikodemus Siivola1.0.47.23: remove defknowns for condition slot accessors
2011-04-10 Nikodemus Siivolaprotect compile-time side-effects of DEFUN with a packa...
2011-04-10 Nikodemus Siivola1.0.47.20: don't handle errors during compile-time...
2011-04-08 Nikodemus Siivola1.0.47.18: less verbose source forms for functions...
2011-04-08 Nikodemus Siivola1.0.47.17: %FUNCALL IR1 translator was careless about...
2011-04-08 Nikodemus Siivola1.0.47.16: more ((LAMBDA ..) ..) and (FUNCALL (LAMBDA...
2011-04-08 Nikodemus Siivola1.0.47.15: %FUNCALL IR1 translator macroexpands the...
2011-04-07 Nikodemus Siivola1.0.47.14: optimize list DELETE to DELQ in more cases
2011-04-07 Nikodemus Siivola1.0.47.13: extend LVAR-FUN-IS to constant functions...
2011-04-02 Christophe Rhodes1.0.47.8: No more INSTANCE-LAMBDA
2011-03-19 Nikodemus Siivola1.0.46.37: SIMPLE-CONDITION slots are initialized with...
2011-03-11 Alastair Bridgewater1.0.46.33: constraint: Don't substitute REFs when repla...
2011-03-02 Nikodemus Siivola1.0.46.20: better error messages for invalid variables
2011-02-28 Nikodemus Siivola1.0.46.17: nicer STYLE-WARNINGS from IGNORE and IGNORAB...
2011-02-28 Nikodemus Siivola1.0.46.16: death to "in: LAMBDA NIL" in compiler messages
2011-02-26 Nikodemus Siivola1.0.45.14: CHECK-KEY-ARGS didn't take :ALLOW-OTHER...
2011-02-20 Nikodemus Siivola1.0.46.7: better error message for an invalid lambda...
2011-02-12 Nikodemus Siivola1.0.45.25: better constant folding in arithmetic functions
2011-02-11 Nikodemus Siivola1.0.45.17: give CONSTANTLY some love
2011-01-21 Alastair Bridgewater1.0.45.13: physenvanal: Treat all functions without...
2011-01-19 cracauer1.0.45.7: set *backend-page-bytes* to 32KB
2011-01-19 cracauer1.0.45.5: life: fix slow compile.
2011-01-19 Alastair Bridgewater1.0.45.5: life: Propagate implicit value cells through...
2010-12-19 Juho Snellman1.0.45.4: Revert 1.0.44.34
2010-11-27 Alastair Bridgewater1.0.44.34: gtn: KLUDGE the lambda-var assignment to...
2010-11-27 Alastair Bridgewater1.0.44.33: ir2tran: Correctly set up d-x closure values...
2010-11-18 Nikodemus Siivolaallow approximating unions of numeric types
2010-11-16 Nikodemus Siivola1.0.44.26: more nuanced deprecation framework
2010-11-16 Nikodemus Siivola1.0.44.25: don't put function leaves into the source...
2010-11-16 Nikodemus Siivola1.0.44.24: tweak CAREFUL-EXPAND-MACRO
2010-11-09 Alastair Bridgewater1.0.44.18: physenvanal: When checking closure-DXness...
2010-11-09 Alastair Bridgewater1.0.44.17: ir1: Declare UNWIND-PROTECT cleanup function...
2010-11-09 Alastair Bridgewater1.0.44.16: ir2tran: Don't try to stack-allocate VALUE...
2010-11-09 Alastair Bridgewater1.0.44.15: ir2: Skip value-cell allocation where possible.
2010-11-09 Alastair Bridgewater1.0.44.14: x86-64: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.13: x86: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.12: sparc: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.11: ppc: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.10: mips: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.9: hppa: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.8: alpha: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.7: ir1: Set LAMBDA-VAR-EXPLICIT-VALUE-CELL where...
2010-11-09 Alastair Bridgewater1.0.44.6: ir1: Add a new attribute for LAMBDA-VARs...
2010-11-08 Nikodemus Siivola1.0.44.4: make MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA...
2010-11-07 Nikodemus Siivola1.0.44.2: don't add pointless TYPEP T constraints
2010-11-07 Nikodemus Siivola1.0.44.1: more conservative CONCATENATE open-coding
2010-10-30 Juho Snellman1.0.43.82: Make compiling a MAKE-ARRAY call with a...
2010-10-19 Nikodemus Siivola1.0.43.73: oops, let's not derive &REST as list quite...
2010-10-19 Nikodemus Siivola1.0.43.71: fix regression from 1.0.43.26
2010-10-18 Nikodemus Siivola1.0.43.68: disassembler: remove unsafe SAP from MAKE...
2010-10-18 Nikodemus Siivola1.0.43.67: COERCE: don't trust vector dimensions in...
2010-10-14 Nikodemus Siivola1.0.43.60: plug (SETF MACRO-FUNCTION) shaped hole in...
2010-10-14 Nikodemus Siivola1.0.43.57: better handling of derived function types
2010-10-14 Nikodemus Siivola1.0.43.56: make %INSTANCE-TYPEP always-translatable
2010-10-13 Nikodemus Siivola1.0.43.50: better function signature checking for self...
2010-10-12 Paul Khuong1.0.43.48: Unbreak fast-ash-c/fixnum=>fixnum on x86
2010-10-12 Paul Khuong1.0.43.47: Unfix ASH of constant shift on x86oids
2010-10-12 Paul Khuong1.0.43.46: Simplify some type tests to EQL comparisons
2010-10-12 Paul Khuong1.0.43.45: More type-directed constant folding
2010-10-12 Paul Khuong1.0.43.43: Merge more equivalent branches together
2010-10-12 Paul Khuong1.0.43.42: Constant fold IFs before performing IF/IF...
2010-10-10 Juho Snellman1.0.43.40: Allow use of unmangled win32 function names
2010-10-09 Nikodemus Siivola1.0.43.39: proclaimed function types and NOTINLINE
2010-10-07 Nikodemus Siivola1.0.43.34: differentiate cross-compiler output from...
2010-10-07 Alastair Bridgewater1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD
2010-10-07 Alastair Bridgewater1.0.43.32: x86: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.31: x86-64: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.30: threads: Initial implementation of ATOMIC...
2010-10-06 Nikodemus Siivola1.0.43.26: propagate-local-call-args for lambdas with...
2010-10-05 Nikodemus Siivola1.0.43.24: initialize cold-layouts with source-location...
2010-10-04 Nikodemus Siivola1.0.43.23: enable let-conversion for open-coded ALIEN...
2010-10-04 Nikodemus Siivola1.0.43.19: don't record source-paths for sub-parts...
2010-10-04 Nathan Froyd1.0.43.17: fix static symbols for array dispatch tables
2010-10-03 Alastair Bridgewater1.0.43.16: compiler: Fix non-unicode build.
2010-09-30 Nikodemus Siivola1.0.43.10: make.sh now accepts --dynamic-space-size...
2010-09-30 Nikodemus Siivola1.0.43.3: make (LOAD-TIME-VALUE (THE (VALUES FIXNUM...
2010-09-30 Nikodemus Siivola1.0.43.1: better handling of complex array types in...
2010-09-20 Nikodemus Siivola1.0.42.48: more contextual CAREFUL-EXPAND-MACRO messages
2010-09-19 Nikodemus Siivola1.0.42.39: workaround for lp#308914
2010-09-08 Alastair Bridgewater1.0.42.34: threads: Consolidate thread-specific static...
2010-09-05 Alastair Bridgewater1.0.42.33: ppc: Improve pseudo-atomic implementation
2010-09-03 Nikodemus Siivola1.0.42.28: package locks to guard against DEFMACRO...
2010-09-02 Nikodemus Siivola1.0.42.25: check parent-lambdas in defined-fun-functional
2010-09-02 Nikodemus Siivola1.0.42.24: print symbols with fully qualified names...
2010-09-02 Alastair Bridgewater1.0.42.23: x86-64: Fix passing of unboxed complex float...
2010-09-01 Nikodemus Siivola1.0.42.16: better RANDOM type-error reporting
2010-09-01 Nikodemus Siivola1.0.42.15: prevent inline expansion from creating refs...
2010-09-01 Nikodemus Siivola1.0.42.11: reinline nested LIST and VECTOR calls in...
2010-08-31 Nikodemus Siivola1.0.42.5: revert 1.0.42.2, "correct defknown for data...
2010-08-30 Nikodemus Siivola1.0.42.2: correct defknown for data-vector-ref-with...
2010-08-17 Nikodemus Siivola1.0.41.50: additional error checking for DEFTYPE &co
2010-08-08 Alastair Bridgewater1.0.41.40: ppc: Shorten the gencgc allocation sequence.
2010-08-08 Alastair Bridgewater1.0.41.39: ppc: Rename reg_L2 to reg_THREAD on threaded...
2010-08-08 Alastair Bridgewater1.0.41.37: ppc: allocation fixes for threaded builds.
2010-08-08 Alastair Bridgewater1.0.41.36: ppc: Implement atomic-{incf,decf} as atomic...
next