Fix make-array transforms.
[sbcl.git] / src /
2014-01-05 Stas BoukarevFix make-array transforms. master
2014-01-04 Christophe Rhodesbetter encapsulation support in generic functions
2014-01-03 Stas BoukarevUPGRADED-ARRAY-ELEMENT-TYPE: more thoroughly signal...
2014-01-03 Stas BoukarevFix the recent %vector-widetag-and-n-bits change.
2014-01-03 Stas BoukarevRestore PPC build.
2014-01-02 Stas BoukarevOptimize MAKE-ARRAY on unknown element-type.
2013-12-31 Alastair Bridgewatergencgc: code_page_p() must die!
2013-12-31 Alastair Bridgewatergencgc: Pick out shrunk object tails earlier in conserv...
2013-12-31 Alastair Bridgewatergencgc: More precise conservatism for pointers to boxed...
2013-12-31 Alastair Bridgewatergencgc: Simpler conservative root validation on non...
2013-12-31 Alastair Bridgewatergencgc: Extract go/no-go decision logic from preserve_p...
2013-12-31 Stas BoukarevHandle run-program with :directory nil.
2013-12-30 Alastair Bridgewatergencgc: Reduce conservatism for pointers to unboxed...
2013-12-23 Alastair Bridgewaterexternal-formats: Add support for MacRoman character...
2013-12-20 Stas BoukarevReally restore clisp cross-compilation.
2013-12-16 Stas BoukarevRestore cross-compilation with CLISP.
2013-12-07 Stas BoukarevFix cut-to-width in the presence of bad constants in...
2013-12-03 Stas BoukarevOptimize make-array for unknown dimensions.
2013-12-02 Paul KhuongIterative Chaitin-Briggs style spilling/coloring regist...
2013-12-02 Paul KhuongNew TN cost computation: directly take depth into account
2013-12-02 Paul KhuongMove greedy register allocation to its own function...
2013-12-02 Paul KhuongMove register allocation to its own package, SB!REGALLOC
2013-12-02 Paul KhuongSimplify (and robustify) regular PACKing
2013-12-02 Paul KhuongActually optimize in PACK-TN
2013-12-02 Paul KhuongMicrooptimise TN-LEXICAL-DEPTH
2013-12-02 Paul KhuongUtility predicates for packing: UNBOUNDED-SC-P and...
2013-12-02 Paul KhuongUse SCHWARTZIAN-STABLE-SORT-LIST in SELECT-LOCATION
2013-12-02 Paul KhuongNew function SB-IMPL:SCHWARTZIAN-STABLE-SORT-LIST
2013-12-02 Paul KhuongYank DO-TARGET-TNS out of FIND-OK-TARGET-OFFSET
2013-12-02 Paul KhuongGeneralise ASSIGN-TN-DEPTHS to expose the reduce function
2013-12-02 Paul KhuongParameterise ASSIGN-TN-COSTS to make writes more important
2013-12-02 Paul KhuongFix a logic bug in TNS-CONFLICT-GLOBAL-GLOBAL
2013-12-02 Paul KhuongFuller error message in PACK-WIRED-TN
2013-12-02 Paul KhuongConvert an ASSERT into an AVER in INIT-LIVE-TNS
2013-12-02 Paul KhuongLet OFFSET-CONFLICTS-IN-SB check multiple offsets at...
2013-12-02 Paul KhuongRemove a workaround in bit-vector consets
2013-12-01 Stas BoukarevAdd :application-type parameter for save-lisp-and-die...
2013-12-01 Stas BoukarevFix output streams on Windows for GUI executables.
2013-11-30 Stas BoukarevBetter printing of out of range --dynamic-space-size...
2013-11-30 Stas BoukarevOptimize CONCATENATE transform.
2013-11-30 Stas BoukarevMicro-optimize vector creation.
2013-11-29 David LichteblauFix the cheneygc build
2013-11-22 Stas BoukarevFix deadlocks in GC on Windows.
2013-11-18 Christophe Rhodesmore targetted warnings for probable DEFSTRUCT syntax...
2013-11-18 Christophe Rhodesremove misplaced AVER
2013-11-18 Stas BoukarevImprove ARRAY-RANK transform.
2013-11-16 Stas BoukarevFix a regression in class accessors.
2013-11-16 Stas BoukarevInherit FP modes for new threads on Windows.
2013-11-15 Stas BoukarevFix system error message decoding on Windows.
2013-11-15 Christophe Rhodespartially rewrite accessor-values-internal
2013-11-15 Christophe Rhodesrelax restriction on defstruct slot names
2013-11-15 Christophe Rhodesfix another LET*/:interpret bug
2013-11-14 Paul KhuongMore meaningful error message for OPEN :IF-EXISTS ...
2013-11-14 Paul KhuongNew function SB-EXT:ASSERT-VERSION->=
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2013-11-11 Stas Boukarevwin32: provide error messages when loading foreign...
2013-11-10 Stas BoukarevMore robust homedir detection on Windows.
2013-11-10 Stas BoukarevFix merging of ~/ pathnames.
2013-11-08 Douglas KatzmanEliminate "unused variable" warning from ARRAY-ROW...
2013-11-08 Stas BoukarevDon't warn when #'(setf fun) is used in the presence...
2013-11-07 Stas BoukarevOptimize testing of sealed structures.
2013-11-07 Stas BoukarevOptimize RESTART-BIND.
2013-11-07 Stas BoukarevOptimize RESTART-CASE.
2013-11-06 Stas BoukarevFix equality between #p"~" and (user-homedir-pathname...
2013-11-06 Stas BoukarevDisable win32 pathnames routines on -win32 and vice...
2013-11-06 Stas BoukarevRemove get2 variant of get.
2013-11-05 Stas BoukarevOptimize raw-instance-slots-equalp for #-complex-float...
2013-11-05 Stas BoukarevFix lose() invocation inside sparc-arch.c
2013-11-04 Stas BoukarevOptimize EQUALP on structures with raw slots.
2013-11-04 Paul Khuong[N]BUTLAST perform a single pass over the list
2013-11-04 Paul KhuongMore complicated TYPEP tests are marginally transparent...
2013-11-04 Paul KhuongTwo new optimizer types for flow-sensitive type propagation
2013-11-03 Stas BoukarevFix raw-instance-slots-equalp on SPARC.
2013-11-03 Stas BoukarevFix EQUALP on structures with raw slots.
2013-11-03 Christophe Rhodesfix LET* environment semantics in sexp-based evaluator
2013-11-03 Stas BoukarevFix undefined function error on SPARC.
2013-11-02 Stas BoukarevAdjust the recent defmethod change.
2013-11-01 Stas Boukarevdefmethod: make the function known at compile time.
2013-10-31 Stas BoukarevRemove *static-foreign-symbols* from #+sb-dynamic-core...
2013-10-31 Stas BoukarevFix defmethod arglists leaking into make-method-lambda.
2013-10-31 Stas Boukarevdescribe: show the same information about functions...
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-26 Stas BoukarevReduce consing during SUBTYPEP on classes.
2013-10-22 Jan MoringenUse new MAP-RESTARTS in FIND-RESTART, COMPUTE-RESTARTS...
2013-10-22 Jan MoringenMake some RESTART slots read-only
2013-10-22 Jan MoringenComments and rearrangements in {defboot,target-error...
2013-10-21 Christophe Rhodessignal errors for bad initialization of slot definitions
2013-10-19 Paul KhuongWarn when wrapping constants with THE of multiple value...
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-10-17 Stas BoukarevAdd some missing FNDB declarations.
2013-10-17 Stas BoukarevStop (describe (make-instance 'generic-function)) from...
2013-10-17 Stas Boukarevfunction-lambda-expression: Return the name of a generi...
2013-10-17 Francois-Rene RideauDeliver each contrib as a single FASL. Don't implicitly...
2013-10-16 Stas Boukarevrun-program: Improve argument escaping on WIN32.
2013-10-16 Stas Boukarevrun-program: Add support for :environment on WIN32.
2013-10-13 Stas BoukarevFix (compile '(setf function)).
2013-10-12 Stas BoukarevFix another regression in dumping specialized vectors.
2013-10-09 Christophe Rhodesdon't consider an interpreted->compiled function change...
2013-10-07 Christophe Rhodeshexstr / cold-print fixes from Douglas Katzman
2013-10-05 Stas BoukarevPrevent personality setting on Linux from going in...
next