summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix #1200: don't evaluate the result of mainSimon Marlow2007-03-131-1/+5
* Fix a bug in the liveness analysisSimon Marlow2007-01-231-9/+20
* Be a bit more verbose about what's happening when recursively making in subdirsIan Lynagh2007-03-121-1/+7
* Have configure take arguments telling it where gmp is; fixes trac #957Ian Lynagh2007-03-115-3/+65
* Avoid duplication in the binary-dist rules for docsIan Lynagh2007-03-091-20/+16
* Remove duplication in binary dist rulesIan Lynagh2007-03-091-27/+18
* Make constructor names in info tables position independentwolfgang.thaller@gmx.net2007-03-084-4/+23
* when invoking gcc, instead of the -B<dir> flag, use GCC_EXEC_PREFIXSimon Marlow2007-03-081-9/+30
* small cleanupsSimon Marlow2007-03-082-15/+2
* refactor: use do-notation rather than `thenBc`-styleSimon Marlow2007-03-081-109/+106
* add missing %ENTRY_CODE()Simon Marlow2007-03-081-2/+2
* add noDuplicatezh_fast to symbol tableSimon Marlow2007-03-081-0/+1
* add declaration for noDuplicatezh_fastSimon Marlow2007-03-071-0/+2
* Remove outdated libraries/doc/libraries.xml and libraries/doc/libtable.xmlIan Lynagh2007-03-062-2355/+0
* add noDuplicate#Simon Marlow2007-03-062-0/+25
* THREADED_RTS: use cas() when claiming thunksSimon Marlow2007-03-061-1/+21
* workerTaskStop(): set task->cap = NULLSimon Marlow2007-03-061-0/+1
* disable -Wbad-function-cast; it's hard/impossible to work aroundSimon Marlow2007-03-061-1/+1
* remove vestiges of CCallable/CReturnableSimon Marlow2007-03-061-18/+0
* Remove references to the in-tree building guide from teh old commentaryIan Lynagh2007-03-062-3/+3
* Remove old references to the in-tree building guideIan Lynagh2007-03-062-13/+10
* fix the timer_create() testSimon Marlow2007-03-061-2/+2
* Simple fix for Trac #1199 (pls merge to branch)simonpj@microsoft.com2007-03-061-7/+8
* forkProcess: startTimer() in the child, because the timer will be resetSimon Marlow2007-03-051-0/+4
* better autoconfery for timer_create()Simon Marlow2007-03-053-3/+40
* Use Data.String rather than GHC.Base for IsString/fromStringIan Lynagh2007-03-031-1/+2
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-026-90/+108
* further improvements to the x86/x86_64 NCGSimon Marlow2007-03-012-0/+24
* Fix typo in primops docsIan Lynagh2007-03-011-3/+3
* Do not go into an infinite loop when pretty-printer finds a negative indent (...simonpj@microsoft.com2007-03-011-4/+5
* Use the most complex form of addressing modes on x86Simon Marlow2007-03-011-9/+22
* is64BitInteger: truncate to 64 bits before testingSimon Marlow2007-03-011-1/+7
* Fix -keep-s-file with --makeSimon Marlow2007-03-011-6/+13
* some more vectored return stuff to be removedSimon Marlow2007-03-011-24/+0
* Fix #839 (Generate documentation for built-in types and primitve operations)Simon Marlow2007-02-282-75/+251
* Fix #249 (-caf-all bugs)Simon Marlow2007-02-282-5/+18
* use -fforce-recomp when compiling Main.hs against the ghc package.Simon Marlow2007-02-281-0/+3
* Remove vectored returns.Simon Marlow2007-02-2835-704/+156
* Windows: the .hp file is <prog>.exe.hpSimon Marlow2007-02-281-1/+5
* Make let-matching work in Rules againsimonpj@microsoft.com2007-02-271-1/+23
* Fixes for the mangler on IA64Ian Lynagh2007-02-271-13/+104
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-2711-103/+76
* fix data con patch for 64-bit architecturesSimon Marlow2007-02-271-5/+2
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-2010-203/+212
* Doc typoIan Lynagh2007-02-271-1/+1
* Don't hardwire RELEASE into configure.acsven.panne@aedion.de2007-02-241-1/+1
* Fix parsing of parallel array literalsManuel M T Chakravarty2007-02-241-4/+15
* Tidy up typechecking for newtypessimonpj@microsoft.com2007-02-231-33/+24
* pthread_key_delete wants the key itself, not a pointer to itIan Lynagh2007-02-231-1/+1
* WibblePepe Iborra2007-02-231-1/+1