2013-04-20 |
Paul Khuong | Trivial code cleanups |
tree | commitdiff |
2012-12-21 |
David Lichteblau | Support building without PSEUDO-ATOMIC on POSIX safepoints |
tree | commitdiff |
2012-12-21 |
David Lichteblau | Foreign callbacks |
tree | commitdiff |
2012-12-05 |
David Lichteblau | Support long file names on Windows; more CRT function... |
tree | commitdiff |
2012-12-05 |
David Lichteblau | Some support for platforms whose libraries do not maint... |
tree | commitdiff |
2012-12-05 |
David Lichteblau | Port to x86-64 versions of Windows |
tree | commitdiff |
2012-11-20 |
David Lichteblau | LLP64: change signed long to sword_t |
tree | commitdiff |
2012-11-20 |
David Lichteblau | LLP64: change UNSIGNED-LONG to UNSIGNED |
tree | commitdiff |
2012-11-20 |
David Lichteblau | LLP64: change unsigned long to uword_t |
tree | commitdiff |
2012-11-08 |
Alastair Bridgewater | compiler/generic/genesis: Report FDEFN addresses for... |
tree | commitdiff |
2012-11-02 |
David Lichteblau | Safepoint protocol upgrade |
tree | commitdiff |
2012-11-02 |
David Lichteblau | Extend use of the linkage table to static symbols |
tree | commitdiff |
2012-11-02 |
David Lichteblau | Move the global safepoint to one page before static... |
tree | commitdiff |
2012-11-02 |
David Lichteblau | Allow synchronous win32 I/O to be interrupted, too |
tree | commitdiff |
2012-10-05 |
David Lichteblau | Preliminary work towards threads on win32 |
tree | commitdiff |
2012-10-02 |
Christophe Rhodes | mostly make the build deterministic |
tree | commitdiff |
2012-08-10 |
David Lichteblau | Use safepoints for INTERRUPT-THREAD |
tree | commitdiff |
2012-08-10 |
David Lichteblau | Add safepoint mechanism |
tree | commitdiff |
2012-08-01 |
Cyrus Harmon | Miscellaneous cleanups for threaded darwin platforms |
tree | commitdiff |
2012-04-20 |
Lutz Euler | Typo fixes in comments |
tree | commitdiff |
2012-04-13 |
Nathan Froyd | micro-optimize allocation sequences, special variable... |
tree | commitdiff |
2011-12-15 |
Alastair Bridgewater | DX structs with raw slots only allowed on conservative... |
tree | commitdiff |
2011-12-10 |
Nikodemus Siivola | stack-allocatable fill-initialized specialized arrays |
tree | commitdiff |
2011-12-09 |
Nikodemus Siivola | refactor FOP table and stack handling |
tree | commitdiff |
2011-12-05 |
Nikodemus Siivola | don't stack-allocate specialized vectors on non-conserv... |
tree | commitdiff |
2011-12-05 |
Manfred Gahr | fix make.sh --dynamic-space-size option handling |
tree | commitdiff |
2011-12-05 |
Nikodemus Siivola | semaphores in the runtime |
tree | commitdiff |
2011-12-05 |
Nikodemus Siivola | use boxed constants for full calls |
tree | commitdiff |
2011-11-21 |
Nikodemus Siivola | smaller default dynamic-space size on GENCGC |
tree | commitdiff |
2011-11-12 |
Nikodemus Siivola | extensible CAS and CAS extensions |
tree | commitdiff |
2011-11-09 |
Nikodemus Siivola | killing lutexes, adding timeouts |
tree | commitdiff |
2011-10-26 |
Alastair Bridgewater | Minor lowtag-handling cleanup in genesis. |
tree | commitdiff |
2011-10-25 |
Alastair Bridgewater | threads: Thread objects don't need a lowtag. |
tree | commitdiff |
2011-10-25 |
Alastair Bridgewater | genesis: Export assembly slot offsets for primitive... |
tree | commitdiff |
2011-10-22 |
Paul Khuong | Fix a long-standing bug in (PRIMITIVE-TYPE [MEMBER... |
tree | commitdiff |
2011-10-20 |
Alastair Bridgewater | 63-bit fixnums on 64-bit targets. |
tree | commitdiff |
2011-10-19 |
Alastair Bridgewater | Reorder 64-bit lowtags. |
tree | commitdiff |
2011-10-19 |
Alastair Bridgewater | General disentwingling of fixnums and words. |
tree | commitdiff |
2011-10-19 |
Alastair Bridgewater | Fixnum and unsigned-fixnum array cleanups. |
tree | commitdiff |
2011-10-19 |
Alastair Bridgewater | Change x86oid modular arithmetic to work if fixnum... |
tree | commitdiff |
2011-10-19 |
Alastair Bridgewater | Fix definition of most-FOOative-fixnum. |
tree | commitdiff |
2011-10-19 |
Alastair Bridgewater | Introduce sb!vm::fixnum-lowtags |
tree | commitdiff |
2011-08-28 |
Paul Khuong | Optional support for zlib-based in-memory deflate/infla... |
tree | commitdiff |
2011-08-05 |
Nikodemus Siivola | rename %FLOOR to %BIGFLOOR |
tree | commitdiff |
2011-08-05 |
Nikodemus Siivola | export MOST-POSITIVE-WORD from SB-EXT |
tree | commitdiff |
2011-07-03 |
Paul Khuong | Split GENCGC_PAGE_BYTES in 3 constants |
tree | commitdiff |
2011-07-03 |
Paul Khuong | Differentiate between object slot initialisation and... |
tree | commitdiff |
2011-05-24 |
Nikodemus Siivola | 1.0.48.21: explicitly indefinite-extent leaves, safer... |
tree | commitdiff |
2010-10-10 |
Juho Snellman | 1.0.43.40: Allow use of unmangled win32 function names |
tree | commitdiff |
2010-10-07 |
Alastair Bridgewater | 1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD |
tree | commitdiff |
2010-10-07 |
Alastair Bridgewater | 1.0.43.32: x86: Implement %ARRAY-ATOMIC-INCF/WORD. |
tree | commitdiff |
2010-10-07 |
Alastair Bridgewater | 1.0.43.31: x86-64: Implement %ARRAY-ATOMIC-INCF/WORD. |
tree | commitdiff |
2010-10-07 |
Alastair Bridgewater | 1.0.43.30: threads: Initial implementation of ATOMIC... |
tree | commitdiff |
2010-10-05 |
Nikodemus Siivola | 1.0.43.24: initialize cold-layouts with source-location... |
tree | commitdiff |
2010-10-04 |
Nathan Froyd | 1.0.43.17: fix static symbols for array dispatch tables |
tree | commitdiff |
2010-09-30 |
Nikodemus Siivola | 1.0.43.10: make.sh now accepts --dynamic-space-size... |
tree | commitdiff |
2010-09-30 |
Nikodemus Siivola | 1.0.43.1: better handling of complex array types in... |
tree | commitdiff |
2010-09-08 |
Alastair Bridgewater | 1.0.42.34: threads: Consolidate thread-specific static... |
tree | commitdiff |
2010-08-08 |
Alastair Bridgewater | 1.0.41.36: ppc: Implement atomic-{incf,decf} as atomic... |
tree | commitdiff |
2010-08-07 |
Alastair Bridgewater | 1.0.41.25: compiler: Create sb!vm::static-fdefn-offset. |
tree | commitdiff |
2010-08-07 |
Alastair Bridgewater | 1.0.41.21: runtime: Current stack and frame pointers... |
tree | commitdiff |
2010-08-07 |
Alastair Bridgewater | 1.0.41.19: runtime: Fix pseudo-atomic on non-x86oid... |
tree | commitdiff |
2010-08-07 |
Alastair Bridgewater | 1.0.41.17: runtime: Make foreign_function_call_active... |
tree | commitdiff |
2010-08-06 |
Alastair Bridgewater | 1.0.41.15: gencgc: Implement object pinning for non... |
tree | commitdiff |
2010-06-13 |
Cyrus Harmon | 1.0.39.15: delete all traces of the darwin dlshim |
tree | commitdiff |
2010-06-03 |
Cyrus Harmon | 1.0.39.3: support building on darwin x86 and x86-64... |
tree | commitdiff |
2010-04-03 |
Alastair Bridgewater | 1.0.37.29: Cleanup from fasl format and fasdump logic... |
tree | commitdiff |
2010-04-03 |
Alastair Bridgewater | 1.0.37.27: Add new named-package FOPs for simpler packa... |
tree | commitdiff |
2010-04-03 |
Alastair Bridgewater | 1.0.37.25: Defer interning symbols to cold-core as... |
tree | commitdiff |
2010-04-03 |
Alastair Bridgewater | 1.0.37.24: Genesis deFIXMEification: Symbol allocation... |
tree | commitdiff |
2010-03-28 |
Nikodemus Siivola | 1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET |
tree | commitdiff |
2010-03-26 |
Nikodemus Siivola | 1.0.36.40: fix PPC build |
tree | commitdiff |
2010-03-08 |
Nikodemus Siivola | 1.0.36.15: upgraded array element-type of unions and... |
tree | commitdiff |
2010-02-28 |
Nikodemus Siivola | 1.0.36.6: array data vector type derivation |
tree | commitdiff |
2010-01-06 |
Nathan Froyd | 1.0.34.5: remove dead DATA-VECTOR-{REF,SET} transforms |
tree | commitdiff |
2009-12-21 |
Alastair Bridgewater | 1.0.33.28: Display descriptions for internal errors... |
tree | commitdiff |
2009-11-19 |
Nikodemus Siivola | 1.0.32.33: GENCGC tuning parameters |
tree | commitdiff |
2009-08-23 |
Christophe Rhodes | 1.0.30.51: fix for COERCE compilation regression |
tree | commitdiff |
2009-08-04 |
Nikodemus Siivola | 1.0.30.34: flushable INITIALIZE-VECTOR |
tree | commitdiff |
2009-07-29 |
Nikodemus Siivola | 1.0.30.11: autogenerate tagname information for LDB... |
tree | commitdiff |
2009-06-28 |
Paul Khuong | 1.0.29.54: Inline unboxed constants on x86[-64] |
tree | commitdiff |
2009-06-25 |
Paul Khuong | 1.0.29.44: Complex float improvements |
tree | commitdiff |
2009-06-22 |
Gabor Melis | 1.0.29.32: SCRUB-CONTROL-STACK related changes |
tree | commitdiff |
2009-06-21 |
Nikodemus Siivola | 1.0.29.24: preserve docstrings for local and anonymous... |
tree | commitdiff |
2009-06-18 |
Nikodemus Siivola | 1.0.29.14: implement SB-INTROSPECT:ALLOCATION-INFORMATION |
tree | commitdiff |
2009-06-17 |
Nikodemus Siivola | 1.0.29.12: nicer DX capability conditionalization |
tree | commitdiff |
2009-05-21 |
Nathan Froyd | 1.0.28.68: move PPC over to slimmed-down EMIT-ERROR... |
tree | commitdiff |
2009-05-17 |
Nikodemus Siivola | 1.0.28.55: transform FILL to a UB*-BASH-FILL when possible |
tree | commitdiff |
2009-05-16 |
Nikodemus Siivola | 1.0.28.51: better MAKE-ARRAY transforms |
tree | commitdiff |
2009-05-16 |
Nikodemus Siivola | 1.0.28.49: allow stack allocation for arguments of... |
tree | commitdiff |
2009-05-14 |
Nikodemus Siivola | 1.0.28.47: depessimize accesses to maybe non-simple... |
tree | commitdiff |
2009-05-08 |
Nathan Froyd | 1.0.28.31: remove :PREFIX/:SUFFIX from DEFENUM for... |
tree | commitdiff |
2009-05-08 |
Nikodemus Siivola | 1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL... |
tree | commitdiff |
2009-05-08 |
Nathan Froyd | 1.0.28.28: delete %RAW-BITS and %SET-RAW-BITS |
tree | commitdiff |
2009-05-07 |
Nikodemus Siivola | 1.0.28.24: better %ARRAY-DISPLACED-FROM handling |
tree | commitdiff |
2009-05-06 |
Nikodemus Siivola | 1.0.28.21: further array typechecking optimization |
tree | commitdiff |
2009-05-06 |
Nikodemus Siivola | 1.0.28.19: faster ARRAY-DIMENSION for non-vectors |
tree | commitdiff |
2009-05-01 |
Nathan Froyd | 1.0.28.5: delete MERGE-BITS |
tree | commitdiff |
2009-04-24 |
Christophe Rhodes | 1.0.27.44: genesis fixes |
tree | commitdiff |
2009-04-24 |
Christophe Rhodes | 1.0.27.37: fix host constant leaks |
tree | commitdiff |
next |