summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Define "ar command" correctly in settings file on WindowsIan Lynagh2012-01-144-5/+7
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-1411-47/+75
* Document the extra instances divergence from H98/H2010Ian Lynagh2012-01-141-0/+16
* Document the Bits superclass divergence from Haskell 2010Ian Lynagh2012-01-141-0/+43
* Document the Num superclass divergence from H98/H2010Ian Lynagh2012-01-141-0/+33
* Add extra Num constraints since the Num superclass of Bits is removedBas van Dijk2012-01-141-3/+3
* Add some llvm build options to build.mk.sampleDavid Terei2012-01-131-1/+26
* Add -faggressive-primops plus refactoring in CoreUtilsSimon Peyton Jones2012-01-139-137/+214
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-139-2865/+2950
|\
| * Fix validation errorDavid Terei2012-01-121-2/+2
| * Fix mistake in flags.xmlDavid Terei2012-01-121-1/+1
| * Consistent: Enbaled -> enabled in flag doc.David Terei2012-01-121-2/+2
| * Add '-freg-liveness' flag to control if STG liveness informationDavid Terei2012-01-125-17/+48
| * Formatting fixes to flags.xmlDavid Terei2012-01-121-2801/+2801
| * Add '-fllvm-tbaa' flag for controlling LLVM TBAA opt.David Terei2012-01-123-10/+29
| * Update '.gitignore'David Terei2012-01-121-0/+3
| * Improve LLVM TBAA hierachy (#5567).David Terei2012-01-122-3/+10
| * Make "make sdist" generate a testsuite tarball as well as the src tarballIan Lynagh2012-01-131-41/+66
* | Comments onlySimon Peyton Jones2012-01-131-1/+4
* | Get the knownKeyNames for doubleFromInteger rightSimon Peyton Jones2012-01-131-4/+4
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-1257-1205/+1644
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-121-1/+1
| |\
| | * TOP/includes/dist doesn't exist (yet?) and makes ghcpkg05 fail, so remove itSimon Marlow2012-01-121-1/+1
| * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-1211-78/+303
| |\ \ | | |/
| | * Use Type Based Alias Analysis (TBAA) in LLVM backend (#5567)David Terei2012-01-123-34/+84
| | * Add Metadata support to LLVM bindings.David Terei2012-01-124-7/+114
| | * More improvements to llvm output style (#5750)David Terei2012-01-122-14/+15
| | * Use /usr/bin/gcc when making the OS X installerIan Lynagh2012-01-111-1/+1
| | * Don't try to use gcc-4.2 on XCode >= 4.2Ian Lynagh2012-01-111-3/+5
| | * check for failed external symbol lookups (partial fix for #5748)Gregory Wright2012-01-111-15/+81
| | * Clean more files in "make clean"Ian Lynagh2012-01-111-4/+3
| | * Fix cleaning buildinfo filesIan Lynagh2012-01-111-1/+1
| * | Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-1245-1126/+1340
| |/
* | Fix if-def-ery for DEBUGSimon Peyton Jones2012-01-121-2/+0
* | Comments onlySimon Peyton Jones2012-01-122-3/+9
* | Fix Trac #5658: strict bindings not floated inSimon Peyton Jones2012-01-128-159/+237
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-118-70/+187
|\ \ | |/
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-01-115-3/+63
| |\
| | * Enable llvm tool paths to be set with ./configureDavid Terei2012-01-105-3/+63
| * | Whitespace onlyIan Lynagh2012-01-111-31/+31
| * | Add prelude rules for encode{Float,Double}Integer and integerTo{Int,Word}64Ian Lynagh2012-01-113-31/+67
| * | Add prelude rules for quotInteger, remIntegerIan Lynagh2012-01-102-23/+44
| |/
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-01-1031-269/+374
|\ \ | |/
| * Improve style of '-ddump-llvm' output. (#5750)David Terei2012-01-102-15/+34
| * Add live stg info to Updates.cmm (fixes #4308)David Terei2012-01-091-5/+6
| * Track STG live register information for use in LLVMDavid Terei2012-01-0921-156/+221
| * last_free_capability should never be NULLSimon Marlow2012-01-091-1/+1
| * use (GHC) idiomatic typesGabor Greif2012-01-091-4/+4
| * typoSimon Marlow2012-01-091-1/+1
| * Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-094-87/+107