Fix make-array transforms.
[sbcl.git] / src / compiler / mips /
2013-09-19 Stas BoukarevOptimize special variable binding on sb-thread.
2013-08-24 Stas BoukarevRevert "Clean up %more-arg-values."
2013-08-20 Stas BoukarevClean up %more-arg-values.
2013-06-24 Stas BoukarevSimplify EMIT-VOP further.
2013-06-05 Stas BoukarevGet rid of vm-support-routines indirection.
2012-11-08 Alastair BridgewaterThou shalt not MAKE-OTHER-IMMEDIATE-TYPE.
2011-12-05 Nikodemus Siivolafix unthreaded non-x86oid builds
2011-11-22 Alastair BridgewaterAdd SB-SYS:SAP-REF-LISPOBJ.
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-08-14 Paul KhuongNew function: SB-EXT:SPIN-LOOP-HINT
2011-08-05 Nikodemus Siivolarename %FLOOR to %BIGFLOOR
2011-07-03 Paul KhuongDifferentiate between object slot initialisation and...
2011-06-21 Paul KhuongCompiler support for specialised implicit value cells
2011-06-21 Paul KhuongInline local call trampolines on x86[-64]
2010-11-09 Alastair Bridgewater1.0.44.10: mips: Implement ANCESTOR-FRAME VOPs.
2009-12-17 Nathan Froyd1.0.33.20: MORE CONSTANTIFICATION
2009-10-26 Christophe Rhodes1.0.32.1: fix MIPS build
2009-09-26 Nathan Froyd1.0.31.21: OAOOize SAP-REF-64 and friends
2009-07-18 Paul Khuong1.0.30.3: deal with load-time-value constants more...
2009-05-08 Nathan Froyd1.0.28.31: remove :PREFIX/:SUFFIX from DEFENUM for...
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-05-08 Nathan Froyd1.0.28.28: delete %RAW-BITS and %SET-RAW-BITS
2009-05-01 Nathan Froyd1.0.28.5: delete MERGE-BITS
2009-03-14 Gabor Melis1.0.26.3: cleanup accesses to *STEPPING* on MIPS and...
2009-02-11 Alastair Bridgewater1.0.25.11: Remove unused SIZE slot from catch-block...
2009-01-11 Paul Khuong1.0.24.34: IR2: additional representation for predicate...
2008-12-25 Thiemo Seufer1.0.23.67: Fix MIPS FIXED-ALLOC VOP.
2008-12-23 Thiemo Seufer1.0.23.66: Calculate array sizes in a more reliable...
2008-12-21 Thiemo Seufer1.0.23.62: Micro-optimization for MIPS' SYMBOL-HASH...
2008-12-18 Thiemo Seufer1.0.23.50: Less magic constants in the MIPS backend.
2008-12-17 Thiemo Seufer1.0.23.46: Remove redundant uses of zero-tn in the...
2008-12-17 Thiemo Seufer1.0.23.45: Remove superfluous register :offsets in...
2008-12-17 Thiemo Seufer1.0.23.44: Nicer code for MIPS, lifted from the SPARC...
2008-12-17 Thiemo Seufer1.0.23.43: More consistent coding style for mips/array...
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-11 Thiemo Seufer1.0.23.33: Stack-allocatable vectors for MIPS.
2008-12-11 Thiemo Seufer1.0.23.32: Flush icache for MIPS alien callback stub.
2008-12-10 Thiemo Seufer1.0.23.31: NFP is not a descriptor-reg.
2008-12-10 Thiemo Seufer1.0.23.30: Don't export storage class names.
2008-12-10 Thiemo Seufer1.0.23.29: Specify the required double-stack alignment...
2008-12-10 Thiemo Seufer1.0.23.28: defconstant -> def!constant in the MIPS...
2008-12-10 Thiemo Seufer1.0.23.27: Less magic constants in the MIPS backend.
2008-12-05 Thiemo Seufer1.0.23.21: Stack allocated conses for MIPS.
2008-09-19 Nikodemus Siivola1.0.20.15: rename SB-ASSEM:ALIGN to EMIT-ALIGNMENT
2008-08-01 Paul Khuong1.0.19.14: Immediate SAP bug fix & grab bag of small...
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-03-17 Nikodemus Siivola1.0.15.36: fix bug 423
2008-03-07 Christophe Rhodes1.0.15.16: New modular arithmetic representation decision
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2007-09-26 Nikodemus Siivola1.0.10.5: dynamic-extent CONS
2007-09-05 Thiemo Seufer1.0.9.36: Match the correct atomicity bit.
2007-09-05 Thiemo Seufer1.0.9.34: Encapulate the whole closure generation in...
2007-09-05 Thiemo Seufer1.0.9.32: Remove accidentially committed debug code.
2007-09-05 Thiemo Seufer1.0.9.30: Make SBCL work on MIPS/Linux with larger...
2007-09-02 Thiemo Seufer1.0.9.29: Fix document string formatting.
2007-09-01 Thiemo Seufer1.0.9.23: Delete conditional INST NOP optimization.
2007-09-01 Thiemo Seufer1.0.9.22: Dynamic-extent value-cells for MIPS.
2007-09-01 Thiemo Seufer1.0.9.21: Make less eager use of eval-when unless cross...
2007-09-01 Thiemo Seufer1.0.9.20: Add #+sb-doc conditionals.
2007-09-01 Thiemo Seufer1.0.9.19: Less magic constants in the mips backend.
2007-09-01 Thiemo Seufer1.0.9.14: Marginally improved VOPs, and a bit of code...
2007-08-19 Thiemo Seufer1.0.8.36: Improve MIPS (and HPPA) floating pooint support.
2007-08-14 Thiemo Seufer1.0.8.26: More MIPS singlestepper fixes.
2007-07-23 Thiemo Seufer1.0.7.38: Fix the MIPS single-stepper break instruction.
2007-07-21 Nikodemus Siivola1.0.7.37: fix non-x86oid builds
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-28 Nikodemus Siivola1.0.7.1: dynamic extent value cells
2007-05-19 Nathan Froyd1.0.5.53: cleanup LOAD-TYPE macros
2007-05-02 Thiemo Seufer1.0.5.27: Stepper support for MIPS.
2006-11-14 Thiemo Seufer0.9.18.51:
2006-10-06 Gabor Melis0.9.17.10: async unwind for specials
2006-10-06 Christophe Rhodes0.9.17.8:
2006-09-18 Juho Snellman0.9.16.38:
2006-06-04 Nathan Froyd0.9.13.25:
2006-05-26 Thiemo Seufer0.9.12.30:
2006-05-13 Thiemo Seufer0.9.12.22:
2006-05-13 Cyrus Harmon0.9.12.10:
2006-05-13 Cyrus Harmon0.9.12.9:
2006-03-16 Christophe Rhodes0.9.10.39:
2006-03-07 Nathan Froyd0.9.10.22:
2006-02-07 Nathan Froyd0.9.9.18:
2006-01-27 Nathan Froyd0.9.9.5:
2005-11-17 Gabor Melis0.9.6.48: more stability
2005-10-11 Thiemo Seufer0.9.5.40:
2005-10-11 Thiemo Seufer0.9.5.37:
2005-10-05 Thiemo Seufer0.9.5.22:
2005-09-29 Thiemo Seufer0.9.5.11:
2005-09-28 Thiemo Seufer0.9.5.7:
2005-09-28 Thiemo Seufer0.9.5.6:
2005-09-16 Thiemo Seufer0.9.4.71:
2005-09-15 Thiemo Seufer0.9.4.70:
2005-09-12 Thiemo Seufer0.9.4.65:
2005-09-08 Thiemo SeuferAdd missing trace-table-fun-prologue.
2005-09-08 Thiemo SeuferRemove superfluous package prefixes.
2005-09-08 Thiemo SeuferAlways keep the break instruction in the branch delay...
2005-09-08 Thiemo SeuferFix mips debug print argument handling.
2005-09-08 Thiemo SeuferCanonicalize in-package argument.
2005-09-07 Thiemo SeuferUse generated labels for the mips list length vop.
2005-09-07 Thiemo SeuferThe define-binop subtract accepted too large types.
2005-09-07 Thiemo SeuferProtect the last store into the object also by pseudo...
next