summaryrefslogtreecommitdiff
path: root/compiler/main/CodeOutput.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ILX from the GHC altogether (although I left the source file IlxGen in...simonpj@microsoft.com2006-10-041-27/+0
* Packages cleanup, and allow new packages to be loaded with :set againSimon Marlow2006-09-191-1/+1
* Generalise Package SupportSimon Marlow2006-07-251-9/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+303