summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved argument position info of ATs into tycon rhs infoManuel M T Chakravarty2007-02-235-63/+69
* Unbreak HEADPepe Iborra2007-02-221-2/+4
* Free thread local storage on shutdownIan Lynagh2007-02-224-0/+24
* upload documentation tooSimon Marlow2007-02-221-1/+2
* refactoringSimon Marlow2007-02-221-54/+56
* refactoring only: remove unused code/importsSimon Marlow2007-01-111-60/+8
* Improving the performance of breakpoints up to 50% (by playing with laziness)Pepe Iborra2007-02-215-46/+72
* Fix the behaviour of :print with functionsPepe Iborra2007-02-211-2/+3
* Fix an incomplete pattern in the code for :printPepe Iborra2007-02-211-15/+16
* Removed unnecessary codePepe Iborra2007-02-191-21/+1
* Allow GADT syntax for newtypessimonpj@microsoft.com2007-02-211-8/+11
* Import trimmingsimonpj@microsoft.com2007-02-213-5/+1
* Deal more correctly with orphan instancessimonpj@microsoft.com2007-02-219-98/+162
* Remove dead code from FunDepssimonpj@microsoft.com2007-02-211-93/+9
* Fix a deriving bug, arising from recent refactoringsimonpj@microsoft.com2007-02-212-28/+24
* Fix defaulting for overloaded stringssimonpj@microsoft.com2007-02-213-27/+73
* MERGE from 6.6: Windows fix for stdcall foreign-import-wrapper, fixes ffi012(...Simon Marlow2007-02-211-0/+6
* Fix case-merge bug that was breaking the HEADsimonpj@microsoft.com2007-02-211-7/+16
* Fix obscure bug in reportDeprecationssimonpj@microsoft.com2007-02-201-8/+24
* describe the Z-encoding for __stginit symbol names (addresses #1014)Simon Marlow2007-02-201-1/+35
* freeTaskManager: don't free Tasks that are still in useSimon Marlow2007-02-201-4/+10
* Fix sleep delay for the non-threaded Windows RTSSimon Marlow2007-02-201-1/+1
* Signature type variables must not be instantiated with tyconssimonpj@microsoft.com2007-02-193-6/+22
* Fixed a bug with the :print command spotted by Bernie Pope.Pepe Iborra2007-02-162-4/+2
* Uniform user interfacePepe Iborra2007-02-161-3/+4
* Taught :breakpoint add to guess the module name if not givenPepe Iborra2007-02-162-15/+20