summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* remove $(GhcStage1DefaultNewCodegen) etc.Simon Marlow2012-09-051-12/+0
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-2/+0
* More more ld-related settings into the settings fileIan Lynagh2012-08-051-6/+0
* Remove LD_X; it's no longer usedIan Lynagh2012-08-051-2/+0
* Move linker flags into the settings file; fixes #4862Ian Lynagh2012-08-051-4/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-10/+18
|\
| * Build fixesIan Lynagh2012-06-291-0/+4
| * Don't build the ghc DLL on Windows; works around trac #5987Ian Lynagh2012-06-291-0/+8
| * Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-1/+1
| * Follow libffi changes on WindowsIan Lynagh2012-05-041-1/+1
| * Remove an unused make variableIan Lynagh2012-04-011-2/+0
| * Fix building with devel snapshotsIan Lynagh2012-03-171-1/+2
| * two typosGabor Greif2012-02-271-1/+1
| * remove legacy cleanGabor Greif2012-02-271-4/+1
* | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-02-131-8/+6
|\ \ | |/
| * Remove a workaround for building with GHC 6.12.2Ian Lynagh2012-02-071-7/+0
| * Improve support for cross-compilationSimon Marlow2012-01-301-0/+5
| * RefactoringIan Lynagh2012-01-081-1/+1
* | SnapshotSimon Marlow2012-01-171-1/+1
|/
* Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-081-1/+1
* Remove unused cRelocatableBuildSimon Marlow2011-11-231-6/+0
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-3/+3
* GhcProfiled: don't automatically add -auto-allSimon Marlow2011-11-171-5/+14
* FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwindThorkil Naur2011-10-191-0/+2
* Get Windows building dynlibs againIan Lynagh2011-10-181-2/+13
* Simplify the libffi buildIan Lynagh2011-10-141-1/+1
* Build fixes for OS X amd64 following libffi updateIan Lynagh2011-10-061-0/+2
* Improve the handling of Integer literalsIan Lynagh2011-09-171-0/+1
* change how Integer's are handled in CoreIan Lynagh2011-09-131-0/+10
* Remove unused bindingsIan Lynagh2011-06-231-4/+0
* Move more commands into the settings fileIan Lynagh2011-06-221-2/+0
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-241-3/+3
* Change remaining uses of cTargetOS to platformOSIan Lynagh2011-05-081-90/+0
* Remove the OMIT_NATIVE_CODEGEN ifdefIan Lynagh2011-05-011-6/+0
* Small DynFlags improvementsIan Lynagh2011-05-011-0/+52
* Add "C compiler flags" to settings fileIan Lynagh2011-04-291-2/+0
* Move gcc's and perl's location to the settings fileIan Lynagh2011-04-221-4/+0
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+2
* Flag for defaulting the codegen GhcStageXDefaultNewCodegen.Edward Z. Yang2011-04-111-0/+12
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-4/+0
* Clarify the "object splitting" variable namesIan Lynagh2011-02-191-2/+2
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-2/+4
* Build system improvementsIan Lynagh2011-01-151-1/+3
* Define cTargetArch and start to use it rather than ifdefsIan Lynagh2011-01-041-0/+38
* Rename the c*Platform variables to c*PlatformStringIan Lynagh2011-01-041-6/+6
* Drop GhcWithLlvmCodeGen configuration bitsMatthias Kilian2010-12-191-2/+0
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-141-22/+0
* Always enable the archive-loading codeIan Lynagh2010-11-271-11/+13
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-211-1/+6
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+6