Amend comment per Marlow's comments.
[ghc-hetmet.git] / compiler /
2011-05-16 Edward Z. YangAmend comment per Marlow's comments.
2011-05-15 Max BolingbrokeFix build when DEBUG is on
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-05-15 Edward Z. YangMake -ddump-to-file truncate existing files.
2011-05-15 Edward Z. YangMore aggressive clobber detection with Hp and RegSlot.
2011-05-15 Edward Z. YangSplit -ddump-cmmz into many smaller flags.
2011-05-15 Edward Z. YangMore aggressive CmmRegOff inlining, and fix failure...
2011-05-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-05-15 Ben LippmeierFix build: Add missing import and remove unneeded ...
2011-05-15 Max BolingbrokeAccept '-l foo' as library syntax: fixes #4869
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-05-12 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-05-12 Ben LippmeierRemove scar tissue
2011-05-12 Ben LippmeierWibbles on modules imported by vectoriser
2011-05-12 Ben LippmeierFix build
2011-05-12 Ben LippmeierFollow changes in DPH library: Repr module is gone.
2011-05-12 Ben LippmeierUpdate vectoriser now that PData instances have moved.
2011-05-12 Ben LippmeierUpdate vectoriser now that PRepr has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that Scalar has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that PData has moved.
2011-05-12 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-12 Simon Peyton JonesUnix line endings for Pair.lhs
2011-05-12 Simon Peyton JonesFix Trac #5192: missing case in hsValBindsImplicits
2011-05-12 Simon Peyton JonesWhite space only
2011-05-11 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-11 Simon Marlowfix the names of the floating-point operations in the...
2011-05-09 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton JonesFix renaming of guards
2011-05-09 Simon Peyton JonesFix the desugaring of guards in arrow syntax
2011-05-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
2011-05-09 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-09 Simon Peyton JonesDon't discard usage info from coercion bindings!
2011-05-09 Simon Peyton JonesComments only
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-08 Ian LynaghChange remaining uses of cTargetOS to platformOS
2011-05-08 Ian LynaghRemove a use of cTargetOS, in favour of platformOS
2011-05-07 Ian LynaghWhitespace only in ghci/ByteCodeGen.lhs
2011-05-07 Ian LynaghRemove an explicit import list
2011-05-07 Ian LynaghRemove commented out imports
2011-05-07 Ian LynaghChange more Config tests to Platform tests
2011-05-07 Ian LynaghRemove unused pprUserReg functions
2011-05-07 Ian LynaghChange some conditional tests from Config.cTargetArch...
2011-05-07 Ian LynaghMove Platform from compiler/nativeGen to compiler/utils
2011-05-07 Ian LynaghImprove the warning about -fllvm and -fPIC/-dynamic...
2011-05-07 Ian LynaghRemove some dead code
2011-05-07 Ian LynaghRemove commented out imports
2011-05-06 Simon Peyton JonesFix build
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-06 Simon Peyton JonesSubstantial improvements in RtClosureInspect
2011-05-06 Simon Peyton JonesMissing coercion case in byte code generation
2011-05-06 Simon Peyton JonesRemove special case for EqPred in CoreView
2011-05-06 Simon Peyton JonesUse eqSpecPreds
2011-05-05 Edward Z. YangImprove dead block calculation, per Simon Marlow's...
2011-05-04 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-04 Simon Peyton JonesDo-notation in an arrow context is not rebindable
2011-05-04 David TereiFormat wibble
2011-05-04 David TereiFix some warnings in IfaceSyn
2011-05-04 David TereiFormatting fixes to GhcMonad
2011-05-04 David TereiFormatting fixes to IfaceSyn
2011-05-04 David TereiLLVM: Support LLVM 2.9 (#5103)
2011-05-04 David TereiLLVM: Add support for 64bit OSX. (partial #4210)
2011-05-04 Simon Peyton JonesMake import conditional on DEBUG to avoid unused-import...
2011-05-04 Simon Peyton JonesRemove accidental trace
2011-05-04 Simon Peyton JonesMerge branch monad-comp onto master
2011-05-04 Simon Peyton JonesChange (back) to Unix line endings
2011-05-04 Simon Peyton JonesPrint contraint step counts only with -dppr-debug
2011-05-04 Simon Peyton JonesImprove error message when a function is applied
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-04 Simon Peyton JonesBe cleverer in dataConCannotMatch, fixes Trac #5168
2011-05-04 Simon Peyton JonesMerge commit
2011-05-04 Simon Peyton JonesMerge remote-tracking branch 'origin/master'
2011-05-04 Simon Peyton JonesFix Trac #5117: desugar literal patterns consistencly
2011-05-04 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-05-04 Simon Marlowexpand/fix comment about x86-64 registers
2011-05-04 Simon MarlowThe fix for #4914 was wrong and broke other things...
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
2011-05-01 Ian LynaghRemove an ifdef from ghci/ByteCodeAsm.lhs
2011-05-01 Ian LynaghIgnore requests to use backends that aren't available...
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-05-01 Ian LynaghRemove a commented out import
2011-05-01 Ian LynaghSmall DynFlags improvements
2011-05-01 Ian LynaghReinstate the "-O conflicts with --interactive" warning
2011-05-01 Ian LynaghUpdate the defaultObjectTarget definition
2011-05-01 David TereiLLVM: Fix bug with osx mangler and jump tables.
2011-04-30 Edward Z. YangImplement dead basic block elimination.
2011-04-30 Edward Z. YangRemove dead Alpha native backend.
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
2011-04-29 Ian LynaghFix build on OS X amd64
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
next