summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix validation problem when GHC is 7.2.1, warnings from binary.David Terei2011-08-192-1/+3
* 'Fix' a validation problem when bootstrap is 7.2.1David Terei2011-08-193-3/+3
* Formatting fixesDavid Terei2011-08-191-152/+138
* Change use of if to whenDavid Terei2011-08-191-5/+4
* More info from :issafe ghci commandDavid Terei2011-08-191-24/+41
* fix 32-bit build breakageSimon Marlow2011-08-191-6/+1
* Improve import and export of vectorisation informationManuel M T Chakravarty2011-08-1917-211/+165
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-1919-289/+449
* Add popCnt# primopJohan Tibell2011-08-1612-4/+109
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-1619-306/+439
* Improve debug printing of Names (respect opt_SuppressModulePrefixes)Simon Peyton Jones2011-08-161-1/+4
* Fix Trac #5404: looking up signature binders in RnEnvSimon Peyton Jones2011-08-152-19/+50
* In instance declarations, the method names are *occurrences* not *binders*Simon Peyton Jones2011-08-151-28/+29
* Comments onlySimon Peyton Jones2011-08-151-0/+3
* fix some #ifdefs that were making compilation with 7.2.1 fail - theSimon Marlow2011-08-143-8/+2
* fix occasional failure of numsparks001 test. During shutdown weSimon Marlow2011-08-141-5/+14
* remove unnecessary returnSimon Marlow2011-08-141-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-124-6/+13
|\
| * make shutdownHaskellAndExit() shut down the RTS and exit immediatelySimon Marlow2011-08-124-6/+13
* | Correct typo (fix Trac #5411)Simon Peyton Jones2011-08-121-1/+1
|/
* Avoid call-clobbered registersManuel M T Chakravarty2011-08-101-1/+1
* Warning policeManuel M T Chakravarty2011-08-101-1/+1
* ARMv5 compatibility for registerized runtime changes.Stephen Blackheath2011-08-108-29/+63
* disable for now ARM specific target data layout and tripleKarel Gardas2011-08-101-5/+5
* fix ARM/LLVM target data layout specification together with target tripleKarel Gardas2011-08-101-2/+2
* RTS: fix pushWSDeque to invoke write barrier when element is addedKarel Gardas2011-08-101-0/+9
* RTS: fix xchg/cas fcns to invoke memory barrier on ARMv7 platformKarel Gardas2011-08-101-0/+6
* implement ARMv7 specific memory barriersKarel Gardas2011-08-101-1/+11
* LLVM: set target data layout for arm-unknown-linux tripletKarel Gardas2011-08-101-1/+8
* add support for STG floating-point regs using VFPv3Karel Gardas2011-08-102-2/+46
* make StgReturn and cas functions Thumb friendlyKarel Gardas2011-08-102-3/+14
* implement ARMv6/7 specific xchg functionKarel Gardas2011-08-101-2/+18
* Stephen Blackheath's GHC/ARM registerised portKarel Gardas2011-08-106-3/+168
* default to using @note for saving the linker opts (someone mentionedSimon Marlow2011-08-101-6/+1
* Disable saving the linker options in the binary on Solaris (#5382).Simon Marlow2011-08-101-4/+9
* Fail configure if Alex 3 is found. Haddock doesn't build with Alex 3Simon Marlow2011-08-101-0/+3
* Fix conditional pragma to work with 6.12David Terei2011-08-091-3/+3
* Make the free variable finder in TidyPgm work properlySimon Peyton Jones2011-08-091-13/+25
* Fix an x86 code generation bug (#5393). In fact, there were two bugsSimon Marlow2011-08-091-2/+2
* Add Trustworthy pragma to bin-package-dbDavid Terei2011-08-081-0/+3
* Have validate check for the "files written by multiple tests" errorIan Lynagh2011-08-081-1/+2
* compatibility with Alex 3.0Simon Marlow2011-08-082-2/+12
* comment wibbleSimon Marlow2011-08-081-1/+1
* fix #5381: the -debug RTS could crash with "internal error: MVAR_CLEANSimon Marlow2011-08-081-4/+4
* Use the correct __GLASGOW_HASKELL__ value when invoking hsc2hs onSimon Marlow2011-08-081-1/+1
* Use parenSymOcc when displaying an export list in RnNames (fixes Trac #5385)Simon Peyton Jones2011-08-083-11/+10
* Add a case for kfreebsdgnu in Platforms.hsIan Lynagh2011-08-071-0/+2
* Merge branch 'master' of mac:ghc/git/val64/.Ian Lynagh2011-08-061-7/+13
|\
| * With -v, we now print the commandlines that get run by askCcIan Lynagh2011-08-061-7/+13
* | Also include basic time statistics in GCStats.Edward Z. Yang2011-08-062-0/+5
|/