Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / main / TidyPgm.lhs
2011-06-03 Manuel M T ChakravartyPropagate scalar variables and tycons for vectorisation...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-03-31 simonpj@microsoft.comNew statistics flags -ddump-core-stats
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-09-22 simonpj@microsoft.comFix an ASSERT failure with profiling
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-06 simonpj@microsoft.comFind the correct external ids when there's a wrapper
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-21 simonpj@microsoft.comA bit of refactoring, plus a sanity check
2009-12-18 simonpj@microsoft.comAlways expose the unfolding of something with an InlineRule
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-03 simonpj@microsoft.comAdd a (DEBUG-only) warning for top-level error thunks...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
2009-10-15 simonpj@microsoft.comCorrect comment
2009-10-14 Simon MarlowFix #3579: avoid clashing with names of implicit bindings
2009-09-29 Simon MarlowFix some missing unfoldings (foldr in particular!)
2009-08-03 Simon MarlowFix #3412: the worker of an Id might not be a local Id
2009-07-28 Simon MarlowBe a bit more sensible about choosing external OccNames
2009-07-23 Simon Marlowpoint to the wiki
2009-07-23 Simon Marlowrefactorings
2009-07-20 Simon MarlowChoose external names more predictably
2009-07-07 Ian LynaghRemove unused imports
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-30 simonpj@microsoft.comComments about injecting implicit bindings
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-07 simonpj@microsoft.comFix Trac #2386: exceesive trimming of data types with...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-05 simonpj@microsoft.comInject implicit bindings before the simplifier (Trac...
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-06 Simon Marlowwarning police
2007-10-16 simonpj@microsoft.comFix #1709: do not expose the worker for a loop-breaker
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
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-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-04-17 Simon MarlowRe-working of the breakpoint support
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyFixed two data family bugs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-05-17 simonpj@microsoft.comImprove pretty-printing
2006-04-07 Simon MarlowReorganisation of the source tree