Fix make-array transforms.
[sbcl.git] / src / runtime /
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-30 Alastair Bridgewatergencgc: Reduce conservatism for pointers to unboxed...
2013-12-01 Stas BoukarevAdd :application-type parameter for save-lisp-and-die...
2013-11-30 Stas BoukarevBetter printing of out of range --dynamic-space-size...
2013-11-22 Stas BoukarevFix deadlocks in GC on Windows.
2013-11-05 Stas BoukarevFix lose() invocation inside sparc-arch.c
2013-11-03 Stas BoukarevFix undefined function error on SPARC.
2013-10-05 Stas BoukarevPrevent personality setting on Linux from going in...
2013-10-01 Stas BoukarevBetter error when calling an undefined alien function...
2013-09-30 Stas BoukarevFix is_linkage_table_addr in win32-os.c
2013-09-19 Stas BoukarevOptimize special variable binding on sb-thread.
2013-09-10 Stas BoukarevFix a regression in sb-safepoint.
2013-09-08 Stas Boukarevsb-safepoint: Fix interrupts during GC.
2013-08-31 Stas BoukarevMicro-optimize gc scavenge.
2013-08-30 Stas BoukarevRemove a couple of unused variables in the C runtime.
2013-08-22 Christophe RhodesBetter support for NetBSD/current
2013-08-21 Paul KhuongReplace the Kitten of Death message with a warning...
2013-08-20 Stas BoukarevFix ROOM on Windows.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-08-15 Stas Boukarevcreate_os_thread: put pthread stack inside alien-stack.
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-06-20 Joshua ElsasserHopefully fix the windows build to grovel time structur...
2013-06-02 Stas BoukarevBetter initialization of ir2-component-constants on...
2013-05-23 Jingyi Housearch_for_executable() fails to process last part...
2013-05-21 Paul KhuongBack end work for short vector SIMD packs
2013-05-20 Alastair Bridgewatergencgc: Decide earlier about pinning large object pages.
2013-05-20 Alastair Bridgewatergencgc: Fix potential out-of-bounds access in page_ends...
2013-05-20 Alastair Bridgewatergencgc: Introduce a new predicate, page_ends_contiguous...
2013-05-20 Alastair Bridgewatergencgc: Introduce a new predicate, page_starts_contiguo...
2013-05-20 Alastair Bridgewatergencgc: Rename page_table field region_start_offset...
2013-05-20 Alastair Bridgewatergencgc: Commentary fix for struct page, field region_st...
2013-05-20 Alastair Bridgewatergencgc: Defer moving pinned pages to newspace as late...
2013-05-20 Alastair Bridgewatergencgc: Fix commentary for page table allocation field.
2013-05-11 Alastair Bridgewatercode/room: Completely rewrite MAP-ALLOCATED-OBJECTS.
2013-05-01 Alastair Bridgewatergencgc: Compute bytes_allocated correctly during dynami...
2013-04-29 Stas BoukarevAdd :directory argument to sb-ext:run-program.
2013-04-20 Paul KhuongFix the build on OS X 10.8.0
2013-04-15 Stas BoukarevRemove an unused VOP %make-symbol on x86-64.
2013-02-04 Stas BoukarevBuild on newer glibc.
2013-02-01 Stas BoukarevUse CryptGenRandom as a random seed on Windows.
2013-01-23 Christoph EggerAdapt cheneygc.c to type changes in gc-internal.h
2012-12-29 David LichteblauFix attach_thread to allocate a TLS index for *gc-inhib...
2012-12-21 David LichteblauSupport building without PSEUDO-ATOMIC on POSIX safepoints
2012-12-21 David LichteblauForeign callbacks
2012-12-21 David LichteblauRe-complicate all_threads check in arch_os_get_current_...
2012-12-17 David LichteblauIn x86 arch_os_get_current_thread(), do not load from %fs
2012-12-17 David LichteblauSplit up new_thread_trampoline
2012-12-17 Stas BoukarevFix a typo.
2012-12-16 Stas BoukarevWarn about misconfigured locale.
2012-12-05 David LichteblauSome support for platforms whose libraries do not maint...
2012-12-05 David LichteblauPort to x86-64 versions of Windows
2012-12-05 David LichteblauSpill XMM registers in alloc_tramp
2012-11-23 David LichteblauLLP64: replace use of unsigned long with size_t in...
2012-11-23 David LichteblauAdd mswin.def
2012-11-20 David LichteblauLLP64: change signed long to sword_t
2012-11-20 David LichteblauLLP64: change unsigned long to uword_t
2012-11-20 David LichteblauLLP64: replace uses of sizeof(long) where pointer size...
2012-11-20 David LichteblauLLP64: adjust calls to printf-like functions with point...
2012-11-20 David LichteblauLLP64: change long to uword_t (thereby flipping signedness)
2012-11-20 David LichteblauNew types uword_t, sword_t
2012-11-20 David LichteblauAdd a lock to io_end_interruptible, win32_maybe_interru...
2012-11-18 Joshua ElsasserUnbreak ppc builds with 4k *backend-page-bytes*
2012-11-13 David LichteblauFurther work towards use of win32 file HANDLEs
2012-11-13 David LichteblauPowerPC safepoints
2012-11-09 Alastair Bridgewatermips: Revert remaining badness from 0.9.1.45.
2012-11-08 Alastair Bridgewaterruntime/thread.h: Fix non-thread binding and control...
2012-11-08 Alastair Bridgewaterruntime/cheneygc.c: Use binding-stack-pointer access...
2012-11-02 David LichteblauSafepoint protocol upgrade
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-11-02 David LichteblauMove the global safepoint to one page before static...
2012-11-02 David LichteblauWindows console I/O overhaul
2012-11-02 David LichteblauAllow synchronous win32 I/O to be interrupted, too
2012-10-26 David LichteblauFix the single-threaded Windows build
2012-10-22 David LichteblauFix build on MinGW (again)
2012-10-19 nyefGENCGC on SPARC/Linux
2012-10-19 nyefsrc/runtime/sparc-arch.c: Use si_addr in arch_get_bad_a...
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-10-05 David LichteblauPort WITH-TLS-EA and other remaining FS prefix uses...
2012-10-05 David LichteblauSPARC gencgc
2012-09-27 David LichteblauFix the cheneygc build
2012-09-22 Joshua ElsasserFix build on OpenBSD systems with PIE enabled by defaul...
2012-09-19 David LichteblauAdd a safepoint-based mechanism to avoid SIGALRM for...
2012-09-18 David Lichteblausunos-os.c: Do not lose on mmap failure
2012-09-18 David LichteblauMinor repair work around odxprint
2012-09-14 David LichteblauPort safepoints to FreeBSD/x86
2012-09-14 David Lichteblaux86-bsd-os.c: Include stdio
2012-09-11 David LichteblauAdd dyndebug flags backtrace_when_lost, sleep_when_lost
2012-09-11 David LichteblauAdd odxprint, a replacement for FSHOW which can be...
2012-09-11 David Lichteblauwin32-os.c: Split up handle_exception
2012-09-07 David Lichteblauinterrupt.h: Remove rtmin[01]_handler forward declarations
2012-08-13 Paul KhuongFix the build on Darwin
2012-08-10 David LichteblauRemove executable mode from several source files
2012-08-10 David LichteblauUse safepoints for INTERRUPT-THREAD
2012-08-10 David LichteblauAdd safepoint mechanism
2012-08-01 Paul KhuongFix threads on Darwin 10.8
next