summaryrefslogtreecommitdiff
path: root/compiler/main/CodeOutput.lhs
Commit message (Expand)AuthorAgeFilesLines
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to bWordIan Lynagh2012-09-121-1/+1
* Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-051-13/+12
* Fix merge-related problemsSimon Marlow2012-07-041-2/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-7/+6
|\
| * Remove lots of commented out 'in' keywordsIan Lynagh2012-06-131-1/+0
| * Pass DynFlags down to showSDocIan Lynagh2012-06-121-2/+2
| * Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
| * Replace printDump with a new SeverityIan Lynagh2012-05-291-2/+3
| * Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-02-271-2/+1
* | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-02-131-60/+53
|\ \ | |/
| * Tabs -> SpacesDavid Terei2012-01-161-87/+74
* | Run the complete backend (Stg -> .S) incrementally on each StgBindingSimon Marlow2012-01-261-25/+37
* | More codegen refactoring with simonpjSimon Marlow2011-12-191-1/+1
|/
* Add SCC for LLVM code outputDavid Terei2011-12-031-1/+3
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Renaming onlySimon Peyton Jones2011-08-251-5/+5
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-5/+5
* More work towards cross-compilationIan Lynagh2011-07-151-1/+1
* Remove very dead Java backend code.David Terei2011-05-311-32/+0
* Ignore requests to use backends that aren't available; fixes #5145Ian Lynagh2011-05-011-2/+1
* Remove the OMIT_NATIVE_CODEGEN ifdefIan Lynagh2011-05-011-15/+6
* bugfix for stub generation: create the directory for the _stub.h file,Simon Marlow2011-04-081-1/+1
* Merge _stub.o files into the main .o file (Fixes #3687 and #706)Simon Marlow2011-04-051-13/+17
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* Some refactoring and simplification in TcInteract.occurChecksimonpj@microsoft.com2010-10-071-2/+2
* Add support of TNTC to llvm backendDavid Terei2010-06-181-14/+2
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-1/+30
* fix return type cast in f.i.wrapper when using libffi (#3516)Simon Marlow2010-03-291-0/+6
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-1/+1
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-3/+4
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix the unregisterised buildIan Lynagh2009-05-201-1/+2
* Follow changes in CabalIan Lynagh2008-05-101-2/+2
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-32/+9
* Use System.FilePathIan Lynagh2008-01-121-1/+2
* warning removalSimon Marlow2007-10-031-14/+18
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* FIX -stubdir bug: the .hc file was #including the wrong _stub.h filenameSimon Marlow2007-09-261-3/+3
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Fix space leak in NCGBen.Lippmeier@anu.edu.au2007-08-311-4/+3
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Refactoring only: remove [Id] field from ForeignStubsSimon Marlow2007-08-261-3/+3
* Refactor cmmNativeGen so dumps can be emitted inline with NCG stagesBen.Lippmeier@anu.edu.au2007-08-221-3/+3
* Add dumping of native code gen stats to file.Ben.Lippmeier@anu.edu.au2007-08-171-3/+3
* Convert the remaining _scc_s in the GHC source to pragmasIan Lynagh2007-08-161-2/+2
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-2/+2
* Avoid segfault when ticky file argument is stderrTim Chevalier2007-04-261-2/+0
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-1/+4