summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* 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
* RefactoringIan Lynagh2012-01-0810-20/+20
* Generate the haddock contents/index pages in a dist-haddock subdirectoryIan Lynagh2012-01-082-17/+20
* Define prelude rules for floatFromInteger and doubleFromIntegerIan Lynagh2012-01-072-11/+18
* Add comments on which integer rules are missingIan Lynagh2012-01-071-3/+16
* configure: Don't calle GET_ARM_ISA on x86_64Ian Lynagh2012-01-071-1/+0
* Add alpha, mips, mipseb, mipsel to the list of ArchUnknown archesIan Lynagh2012-01-071-1/+1
* Doc fixIan Lynagh2012-01-071-1/+1
* Be explicit about what we import from Data.MonoidJohan Tibell2012-01-071-1/+1
* refactoringSimon Marlow2012-01-061-12/+12
* setNumCapabilities: don't barf() if it isn't supported, just print an errorSimon Marlow2012-01-062-7/+9
* Enable the threaded RTS when unregisterised too.Simon Marlow2012-01-061-6/+5
* Fix a crash in STM when unregisterisedSimon Marlow2012-01-061-1/+1
* update copyright, cite realistic version numbers, fix a smattering of typosGabor Greif2012-01-061-10/+10
* abstract away from the 'build-toolchain'-dependent sizeof(...) operatorGabor Greif2012-01-061-10/+14
* Fix crash with +RTS -xc (occasional cgrun057(profthreaded) failure)Simon Marlow2012-01-061-1/+1
* Fix haddock validate problem.David Terei2012-01-051-2/+2
* Fix validation warningDavid Terei2012-01-051-1/+1
* Formatting fixesDavid Terei2012-01-051-47/+63
* Remove unused arg field of CmmReturnDavid Terei2012-01-0511-21/+16
* Tabs -> SpacesDavid Terei2012-01-051-30/+23
* Formatting wibbleDavid Terei2012-01-051-5/+5
* Remove unused argument field on CmmJumpDavid Terei2012-01-0519-36/+33
* Formatting fixesDavid Terei2012-01-055-836/+797
* Tabs -> Spaces + formatting fixesDavid Terei2012-01-052-596/+559
* Fixup to 4464c92badaedc45ce53d6349f6790f6d2298103Simon Marlow2012-01-052-2/+5
* small refactoringSimon Marlow2012-01-051-2/+3
* We must emit DELTA pseudo-instructions when moving %esp (#5747)Simon Marlow2012-01-051-1/+3
* Give the correct type to CCCSSimon Marlow2012-01-051-1/+1
* Rename struct _CostCentreStack to struct CostCentreStack_ for consistencySimon Marlow2012-01-052-9/+9
* Fix for unregisterised compilation: we want registers when defined(USE_MINIIN...Simon Marlow2012-01-051-1/+1
* Fix for unregisterised compilation: isStrangeTypeGlobal CCCS = TrueSimon Marlow2012-01-051-0/+2
* Rename the CCCS field of StgTSO so as not to conflict with the CCCS pseudo-re...Simon Marlow2012-01-056-6/+6
* remove dead codeSimon Marlow2012-01-041-6/+1
* mkSlowEntryCode: enterLocalIdLabel should be enterIdLabel (#5357)Simon Marlow2012-01-041-1/+1