cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / main / DriverPipeline.hs
2011-05-31 David TereiFix some validation errors
2011-05-08 Ian LynaghChange remaining uses of cTargetOS to platformOS
2011-05-07 Ian LynaghChange some conditional tests from Config.cTargetArch...
2011-05-07 Ian LynaghRemove commented out imports
2011-05-04 David TereiLLVM: Support LLVM 2.9 (#5103)
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
2011-04-26 David TereiTrim some trailing spaces
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-17 Ian LynaghMake ghc less keen to pass -v to gcc and friends
2011-04-14 Simon MarlowAdd a final newline to the link-time C file that we...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-06 Simon MarlowMerge branch 'trac_5025' of https://github.com/thoughtp...
2011-04-06 Simon MarlowFix -split-objs: there was a bad interaction with the...
2011-04-05 Simon Marlowfix warning
2011-04-05 Simon MarlowMerge _stub.o files into the main .o file (Fixes #3687...
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-04-04 Austin SeippTeach GHC to compile objective-c files; trac #5025
2011-03-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2011-02-22 Ian LynaghUse -h rather than -soname; fixes dynlibs on Solaris...
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-11-10 Ian LynaghObey the -rtsopts flag when making shared libraries...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-23 Ian LynaghRemove the need to explicitly flatten the dynflags
2010-10-12 Ian LynaghRemove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-09-18 Matthias KilianEnable shared libs on OpenBSD
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-08-20 Ian LynaghAdd the RTS library path to the library search path
2010-08-13 David TereiLLVM: Enable shared lib support on Linux x64
2010-08-05 Ian LynaghEnsure extension flags are flattened in the Cmm phase
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-07-29 Ian LynaghAdd a debugTrace for the phases that we run
2010-07-26 David TereiLLVM: If user specifies optlo, don't use '-O' levels
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-22 David TereiLLVM: Allow optlc and optlo to override default params...
2010-07-20 David TereiLLVM: Decrease max opt level used under OSX to avoid bug
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-07-08 Ian LynaghReorder the CPP flags so -optP can override the platfor...
2010-06-25 Ian LynaghUse machdepCCOpts in runPhase_MoveBinary; fixes trac...
2010-06-22 David TereiRemove LlvmAs phase as the llvm opt tool now handles...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-12 Ian LynaghWhitespace only
2010-05-20 Ian LynaghStop passing -Wl,-macosx_version_min to gcc
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-03-31 Ian LynaghUse machdepCCOpts when compiling the file to toggle...
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-16 Ian LynaghDon't use -Bsymbolic when linking the RTS
2010-03-13 Ian LynaghAdd a -with-rtsopts link-time flag
2010-03-13 Ian LynaghRename a variable
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
2010-01-29 Simon MarlowRe-read pragmas after preprocessing (#2464, #3674,...
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-09-30 Stephen BlackheathAdd -dylib-install-name option to GHC so the install...
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: stifle more warnings about auto imported...
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: stifle warnings about symbols being auto...
2009-11-17 Ben.Lippmeier@anu... Use opt_PIC not #defined __PIC__ in compiler source.
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-09-24 Ian LynaghWe now tell the linker macosx_version_min is 10.5;...
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-07-18 Ian LynaghAdd osuf to the name we use for the split dir
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-05-19 Duncan CouttsMake -dynload sysdep mean to embed rpaths in shared...
2009-05-15 Duncan CouttsSet the soname when creating a shared lib
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsRemove old Windows-only implementation of keeping main...
2009-05-20 Ian LynaghUse machdepCCOpts when running "as"
2009-05-13 Simon Marlowfix warning
2009-04-22 y.zhuang5@lse.ac.ukenable LinkDynLib in compilier phase
2009-03-16 Simon MarlowFIX #3093: stub filenames when using -osuf
2009-03-05 Simon Marlowremove foo.exe.manifest when --embed-manifest is on
2009-03-05 Ian LynaghOn OS X/x86, tell gcc to generate instructions for...
2009-02-11 Ian LynaghOn sparc, pass -mcpu=v9 when assembling with object...
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-11-30 Ian LynaghRemove the v_Split_info global variable and use a field...
2008-11-28 Thomas SchillingLet 'loadModule' generate proper code depending on...
2008-11-28 Thomas SchillingExpose a separate 'hscBackend' phase for 'HsCompiler...
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverPipeline. Also haddockify...
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-21 Simon MarlowDon't use the cc-options from packages when compiling...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-24 Simon MarlowDon't prematurely link shared libraries against the...
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
next