This goes with the patch for #1839, #1463
[ghc-hetmet.git] / compiler / utils /
2008-01-19 Ian LynaghAdd :run and tweak :main
2008-01-18 Ian LynaghFix imports when !DEBUG
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comEliminate warnings with -DDEBUG
2008-01-16 simonpj@microsoft.comComments only
2008-01-16 simonpj@microsoft.comExtra instance for Outputable on 5-tuples
2008-01-16 Ian LynaghFix slash direction on Windows with the new filePath...
2008-01-14 mainland@eecs.harv... Fix utils/Util for debug build
2008-01-13 Ian LynaghFix warnings in utils/ListSetOps
2008-01-13 Ian LynaghFix warnings in utils/Panic
2008-01-13 Ian LynaghFix warnings in utils/UniqSet
2008-01-13 Ian LynaghFix warnings in utils/Maybes
2008-01-13 Ian LynaghFix warnings in utils/BufWrite
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2008-01-13 Ian LynaghFix warnings in utils/OrdList
2008-01-13 Ian LynaghFix warnings in utils/FastMutInt
2008-01-13 Ian LynaghFix warnings in utils/State
2008-01-13 Ian LynaghFix warnings in utils/Util
2008-01-13 Ian LynaghFix warnings in utils/Bag.lhs
2008-01-12 Ian LynaghUse System.FilePath
2008-01-03 Simon Marlowremove trace apparently left in by accident
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-30 Simon MarlowFIX #1744: ignore the byte-order mark at the beginning...
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-11-07 Simon MarlowFIX #1561: don't use tabs in pretty-printed output...
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 simonpj@microsoft.comAdd anyM to IOEnv
2007-10-10 simonpj@microsoft.comComments only
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-21 Norman Ramseyincomplete start on set of intervals for stack model
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... Change spill cost function back to inverse length of...
2007-09-15 Norman Ramseyadded foldUFM_Directly, used where appropriate, killed...
2007-09-13 Ben.Lippmeier@anu... warning police
2007-09-12 Ben.Lippmeier@anu... comment wibbles
2007-09-12 Simon Marlowmove generic graph-colouring code into util
2007-09-12 Norman Ramseycleaned up all warnings (and added many type signatures...
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-08-17 Ben.Lippmeier@anu... Refactor dumping of register allocator statistics.
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-18 Ian LynaghAdd some invariants to OrdList
2007-08-16 Ian LynaghOptimise Digraph.postOrd, used when finding strongly...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-15 Ian LynaghCosmetic changes only
2007-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-07 Isaac Dupreemore cmpFS refactoring
2007-08-06 Isaac Dupreeuse 'compare' when using the law of trichotomy
2007-08-06 Isaac Dupreeuse {-# UNPACK #-} !Int rather than explicit Int# ...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-08-07 Isaac DupreeNOINLINE the global FastString.string_table
2007-08-06 Isaac Dupreecomment FastMutInt possibilities
2007-08-04 Ian LynaghAdd a comment about when maybePrefixMatch can be removed
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-07-06 Ian LynaghRemove foldl' from Util; use the Data.List one instead
2007-07-05 Michael D. AdamsWarning Police
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-02 Ian LynaghRemove the unused "Eager monad"
2007-07-02 Ian LynaghAdd a type signature
2007-07-02 Ian LynaghRemove unused functions (applyToPair, applyToFst, apply...
2007-07-02 Ian LynaghRemove unused cfst (== const)
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-05-14 Michael D. AdamsTypo fix in a comment.
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-01 Isaac Dupreeimplement FastMutInt in non-GHC using IORefs (#1405)
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-26 Isaac Dupreeonly comments, spacing, alpha-renaming
2007-05-19 Isaac DupreeFastMutInt - make #endif be inside \{code} to match...
2007-04-30 Isaac DupreeFastTypes - delete ugly _signatures, comment on Bool...
2007-04-30 Isaac DupreeFastTypes - note strictness of fast{Or,And} and make...
2007-04-29 Isaac Dupreefix non-GHC-specific variant of FastTypes
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-20 Pepe IborraOutputable.cparen
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-22 Ian LynaghMake a Functor (IOEnv m) instance so it satisfies the...
2007-03-01 simonpj@microsoft.comDo not go into an infinite loop when pretty-printer...
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-11-14 Ian LynaghRemove unused Name imort, and add a comment explaining...
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon Marlowremove BitSet, it isn't used
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-05 simonpj@microsoft.comAdd intersectsUFM
2006-09-17 rjmccall@gmail.comModify toArgs to parse quotes/escapes like /bin/sh
2006-09-23 simonpj@microsoft.comMove snocView in the file, nearer the other spliting...
next