summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
...
* adapt to the new async exceptions APISimon Marlow2010-07-092-3/+15
* Reorder the CPP flags so -optP can override the platform definesIan Lynagh2010-07-081-1/+1
* Make datatype contexts an extension (on by default) (DatatypeContexts)Ian Lynagh2010-07-071-0/+4
* Handle haddock headers when looking for LANGUAGE/OPTIONS_GHC pragmasIan Lynagh2010-07-071-0/+3
* Make mkPState and pragState take their arguments in the same orderIan Lynagh2010-07-062-3/+3
* trac #2362 (full import syntax in ghci)amsay@amsay.net2010-06-254-24/+45
* Use machdepCCOpts in runPhase_MoveBinary; fixes trac #3952Ian Lynagh2010-06-251-2/+4
* Fix panic when running "ghc -H"; trac #3364Ian Lynagh2010-06-241-1/+1
* fix the home_imps filter to allow for 'import "this" <module>'Simon Marlow2010-06-211-1/+4
* Remove LlvmAs phase as the llvm opt tool now handles this phaseDavid Terei2010-06-224-86/+42
* ROLLBACK: picCCOpts: -dynamic should not entail -optc-fPICSimon Marlow2010-06-211-1/+6
* trac #1789 (warnings for missing import lists)amsay@amsay.net2010-06-181-0/+2
* Remove unused 'ddump-opt-llvm' flagDavid Terei2010-06-181-3/+0
* Add support of TNTC to llvm backendDavid Terei2010-06-181-14/+2
* Don't automatically insert a -fvia-C flag in an unregisterised compilerIan Lynagh2010-06-171-2/+1
* picCCOpts: -dynamic should not entail -optc-fPICSimon Marlow2010-06-171-1/+1
* Deprecate the -fvia-C flag; trac #3232Ian Lynagh2010-06-151-2/+4
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-155-13/+204
* Fix Trac #4127: build GlobalRdrEnv in GHCi correctlysimonpj@microsoft.com2010-06-152-20/+16
* Robustify the treatement of DFunUnfoldingsimonpj@microsoft.com2010-05-311-6/+6
* Whitespace onlyIan Lynagh2010-06-121-73/+73
* Whitespace onlyIan Lynagh2010-06-121-554/+554
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-022-3/+3
* Add the global package DB to ghc --info (#4103)Simon Marlow2010-06-021-1/+2
* Refactor pretty printing of TyThings to fix Trac #4015simonpj@microsoft.com2010-05-251-72/+73
* Improve printing of TyThings; fixes Trac #4087simonpj@microsoft.com2010-05-252-16/+10
* Stop passing -Wl,-macosx_version_min to gccIan Lynagh2010-05-201-5/+1
* Fix package shadowing order (#4072)Simon Marlow2010-05-191-8/+17
* Change another / to </> to avoid building paths containing \/Ian Lynagh2010-05-181-1/+1
* Find the correct external ids when there's a wrappersimonpj@microsoft.com2010-05-061-2/+9
* Fix Trac #3966: warn about useless UNPACK pragmassimonpj@microsoft.com2010-05-061-6/+2
* Give a better deprecated message for INCLUDE pragmas; fixes #3933Ian Lynagh2010-05-062-2/+6
* --make is now the default (#3515), and -fno-code works with --make (#3783)Simon Marlow2010-04-273-13/+12
* Spelling correction for LANGUAGE pragmasMax Bolingbroke2010-04-132-5/+5
* Use machdepCCOpts when compiling the file to toggle -(no-)rtsoptsIan Lynagh2010-03-311-1/+3
* fix return type cast in f.i.wrapper when using libffi (#3516)Simon Marlow2010-03-291-0/+6
* Use </> rather than ++ "/"Ian Lynagh2010-03-251-1/+1
* Remove unused cEnableWin32DLLsIan Lynagh2010-03-241-1/+0
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-207-9/+8
* Don't use -Bsymbolic when linking the RTSIan Lynagh2010-03-161-1/+10
* Don't enable RTS options by defaultIan Lynagh2010-03-141-1/+0
* Add a -with-rtsopts link-time flagIan Lynagh2010-03-132-0/+18
* Rename a variableIan Lynagh2010-03-131-2/+2
* Add a link-time flag to en/disable the RTS optionsIan Lynagh2010-03-132-0/+25
* Add the implicit 'import Prelude' in getImportsSimon Marlow2010-03-032-10/+41
* Add transitional rules for the alternative layout ruleIan Lynagh2010-03-021-1/+6
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-0/+4
* Re-read pragmas after preprocessing (#2464, #3674, #3457)Simon Marlow2010-01-291-8/+27
* catch SIGHUP and SIGTERM and raise an exception (#3656)Simon Marlow2010-01-271-3/+1
* Do some recompilation avoidance in GHC.loadModuleSimon Marlow2010-01-122-7/+34