summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-1/+1
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-24/+24
* Export dopt_set, dopt_unsetIan Lynagh2013-03-031-1/+5
* Fix missing backticks and parentheses in error messages; fixes #7734Ian Lynagh2013-03-031-2/+2
* Make codeOutput and friends return the filename that they have createdIan Lynagh2013-03-023-23/+37
* Make codeOutput panic if hscTarget is HscInterpretedIan Lynagh2013-03-021-1/+1
* Simplify the definition of getOutputFilenameIan Lynagh2013-03-021-44/+41
* Don't redundantly set hscTarget to the same value it already wasIan Lynagh2013-03-021-7/+4
* Add iOS specific module layout entry to LLVM codegen; fixes #7721Ian Lynagh2013-03-021-0/+3
* Add OSiOS, and define and use platformUsesFrameworks; part of #7720Ian Lynagh2013-03-023-54/+55
* Remove unused values from Config.hsIan Lynagh2013-03-021-12/+0
* Change how the build system handles packagesIan Lynagh2013-03-011-4/+0
* Comment the fix to Trac #7702Simon Peyton Jones2013-03-011-1/+3
* Fix memory leak in CoreWriter (Trac #7702)Andrew Farmer2013-03-011-1/+1
* Small refactoring: Move the end-of-pipeline move into pipeLoopIan Lynagh2013-02-281-27/+31
* Small refactoring: Don't pass redundant stop_phase to runPipelineIan Lynagh2013-02-281-6/+6
* Small refactoring: Don't pass a redundant output_spec aroundIan Lynagh2013-02-281-6/+5
* Inline get_output_fnIan Lynagh2013-02-281-5/+2
* Small refactoringIan Lynagh2013-02-281-5/+4
* TypoGabor Greif2013-02-281-1/+1
* Minor doc typofix.Edward Z. Yang2013-02-271-1/+1
* Fix a TODO in the compilerIan Lynagh2013-02-262-13/+8
* Fix parsing of pragmas containing unicode characters; fixes #7671Ian Lynagh2013-02-261-2/+5
* Change how unboxed tuples are lexed; fixes #7627Ian Lynagh2013-02-251-1/+1
* Split SettingsCCompilerFlags into non-link and link portionsGabor Greif2013-02-251-1/+2
* Use unicode quote characters in error messages etc; fixes #2507Ian Lynagh2013-02-243-2/+21
* x86: promote arguments to C functions according to the ABI (#7383)Simon Marlow2013-02-231-6/+14
* Fix #7710: do not AutoDeriveTypeable for synonyms and type familiesJose Pedro Magalhaes2013-02-212-4/+15
* Some -dynamic-too fixesIan Lynagh2013-02-212-9/+23
* Remove printExceptionAndWarnings (deprecated since 7.2)Ian Lynagh2013-02-202-6/+1
* Add a "deprecated in" pragmaIan Lynagh2013-02-201-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-191-3/+3
|\
| * fix some dependenciesSimon Marlow2013-02-191-3/+3
* | Remove gblock and gunblockIan Lynagh2013-02-192-24/+4
|/
* DPH: free top-level variables don't prevent encapsulationManuel M T Chakravarty2013-02-191-3/+8
* fix PrimOp dependenciesSimon Marlow2013-02-181-3/+3
* Primitive bitwise operations on Int# (Fixes #7689)Jan Stolarek2013-02-183-0/+24
* Finish removing BootingFromHcIan Lynagh2013-02-171-2/+0
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-0/+5
* Squash some typosGabor Greif2013-02-154-4/+4
* Look through type synonyms when deciding if something is a type literal.Iavor S. Diatchki2013-02-151-0/+4
* Make :kind in GHCi do kind generalisation, always (Trac #7688)Simon Peyton Jones2013-02-151-14/+29
* Another go at tidying VectInfoManuel M T Chakravarty2013-02-152-3/+12
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-146-26/+53
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-1415-104/+126
| |\
| * | Better pretty-printing for TypeSimon Peyton Jones2013-02-141-23/+25
| * | Better pretty-printing for HsType, fixes Trac #7645Simon Peyton Jones2013-02-144-5/+30
| * | Comments onlySimon Peyton Jones2013-02-141-0/+2
* | | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-142-2/+2
|\ \ \ | | |/ | |/|
| * | Fix comment to use correct option nameshelarcy2013-02-142-2/+2