we need to #include "Stg.h" first, we can't rely on GHC to inject it
[ghc-hetmet.git] / compiler /
2007-10-11 simonpj@microsoft.comFix Trac #1680; check for unboxed tuples in TcType...
2007-10-10 simonpj@microsoft.comFix Trac #1759: do not let ticks get in the way of...
2007-10-10 simonpj@microsoft.comFix Trac #1755; check for stage errors in TH quoted...
2007-10-10 simonpj@microsoft.comcheckWellStaged: reverse comparsion (no change in seman...
2007-10-10 simonpj@microsoft.comAdd traceTc in tcSimplifyDefault
2007-10-10 simonpj@microsoft.comImprove pretty-printing of splices in HsSyn
2007-10-10 simonpj@microsoft.comFix Trac #1678; be more careful about catching and...
2007-10-10 simonpj@microsoft.comComments only
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-10-10 Simon MarlowFIX #1681: withBreakAction had too large a scope in...
2007-10-09 Simon Marlowtiny refactoring
2007-10-09 Simon Marlowsmall reworking of the loop-breaker-choosing algorithm
2007-10-10 Manuel M T ChakravartyFix warnings when build w/o readline
2007-10-10 simonpj@microsoft.comFIX: tidy up TcSimplify following equality constraints...
2007-10-10 simonpj@microsoft.comImprove pretty-printing for HsSyn
2007-09-29 simonpj@microsoft.comFix Trac #1746: make rule-matching work properly with...
2007-09-29 simonpj@microsoft.comSmall comment only
2007-10-09 Simon MarlowFIX #1743, create a fresh unique for each Id we bind...
2007-10-09 Simon Marlowremove the "-unreg" flag and the unregisterised way...
2007-10-09 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowremove most warnings
2007-10-02 Simon MarlowmkIfaceExports: sort the children of AvailTC
2007-10-08 Simon Marlowerror message fix (#1758)
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - RegAllocStats.hs
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - RegAllocLinear.hs
2007-10-08 Simon MarlowFIX #1748: -main-is wasn't handling the case of a singl...
2007-10-02 David WaernChange DOCOPTIONS pragma to DOC_OPTIONS
2007-10-02 David WaernFIX: parsing of doc options
2007-10-02 David WaernFIX: add missing case to OccName.isSymOcc
2007-10-02 Manuel M T ChakravartyRemove warnings from WwLib
2007-10-02 Manuel M T ChakravartyFIX: mkWWcpr takes open alg types into account
2007-10-01 Manuel M T ChakravartyFIX #1738: KPush rule of FC must take dataConEqTheta...
2007-09-29 Manuel M T ChakravartyFIX #1729: Don't try to expand syn families with -XLibe...
2007-09-29 Manuel M T ChakravartySome more traceTcs
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
2007-09-27 Pepe IborraFinally, I managed to squash an infamous bug in :print
2007-09-27 Pepe IborraBe a bit more flexible in terminal identification for...
2007-09-27 simonpj@microsoft.comComments and debug output only
2007-09-27 Simon Marlowfurther stub filename fix: I managed to break non-stubd...
2007-09-26 Simon MarlowFIX -stubdir bug: the .hc file was #including the wrong...
2007-09-26 Simon Marlowfix #1734, panic in :show modules after load failure
2007-09-26 Clemens FruhwirthRemove current package from preloaded package set
2007-09-24 Simon Marlowcomments only: point to relevant bug reports
2007-09-23 Ian LynaghNotice when C modules have changed when deciding whethe...
2007-09-23 Ian LynaghWhitespace changes only
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-21 Norman Ramseyincomplete start on set of intervals for stack model
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-19 simonpj@microsoft.comMostly comments, following NR/SPJ meeting
2007-09-20 simonpj@microsoft.comFix Trac #1718: interaction of error, unlifted tuples...
2007-09-19 Ian LynaghFix --print-docdir for relocatable builds; fixes #1226
2007-09-19 simonpj@microsoft.comFix exponential-time behaviour with type synonyms;...
2007-09-19 Manuel M T ChakravartyFIX #1688: Givens in checkLoop are not that rigid after all
2007-09-19 Manuel M T ChakravartyFIX #1713: watch out for type families in splitAppTy...
2007-09-18 Ian LynaghCatch any exceptions thrown by getEnv; fixes #1704
2007-09-19 simonpj@microsoft.comMake the error message mentioning -XPatternSignatures...
2007-09-17 Ben.Lippmeier@anu... Tune coalescing in non-iterative register allocator
2007-09-17 Ben.Lippmeier@anu... Bugfix to iterative coalescer
2007-09-17 Ben.Lippmeier@anu... Add -dasm-lint
2007-09-14 Ben.Lippmeier@anu... Count CmmTops processed so far in the native code generator
2007-09-14 Ben.Lippmeier@anu... Change spill cost function back to inverse length of...
2007-09-14 Ben.Lippmeier@anu... Replace missing '#' on options pragma
2007-09-14 Ben.Lippmeier@anu... Better cleaning of spills in spill cleaner
2007-09-17 Norman Ramseyadded node to push a closure onto the current call...
2007-09-17 Norman Ramseytightened some dataflow code as part of preparing a...
2007-09-17 Norman Ramseyadded 'filterRegsUsed' to CmmExpr
2007-09-17 Ian LynaghClean stage<n>/ghc-inplace.c
2007-09-17 simonpj@microsoft.comComments only
2007-09-17 simonpj@microsoft.comLoosen the syntax of types slightly
2007-09-16 Manuel M T ChakravartyFIX: TypeFamilies: should_compile/Simple12
2007-09-15 Norman Ramseyreloads are now sunk as deep as possible
2007-09-15 Norman Ramseyadded instance declarations so we can fold over local...
2007-09-15 Norman Ramseyadded monadic mapM_blocks. the fear, the fear...
2007-09-15 Norman Ramseyfix misspelled constructor
2007-09-15 Norman Ramseyadd another way to run in the fuel monad (this is a...
2007-09-15 Norman Ramseylay ground for more readable dumping of CmmGraph
2007-09-15 Norman Ramseyadd a function to help identify unique predecessors
2007-09-15 Norman Ramseyscrub away remaining MidNop
2007-09-15 Norman Ramseychanges needed to get map_blocks to actually compile :-(
2007-09-15 Norman Ramseyremove an unwanted language extension
2007-09-15 Norman Ramseydrop the old, redundant implementation of postorder_dfs
2007-09-15 Norman Ramseyeliminate the last vestige of UniqSM from ZipCfg
2007-09-15 Norman Ramseyadd map_blocks to ZipCfg
2007-09-15 Norman Ramseyget rid of MidNop
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-15 Manuel M T ChakravartyOverhaul of the rewrite rules
2007-09-15 Norman Ramseyadded foldUFM_Directly, used where appropriate, killed...
2007-09-15 Norman Ramsey(temporarily) check consistency of new postorder DFS...
2007-09-14 simonpj@microsoft.comWibbles to MkZipCfgCmm stuff
2007-09-14 Norman Ramseymake remove_entry_label actually work inside ZipDataflow
2007-09-14 Norman Ramseyexport 'entry' from ZipCfg, at least for now
2007-09-14 simonpj@microsoft.comRemove export of remove_entry_label
2007-09-14 Norman Ramseyreplace #ifdef DEBUG with debugIsOn in cmm/MkZipCfg
next