summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't generate stub files when -fno-code is given.Lemmih2006-03-181-1/+5
* -fno-code shouldn't be a mode.Lemmih2006-03-185-37/+26
* Cleanup after the OPTIONS parsing was moved.Lemmih2006-03-122-11/+2
* fix build for certain picky versions of gccSimon Marlow2006-03-171-7/+7
* forkProcess(): watch out for ThreadRelocatedSimon Marlow2006-03-171-5/+9
* Make -fliberate-case work for GADTssimonpj@microsoft.com2006-03-171-18/+50
* remove accidental extra in previous patchSimon Marlow2006-03-161-1/+1
* fix a warningSimon Marlow2006-03-161-1/+1
* fix up Win32 buildSimon Marlow2006-03-162-2/+2
* sanity checking: make sure we don't mix registerised and unreg'd codeSimon Marlow2006-03-161-5/+13
* fix non-threaded waySimon Marlow2006-03-161-1/+7
* Free all memory when shutting down. XXX not implemented for Posix.lennart.augustsson@credit-suisse.com2006-03-023-5/+28
* Improvements to forkProcess()Simon Marlow2006-03-161-27/+44
* discardTask(): reset task->tso to avoid confusion laterSimon Marlow2006-03-161-4/+9
* Improvements to shutting down of the runtimeSimon Marlow2006-03-156-96/+168
* improve panic messages a bit, with the GHC version and platformSimon Marlow2006-03-144-11/+16
* Bug fixes in my refactored RnNames code.Lemmih2006-03-142-22/+25
* ENTER(): avoid re-reading the info pointer of the closure when entering itSimon Marlow2006-03-141-4/+6
* small improvements to the debug printerSimon Marlow2006-03-141-5/+8
* Make it a fatal error to try to enter a PAPSimon Marlow2006-03-143-1/+5
* Fix a really nasty bug in SMPSimon Marlow2006-03-142-5/+11
* fix bug in previous patch to this fileSimon Marlow2006-03-131-9/+10
* add another SMP assertionSimon Marlow2006-03-131-0/+2
* fix a rather subtle SMP bug in anyWorkForMe()Simon Marlow2006-03-131-12/+16
* Enable shortcutting of stack squeezingSimon Marlow2006-03-101-2/+2
* extra sanity checking: call checkTSO() in resumeThread()Simon Marlow2006-03-101-0/+2
* Give WHITEHOLE the BLACKHOLE closure type, instead of INVALID_OBJECTSimon Marlow2006-03-101-1/+5
* Look for a package.conf.d directory containing per-package .conf filesSimon Marlow2006-03-132-4/+30
* fix the build with GHC 6.4 (not 6.4.1)Simon Marlow2006-03-102-1/+6
* Wibble in HscMain.Lemmih2006-03-101-4/+5
* Initial foundation for quickcheck tests.Lemmih2006-03-104-0/+223
* Parse OPTIONS properly and cache the result.Lemmih2006-03-109-230/+316
* Fix -ddump-if-traceLemmih2006-03-081-0/+1
* Bug fix in the new HscMain code.Lemmih2006-03-081-9/+8
* fix one #ifdef SMP that didn't get turned into #ifdef THREADED_RTSSimon Marlow2006-03-071-1/+1
* x86_64: add -fno-builtin to gcc command line for .hc files.Simon Marlow2006-03-071-1/+5
* More work thrown at HscMain.Lemmih2006-03-073-229/+285
* Make it clear when the symbols are using by the interpreter.Lemmih2006-03-061-1/+3
* Use Darwin-compatible x86 assembly syntax in SMP.h (lock/cmpxchg with a slash)wolfgang.thaller@gmx.net2006-03-061-1/+1
* Darwin/x86: Implement object splittingwolfgang.thaller@gmx.net2006-03-061-7/+9
* Mach-O Linker: handle multiple import sectionswolfgang.thaller@gmx.net2006-03-061-26/+22
* Import symbols needed by the interpreter.Lemmih2006-03-061-2/+2
* The parser needs a set of parentheses when we don't use unsafeCoerce.Lemmih2006-03-051-1/+1
* 'have_object' isn't needed in a typed environment.Lemmih2006-03-042-12/+11
* FIXME's.Lemmih2006-03-041-0/+5
* Why name a function 'getGhciMode' when it returns GhcMode?Lemmih2006-03-045-11/+11
* Enumerate imports and remove dead code.Lemmih2006-03-041-6/+2
* Use hscCodeGenNothing instead of hscCodeGenSimple.Lemmih2006-03-041-4/+1
* Comments and esthetical changes.Lemmih2006-03-042-87/+113
* Remove the old HscMain code.Lemmih2006-03-042-323/+33