2011-04-23 |
Ian Lynagh | Rename "GCC command" to "C compiler command" |
blob | commitdiff |
2011-04-22 |
Ian Lynagh | Move gcc's and perl's location to the settings file |
blob | commitdiff | diff to current |
2011-04-22 |
Ian Lynagh | Move the opt* fields from DynFlags into the Settings... |
blob | commitdiff | diff to current |
2011-04-21 |
Ian Lynagh | Split off a Settings type from DynFlags |
blob | commitdiff | diff to current |
2011-04-21 |
Ian Lynagh | Rename "extra-gcc-opts" to "settings", and start genera... |
blob | commitdiff | diff to current |
2011-04-11 |
Simon Marlow | tweak to cleanTempFilesExcept |
blob | commitdiff | diff to current |
2011-04-08 |
Simon Marlow | Force re-linking if the options have changed (#4451) |
blob | commitdiff | diff to current |
2011-04-04 |
Ian Lynagh | Remove dead code, now that -fvia-c is a no-op |
blob | commitdiff | diff to current |
2010-12-18 |
Ian Lynagh | Replace uses of the old catch function with the new one |
blob | commitdiff | diff to current |
2010-09-28 |
Ian Lynagh | Use showCommandForUser when showing tracing commands |
blob | commitdiff | diff to current |
2010-09-14 |
Ian Lynagh | Remove (most of) the FiniteMap wrapper |
blob | commitdiff | diff to current |
2010-06-22 |
David Terei | Remove LlvmAs phase as the llvm opt tool now handles... |
blob | commitdiff | diff to current |
2010-06-15 |
David Terei | Add new LLVM code generator to GHC. (Version 2) |
blob | commitdiff | diff to current |
2010-05-18 |
Ian Lynagh | Change another / to </> to avoid building paths contain... |
blob | commitdiff | diff to current |
2010-03-25 |
Ian Lynagh | Use </> rather than ++ "/" |
blob | commitdiff | diff to current |
2009-11-20 |
Ian Lynagh | Use the ghc-perl tarball on Windows, instead of the... |
blob | commitdiff | diff to current |
2009-10-23 |
Ian Lynagh | Make a mingw tree from mingw tarballs |
blob | commitdiff | diff to current |
2009-09-27 |
Ian Lynagh | Fix invoking windres in a directory containing spaces |
blob | commitdiff | diff to current |
2009-09-10 |
Simon Marlow | Change the representation of the package database |
blob | commitdiff | diff to current |
2009-07-24 |
Ian Lynagh | Remove GHC's haskell98 dependency |
blob | commitdiff | diff to current |
2009-07-16 |
Ian Lynagh | Move showOpt into DynFlags |
blob | commitdiff | diff to current |
2009-07-07 |
Ian Lynagh | Remove unused imports |
blob | commitdiff | diff to current |
2009-07-01 |
Max Bolingbroke | Support for -fwarn-unused-do-bind and -fwarn-wrong... |
blob | commitdiff | diff to current |
2009-06-15 |
Simon Marlow | copyFileWithHeader: use binary Handles |
blob | commitdiff | diff to current |
2009-04-26 |
Ian Lynagh | GHC new build system megapatch |
blob | commitdiff | diff to current |
2009-03-10 |
Ian Lynagh | Don't put a trailing / on the mingw include path |
blob | commitdiff | diff to current |
2009-02-26 |
Ian Lynagh | If we are given -Werror, then pass -Werror to cpp |
blob | commitdiff | diff to current |
2008-12-11 |
Ian Lynagh | SysTools no longer needs -fno-cse |
blob | commitdiff | diff to current |
2008-12-11 |
Ian Lynagh | Make the lists of files and directories to be cleaned... |
blob | commitdiff | diff to current |
2008-11-05 |
Neil Mitchell | Perform case-insensitive matching of path components... |
blob | commitdiff | diff to current |
2008-09-16 |
Neil Mitchell | Make the matching of the filename ghc.exe case insensit... |
blob | commitdiff | diff to current |
2008-09-18 |
Ian Lynagh | When passing gcc -B, also tell it where the mingw inclu... |
blob | commitdiff | diff to current |
2008-07-30 |
Ian Lynagh | Follow extensible exception changes |
blob | commitdiff | diff to current |
2008-07-25 |
Simon Marlow | update the comments about how we find $topdir |
blob | commitdiff | diff to current |
2008-07-25 |
Simon Marlow | try to fix the way we find $topdir |
blob | commitdiff | diff to current |
2008-07-18 |
Ian Lynagh | Change how inplace detection works, so that it also... |
blob | commitdiff | diff to current |
2008-07-18 |
Ian Lynagh | More build system changes; ghc-pkg is now built with... |
blob | commitdiff | diff to current |
2008-07-16 |
Ian Lynagh | Fix the inplace compiler finding package.conf on Windows |
blob | commitdiff | diff to current |
2008-07-16 |
Ian Lynagh | Get building GHC itself with Cabal more-or-less working |
blob | commitdiff | diff to current |
2008-07-11 |
Ian Lynagh | Move -fno-cse flags from Makefile into pragmas |
blob | commitdiff | diff to current |
2008-06-20 |
Ian Lynagh | Remove code that isn't used now that we assume that... |
blob | commitdiff | diff to current |
2008-06-20 |
Ian Lynagh | Now that we require GHC >= 6.4.2, System.IO.Error is... |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Make initSysTools use the dflags it is passed, rather... |
blob | commitdiff | diff to current |
2008-06-12 |
Ian Lynagh | Make SysTools warning-free |
blob | commitdiff | diff to current |
2008-06-12 |
Ian Lynagh | Remove some CPPery with the help of a new value isWindo... |
blob | commitdiff | diff to current |
2008-06-12 |
Ian Lynagh | Remove unused FFI import GetTempPathA (getTempPath) |
blob | commitdiff | diff to current |
2008-06-11 |
Ian Lynagh | Whitespace only, in SysTools |
blob | commitdiff | diff to current |
2008-06-11 |
Ian Lynagh | Get rid of the last remnants of PROJECT_DIR |
blob | commitdiff | diff to current |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in SysTools |
blob | commitdiff | diff to current |
2008-03-29 |
Ian Lynagh | Don't import FastString in HsVersions.h |
blob | commitdiff | diff to current |
2008-02-07 |
Simon Marlow | Remove old code to get TMPDIR, use System.Directory... |
blob | commitdiff | diff to current |
2008-02-08 |
Simon Marlow | Remove some of the old compat stuff now that we assume... |
blob | commitdiff | diff to current |
2008-02-05 |
Manuel M T Chakravarty | xcode build target for fixed /Library/Frameworks inst |
blob | commitdiff | diff to current |
2008-01-17 |
Isaac Dupree | lots of portability changes (#1405) |
blob | commitdiff | diff to current |
2008-01-12 |
Ian Lynagh | Use System.FilePath |
blob | commitdiff | diff to current |
2007-12-05 |
Simon Marlow | FIX #1110: hackery also needed when running gcc for CPP |
blob | commitdiff | diff to current |
2007-11-15 |
Simon Marlow | FIX #1828: installing to a patch with spaces in |
blob | commitdiff | diff to current |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
blob | commitdiff | diff to current |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
blob | commitdiff | diff to current |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
blob | commitdiff | diff to current |
2007-08-24 |
Simon Marlow | windres also needs the PATH workaround, because it... |
blob | commitdiff | diff to current |
2007-08-23 |
Ian Lynagh | Put a space between gcc and its arguments when calling... |
blob | commitdiff | diff to current |
2007-08-23 |
Ian Lynagh | windres is in bin/, not the top-level directory |
blob | commitdiff | diff to current |
2007-08-10 |
Simon Marlow | FIX #1271: create manifests, and embed them in executab... |
blob | commitdiff | diff to current |
2007-08-21 |
Simon Marlow | FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder |
blob | commitdiff | diff to current |
2007-08-07 |
Isaac Dupree | Warning police: eliminate all defaulting within stage1 |
blob | commitdiff | diff to current |
2007-06-05 |
Isaac Dupree | remove #if branches for pre-ghc-6.0 |
blob | commitdiff | diff to current |
2007-06-01 |
Simon Marlow | FIX #1110: the linker also needs the workaround |
blob | commitdiff | diff to current |
2007-05-14 |
Simon Marlow | fix for Vista workaround: "PATH" can be spelt "Path" |
blob | commitdiff | diff to current |
2007-05-10 |
Michael D. Adams | Warning fix for unused and redundant imports |
blob | commitdiff | diff to current |
2007-04-16 |
Simon Marlow | fix building with pre-6.4 |
blob | commitdiff | diff to current |
2007-04-16 |
Simon Marlow | MERGE: another attempt at a workaround for #1110 (Vista... |
blob | commitdiff | diff to current |
2007-04-10 |
Ian Lynagh | Don't use regexps in the GHC sources |
blob | commitdiff | diff to current |
2007-03-08 |
Simon Marlow | when invoking gcc, instead of the -B<dir> flag, use... |
blob | commitdiff | diff to current |
2007-03-08 |
Simon Marlow | small cleanups |
blob | commitdiff | diff to current |
2007-02-15 |
Simon Marlow | When the pipeline just copies the file, prepend a LINE... |
blob | commitdiff | diff to current |
2007-01-31 |
Ian Lynagh | Always pay attention to -keep-tmp-files when we want... |
blob | commitdiff | diff to current |
2006-10-18 |
Ian Lynagh | Fix the build with GHC 6.2.2 |
blob | commitdiff | diff to current |
2006-10-11 |
Simon Marlow | Module header tidyup #2 |
blob | commitdiff | diff to current |
2006-09-19 |
Simon Marlow | Packages cleanup, and allow new packages to be loaded... |
blob | commitdiff | diff to current |
2006-07-10 |
Ian Lynagh | Pull out common removal code, and detect does-not-exist... |
blob | commitdiff | diff to current |
2006-07-10 |
Ian Lynagh | Create our own directory in the temporary directory... |
blob | commitdiff | diff to current |
2006-06-13 |
sof@galois.com | readerProc: split up text output using host's line... |
blob | commitdiff | diff to current |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
blob | commitdiff | diff to current |
|