Whitespace only
[ghc-hetmet.git] / compiler /
2010-05-27 benl@ouroborus.netWhitespace only
2010-08-25 simonpj@microsoft.comPanic in the right way
2010-08-23 simonpj@microsoft.comThe templateHaskellOk check should only run in stage2
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-22 Ross Patersonfix extraction of command stack of arguments of arrow...
2010-08-22 Ross Patersonminor fix to comment
2010-08-20 Ian LynaghAdd the RTS library path to the library search path
2010-08-19 Ian LynaghRemove some duplication of C flags
2010-08-19 Ian LynaghGive each stage its own Config.hs
2010-08-17 David TereiLLVM: Nicer format for lack of shared lib warning
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-08-13 David TereiLLVM: Enable shared lib support on Linux x64
2010-08-13 simonpj@microsoft.comRe-do the arity calculation mechanism again (fix Trac...
2010-08-13 simonpj@microsoft.comComments only
2010-08-13 simonpj@microsoft.comModify FloatOut to fix Trac #4237
2010-08-13 simonpj@microsoft.comFix egregious bug in SetLevels.notWorthFloating
2010-08-13 simonpj@microsoft.comDelete GhcLibProfiled
2010-08-12 simonpj@microsoft.comFix Trac #4220
2010-08-12 simonpj@microsoft.comImprove the Specialiser, fixing Trac #4203
2010-08-12 simonpj@microsoft.comComments
2010-08-12 simonpj@microsoft.comComments only
2010-08-12 simonpj@microsoft.comFix bug in linting of shadowed case-alternative binders
2010-08-12 simonpj@microsoft.comComments and spacing only
2010-08-09 Ian LynaghAdd more info to more parse error messages (#3811)
2010-08-10 Simon MarlowDo the dependency-omitting for 'make 1' in a slightly...
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghMake another parse error more informative
2010-08-08 Ian LynaghMake a parse error say what it is failing to parse...
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-08-05 Ian LynaghDon't restrict filenames in line pragmas to printable...
2010-08-05 Ian LynaghEnsure extension flags are flattened in the Cmm phase
2010-08-05 Ian LynaghAdd "cmmcpp" as a Haskellish source suffix
2010-07-02 benl@ouroborus.netNCG: Don't worry about trying to re-freeze missing...
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-02 Ian LynaghRemove "On by default" comments in DynFlags
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-07-29 Ian LynaghAdd a debugTrace for the phases that we run
2010-07-30 simonpj@microsoft.com* Add StringPrimL as a constructor for Template Haskell...
2010-07-21 Anton NikishaevFix numeric escape sequences parsing
2010-07-27 Ian LynaghMake PersistentLinkerState fields strict; fixes #4208
2010-07-26 David TereiLLVM: If user specifies optlo, don't use '-O' levels
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-23 Ian LynaghWhen (un)loading an object fails, say which object...
2010-07-19 Ian LynaghDeprecate NewQualifiedOperators extension (rejected...
2010-07-22 David TereiLLVM: Allow optlc and optlo to override default params...
2010-07-21 David TereiLLVM: Code and speed improvement to dominateAllocs...
2010-07-21 simonpj@microsoft.comComments only
2010-07-21 simonpj@microsoft.comFix inlining for default methods
2010-07-21 simonpj@microsoft.comAllow reification of existentials and GADTs
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-20 David TereiLLVM: Decrease max opt level used under OSX to avoid bug
2010-07-20 David TereiLLVM: Fix OSX to work again with TNTC disabled.
2010-07-20 David TereiLLVM: Fix printing of local vars so LLVM works with...
2010-07-19 David TereiLLVM: Fix up botched last commit
2010-07-19 David TereiLLVM: Fix warning introduce in last commit.
2010-07-18 David TereiLLVM: Use mangler to fix up stack alignment issues...
2010-07-15 illissius@gmail.comFix #4195 (isGadtSyntaxTyCon returns opposite result)
2010-07-16 Ian LynaghAdd platform info to "ghc --info" output
2010-07-16 Ian LynaghTidy up Config.hs generation
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-07-14 Ian LynaghCorrect the values in ghc_boot_platform.h
2010-07-14 David TereiLLVM: Add inline assembly to binding.
2010-07-14 David TereiLLVM: Fix mistype in last commit which broke TNTC under...
2010-07-13 Ian LynaghRemove unnecessary #include
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-07-13 simonpj@microsoft.comRefactor where an error message is generated
2010-07-13 simonpj@microsoft.comComments only
2010-07-13 simonpj@microsoft.comComments on data type families
2010-07-07 simonpj@microsoft.comFix Trac #T4136: take care with nullary symbol constructors
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-07-01 simonpj@microsoft.comFix second bug in Trac #4127
2010-07-08 Sergei TrofimovichFixing link failure of compiler on ia64 ('-Wl,' prefixe...
2010-07-12 David TereiLLVM: Allow getelementptr to use LlvmVar for indexes.
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-06-16 Simon Marlowtypo in comment
2010-07-08 Sergei Trofimovichalpha: switch handling of 'foreign import wrapper'...
2010-07-08 Ian LynaghReorder the CPP flags so -optP can override the platfor...
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-07-07 David TereiLLVM: Fix various typos in comments
2010-07-07 Ian LynaghHandle haddock headers when looking for LANGUAGE/OPTION...
2010-07-06 Ian LynaghMake pragState call mkPState, rather than duplicating...
2010-07-07 David TereiLLVM: Add alias type defenitions to LlvmModule.
2010-07-07 David TereiLLVM: Use packed structure type instead of structure...
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-07-06 Ian LynaghRemove an out-of-date comment
2010-07-05 David TereiLLVM: Stop llvm saving stg caller-save regs across...
2010-07-05 David TereiLLVM: Add in literal undefined value to binding
2010-07-05 David TereiLLVM: Add a literal NULL value to binding
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-07-01 Ian LynaghRemove dead code (standalone deriving flag no longer...
2010-07-02 David TereiLLVM: Use the inbounds keyword for getelementptr instru...
2010-07-01 David TereiLLVM: Change more operations to use getelementptr
2010-06-30 David TereiLLVM: Use getelementptr instruction for a lot of situations
2010-06-25 Simon Marlowremove out of date comments; point to the wiki
2010-06-29 benl@ouroborus.netNCG: allocatableRegs is only giving us 8 SSE regs to...
2010-06-28 David TereiLLVM: Use intrinsic functions for pow, sqrt, sin, cos
next