2007-10-10 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2007-10-03 |
Simon Marlow | refactoring only: use the parameterised InstalledPackag... |
tree | commitdiff |
2007-09-21 |
Ian Lynagh | Move OPTIONS pragmas above comments |
tree | commitdiff |
2007-09-21 |
Norman Ramsey | incomplete start on set of intervals for stack model |
tree | commitdiff |
2007-09-17 |
Ben.Lippmeier@anu... | Tune coalescing in non-iterative register allocator |
tree | commitdiff |
2007-09-17 |
Ben.Lippmeier@anu... | Bugfix to iterative coalescer |
tree | commitdiff |
2007-09-17 |
Ben.Lippmeier@anu... | Add -dasm-lint |
tree | commitdiff |
2007-09-14 |
Ben.Lippmeier@anu... | Change spill cost function back to inverse length of... |
tree | commitdiff |
2007-09-15 |
Norman Ramsey | added foldUFM_Directly, used where appropriate, killed... |
tree | commitdiff |
2007-09-13 |
Ben.Lippmeier@anu... | warning police |
tree | commitdiff |
2007-09-12 |
Ben.Lippmeier@anu... | comment wibbles |
tree | commitdiff |
2007-09-12 |
Simon Marlow | move generic graph-colouring code into util |
tree | commitdiff |
2007-09-12 |
Norman Ramsey | cleaned up all warnings (and added many type signatures... |
tree | commitdiff |
2007-09-12 |
Simon Marlow | foldl1' was added to Data.List in GHC 6.4.x |
tree | commitdiff |
2007-09-06 |
Simon Marlow | FIX #1465, error messages could sometimes say things... |
tree | commitdiff |
2007-09-05 |
Ben.Lippmeier@anu... | Refactor MachRegs.trivColorable to do unboxed accumulation |
tree | commitdiff |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
tree | commitdiff |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
tree | commitdiff |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
tree | commitdiff |
2007-08-10 |
Ian Lynagh | Follow Array changes (adding numElements field) |
tree | commitdiff |
2007-08-21 |
Ben.Lippmeier@anu... | Allow redirection of -ddump-* to file |
tree | commitdiff |
2007-08-17 |
Ben.Lippmeier@anu... | Refactor dumping of register allocator statistics. |
tree | commitdiff |
2007-08-14 |
Ben.Lippmeier@anu... | Add graph coloring register allocator. |
tree | commitdiff |
2007-08-18 |
Ian Lynagh | Add some invariants to OrdList |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Optimise Digraph.postOrd, used when finding strongly... |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Replace _scc_'s in the GHC source with SCC pragmas |
tree | commitdiff |
2007-08-15 |
Ian Lynagh | Cosmetic changes only |
tree | commitdiff |
2007-08-14 |
Pepe Iborra | Generalize some code dealing with SrcSpan sorting |
tree | commitdiff |
2007-08-07 |
Isaac Dupree | more cmpFS refactoring |
tree | commitdiff |
2007-08-06 |
Isaac Dupree | use 'compare' when using the law of trichotomy |
tree | commitdiff |
2007-08-06 |
Isaac Dupree | use {-# UNPACK #-} !Int rather than explicit Int# ... |
tree | commitdiff |
2007-08-07 |
Isaac Dupree | Warning police: eliminate all defaulting within stage1 |
tree | commitdiff |
2007-08-07 |
Isaac Dupree | NOINLINE the global FastString.string_table |
tree | commitdiff |
2007-08-06 |
Isaac Dupree | comment FastMutInt possibilities |
tree | commitdiff |
2007-08-04 |
Ian Lynagh | Add a comment about when maybePrefixMatch can be removed |
tree | commitdiff |
2007-07-13 |
Michael D. Adams | Warning Police: Unused imports |
tree | commitdiff |
2007-07-06 |
Ian Lynagh | Remove foldl' from Util; use the Data.List one instead |
tree | commitdiff |
2007-07-05 |
Michael D. Adams | Warning Police |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Remove mapAccumL, mapAccumR, mapAccumB |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Remove the unused "Eager monad" |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Add a type signature |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Remove unused functions (applyToPair, applyToFst, apply... |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Remove unused cfst (== const) |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Remove prefixMatch and suffixMatch from Util |
tree | commitdiff |
2007-05-14 |
Michael D. Adams | Typo fix in a comment. |
tree | commitdiff |
2007-06-05 |
Isaac Dupree | remove #if branches for pre-ghc-6.0 |
tree | commitdiff |
2007-06-01 |
Isaac Dupree | implement FastMutInt in non-GHC using IORefs (#1405) |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | parseInteger->parseUnsignedInteger to clarify meaning |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | only comments, spacing, alpha-renaming |
tree | commitdiff |
2007-05-19 |
Isaac Dupree | FastMutInt - make #endif be inside \{code} to match... |
tree | commitdiff |
2007-04-30 |
Isaac Dupree | FastTypes - delete ugly _signatures, comment on Bool... |
tree | commitdiff |
2007-04-30 |
Isaac Dupree | FastTypes - note strictness of fast{Or,And} and make... |
tree | commitdiff |
2007-04-29 |
Isaac Dupree | fix non-GHC-specific variant of FastTypes |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Warning fix for unused and redundant imports |
tree | commitdiff |
2007-05-09 |
Simon Marlow | Store the constructor name in the info table in UTF-8 |
tree | commitdiff |
2007-05-09 |
simonpj@microsoft.com | Tidy up the interface to lookupInstEnv |
tree | commitdiff |
2007-04-22 |
simonpj@microsoft.com | Improve depth-cutoff for printing HsSyn in error messages |
tree | commitdiff |
2007-04-20 |
Pepe Iborra | Outputable.cparen |
tree | commitdiff |
2007-04-06 |
Ian Lynagh | Remove code that is dead, as we require __GLASGOW_HASKE... |
tree | commitdiff |
2007-03-22 |
Ian Lynagh | Make a Functor (IOEnv m) instance so it satisfies the... |
tree | commitdiff |
2007-03-01 |
simonpj@microsoft.com | Do not go into an infinite loop when pretty-printer... |
tree | commitdiff |
2007-01-02 |
simonpj@microsoft.com | Big tidy-up of deriving code |
tree | commitdiff |
2006-12-18 |
Pepe Iborra | Remove uses of Data.Traversable to fix stage1 on pre... |
tree | commitdiff |
2006-11-14 |
Ian Lynagh | Remove unused Name imort, and add a comment explaining... |
tree | commitdiff |
2006-11-10 |
simonpj@microsoft.com | Add new utility function, partitionWith |
tree | commitdiff |
2006-10-16 |
Simon Marlow | Fix deadlock on second call to newSession |
tree | commitdiff |
2006-10-11 |
Simon Marlow | Module header tidyup #2 |
tree | commitdiff |
2006-10-11 |
Simon Marlow | remove BitSet, it isn't used |
tree | commitdiff |
2006-10-11 |
Simon Marlow | Interface file optimisation and removal of nameParent |
tree | commitdiff |
2006-10-05 |
simonpj@microsoft.com | Add intersectsUFM |
tree | commitdiff |
2006-09-17 |
rjmccall@gmail.com | Modify toArgs to parse quotes/escapes like /bin/sh |
tree | commitdiff |
2006-09-23 |
simonpj@microsoft.com | Move snocView in the file, nearer the other spliting... |
tree | commitdiff |
2006-09-20 |
Manuel M T Chakravarty | some bug-fixes, newtype deriving might work now |
tree | commitdiff |
2006-08-15 |
simonpj@microsoft.com | Moving list-length code from one place in the file... |
tree | commitdiff |
2006-08-09 |
Esa Ilari Vuokko | Fix Array imports |
tree | commitdiff |
2006-08-08 |
simonpj@microsoft.com | Group exports so that all length functions are together... |
tree | commitdiff |
2006-07-25 |
Simon Marlow | Generalise Package Support |
tree | commitdiff |
2006-06-12 |
simonpj@microsoft.com | Improve pretty-printing for bags |
tree | commitdiff |
2006-06-01 |
simonmar@microsoft.com | add a type signature |
tree | commitdiff |
2006-04-12 |
simonpj@microsoft.com | Improve pruning of case alternatives to account for... |
tree | commitdiff |
2006-04-11 |
Simon Marlow | avoid versionitis in Numeric.showHex (should fix tcrun007) |
tree | commitdiff |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
tree | commitdiff |
|