summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Remove some duplication of C flagsIan Lynagh2010-08-191-0/+4
* Give each stage its own Config.hsIan Lynagh2010-08-191-5/+6
* Delete GhcLibProfiledsimonpj@microsoft.com2010-08-131-7/+1
* Add platform info to "ghc --info" outputIan Lynagh2010-07-161-0/+11
* Tidy up Config.hs generationIan Lynagh2010-07-161-76/+76
* Correct the values in ghc_boot_platform.hIan Lynagh2010-07-141-71/+71
* Fixing link failure of compiler on ia64 ('-Wl,' prefixed value passed directl...Sergei Trofimovich2010-07-081-4/+0
* Add support of TNTC to llvm backendDavid Terei2010-06-181-8/+2
* pick up changes to $(GhcStage1HcOpts) without re-configuring the ghc packageSimon Marlow2010-06-161-4/+5
* fix -fforce-recomp setting: module is PrimOp, not PrimOpsSimon Marlow2010-05-071-1/+1