summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add "C compiler flags" to settings fileIan Lynagh2011-04-294-42/+24
* Move the machdepCCOpts flags into cCcOptsIan Lynagh2011-04-291-22/+1
* Remove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flagIan Lynagh2011-04-291-3/+0
* Remove some out-of-date commentsIan Lynagh2011-04-291-4/+0
* primops.txt.pp: add missing type application in description of GHC.Prim.AnyAdam Megacz2011-04-281-2/+12
* Output ELF .size directives for functionsJohan Tibell2011-04-281-0/+10
* Fix bug in multi-destination jump patching.Edward Z. Yang2011-04-271-1/+1
* Implement jump table fix-ups for linear register allocator.Edward Z. Yang2011-04-2710-63/+90
* Eliminate GC check when no extra stack is used.Edward Z. Yang2011-04-272-4/+14
* Give manifestSP better information about the actual SP location.Edward Z. Yang2011-04-273-31/+121
* Merge branch 'master' of http://darcs.haskell.org/ghcU-EUROPE\dimitris2011-04-2718-196/+200
|\
| * Merge branch 'master' of /Users/benl/devel/ghc/ghc-headBen Lippmeier2011-04-2755-705/+744
| |\
| | * Formatting wibble in GhcMake.hsDavid Terei2011-04-261-6/+3
| | * Fix some warnings and formatting in HsDeclsDavid Terei2011-04-261-19/+11
| | * Formatting fixes to TcForeign.lhsDavid Terei2011-04-261-77/+76
| | * Trim some trailing spacesDavid Terei2011-04-262-8/+7
| | * Add missing eol marker in RnSource.lhsDavid Terei2011-04-261-1/+1
| | * Fix some small errors in commentsDavid Terei2011-04-262-4/+3
| | * Share some work in MkIfaceDavid Terei2011-04-261-17/+17
| | * Formatting wibbleDavid Terei2011-04-261-1/+1
| | * Formatting fixes in Lexer.xDavid Terei2011-04-261-21/+21
| | * Remove unused importsDavid Terei2011-04-261-2/+0
| | * Fix warnings in HsImpExp.lhsDavid Terei2011-04-261-8/+3
| | * Fix spelling mistake in commentDavid Terei2011-04-261-1/+1
| | * cmm-notes updates.Edward Z. Yang2011-04-261-13/+16
| | * Raw versions of if and switch.Edward Z. Yang2011-04-261-8/+20
| * | Run a CSE pass after vectorisation. This cleans up common sub-expressions int...Ben Lippmeier2011-04-271-3/+11
| * | Merge branch 'master' of /Users/benl/devel/ghc/ghc-headBen Lippmeier2011-04-156-26/+37
| |\ \
| * | | Don't -dsuppress-uniques with -dsuppress-allBen Lippmeier2011-04-141-7/+9
* | | | Solving one IP from another. This fixes #5120.U-EUROPE\dimitris2011-04-271-3/+10
| |_|/ |/| |
* | | Derive some Typeable instancesIan Lynagh2011-04-247-22/+16
* | | Fix warnings in DynFlagsIan Lynagh2011-04-231-9/+12
* | | Rename "GCC command" to "C compiler command"Ian Lynagh2011-04-231-1/+1
* | | Remove now-unused compiler/Makefile.localIan Lynagh2011-04-231-75/+0
* | | Revert "Output ELF .size directives for functions"Ian Lynagh2011-04-221-24/+13
* | | Move gcc's and perl's location to the settings fileIan Lynagh2011-04-222-17/+15
* | | Output ELF .size directives for functionsJohan Tibell2011-04-221-13/+24
* | | Move the opt* fields from DynFlags into the Settings typeIan Lynagh2011-04-222-37/+60
* | | Initialise Settings before DynFlagsIan Lynagh2011-04-222-7/+5
* | | Split off a Settings type from DynFlagsIan Lynagh2011-04-224-85/+121
* | | Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-214-41/+71
* | | Fix typo in commentIan Lynagh2011-04-211-1/+1
* | | Tidy up SigTvSimon Peyton Jones2011-04-206-74/+60
* | | Fix Trac #5130: missed error reportSimon Peyton Jones2011-04-201-23/+24
* | | Dont print "Constraint solver steps = n" if -dno-debug-output is onSimon Peyton Jones2011-04-201-1/+2
* | | Add pprDefiniteTrace and use itSimon Peyton Jones2011-04-202-5/+8
* | | Fix Trac #5126: generate correct usage info in TH declaration quotesSimon Peyton Jones2011-04-201-1/+4
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-04-204-4/+13
|\ \ \
| * | | Don't generate a prototype for casIan Lynagh2011-04-202-3/+11
| * | | Remove use of -fno-asm-mangling flag; fixes #5134Ian Lynagh2011-04-201-1/+0