summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPipeline.hs
Commit message (Expand)AuthorAgeFilesLines
* Get correct options when calling 'clang' inplace of 'as' (#5903)David Terei2012-03-061-5/+8
* Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-02-271-3/+3
* Compile link .note section separately from main.cNathan Howell2012-02-161-26/+31
* Only use TBAA when LLVM > 2.8. (#5782)David Terei2012-01-171-2/+8
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-6/+6
* Add '-fllvm-tbaa' flag for controlling LLVM TBAA opt.David Terei2012-01-121-10/+17
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-2/+2
* Remove an old hack for bad FilePath behaviourIan Lynagh2011-12-191-9/+2
* Fixes for NetBSDIan Lynagh2011-11-251-1/+1
* Fix the filename passed to unlit (see comment for details)Simon Marlow2011-11-241-3/+14
* Add '-dno-llvm-mangler' flag for debugging purposesDavid Terei2011-11-221-2/+8
* Show LLVM mangler and code gen passes at v2David Terei2011-11-221-1/+1
* Tabs -> Spaces + cleaningDavid Terei2011-11-221-8/+0
* Enable '-split-objs' with llvm backendDavid Terei2011-11-221-3/+4
* Better document the driver pipeline.David Terei2011-11-221-15/+18
* Don't add the -x flag to ld when joining object filesSimon Marlow2011-11-221-3/+8
* Fix #5636: Use clang as assembler on OSX when LLVM >= 3.0David Terei2011-11-211-2/+16
* The "Linking" message should go through compilationProgressMessageSimon Marlow2011-11-181-2/+2
* Give a warning when -rtsopts/-with-rtsopts are used with -no-hs-mainSimon Marlow2011-11-161-0/+9
* Create parent directories when touching the object file (#5584)Simon Marlow2011-11-161-4/+8
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-24/+25
* add comment noting when we can remove a hackSimon Marlow2011-11-111-3/+5
* Some CPP removalIan Lynagh2011-10-201-42/+59
* FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwindThorkil Naur2011-10-191-1/+2
* Include -optc options in mkExtraCObj (#5528)Simon Marlow2011-10-131-2/+3
* Always define rtsOptsEnabled in the "extra object" when linkingIan Lynagh2011-10-111-7/+2
* Use -no_compact_unwind on OS X x86 (as well as x86_64)Ian Lynagh2011-10-061-4/+8
* Silence "text reloc" warnings on OS X / x86Ian Lynagh2011-10-061-0/+11
* on ARMv7 with VFPv3[D16] support pass appropriate -mattr value to LLVM llcKarel Gardas2011-08-211-3/+15
* default to using @note for saving the linker opts (someone mentionedSimon Marlow2011-08-101-6/+1
* Disable saving the linker options in the binary on Solaris (#5382).Simon Marlow2011-08-101-4/+9
* Teach GHC to compile objective-c++ files as well (trac #5150)Peter Wortmann2011-08-061-1/+2
* Stop using -Wl,-no_pie on OS XIan Lynagh2011-08-031-4/+2
* On OS X x86_64, use "-Wl,-no_pie" and "-Wl,-no_compact_unwind" to avoid linke...Manuel M T Chakravarty2011-07-271-0/+11
* Fix #481: use a safe recompilation check when Template Haskell isSimon Marlow2011-07-201-10/+14
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-1/+1
* An example of failure:Sergei Trofimovich2011-07-151-1/+9
* Remove some conditional CPP from DriverPipelineIan Lynagh2011-07-021-69/+66
* Restore home-package-plugin functionalityMax Bolingbroke2011-06-301-2/+2
* Fix to use %note instead of @note as an ELF section note on ARM architectureKarel Gardas2011-06-271-1/+14
* SafeHaskell: Transitively check safety when compiling a module.David Terei2011-06-171-1/+1
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-3/+3
* Fix some validation errorsDavid Terei2011-05-311-1/+0
* Change remaining uses of cTargetOS to platformOSIan Lynagh2011-05-081-6/+5
* Change some conditional tests from Config.cTargetArch to platformArchIan Lynagh2011-05-081-4/+5
* Remove commented out importsIan Lynagh2011-05-071-2/+0
* LLVM: Support LLVM 2.9 (#5103)David Terei2011-05-041-9/+5
* Remove some ifdefs in favour of Haskell testsIan Lynagh2011-05-011-51/+43
* Add "C compiler flags" to settings fileIan Lynagh2011-04-291-29/+10
* Trim some trailing spacesDavid Terei2011-04-261-2/+2