Minor refactoring: give an explicit name to the pretty-printing function for TyThing...
[ghc-hetmet.git] / compiler /
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-12 Pepe IborraBetter modelling of newtypes in the Term datatype
2007-09-12 Pepe IborraGHCi debugger: Added a -fprint-evld-with-show flag
2007-09-12 Simon Marlowmove generic graph-colouring code into util
2007-09-12 Norman Ramseyremove remaining redundancies from ZipCfgCmmRep
2007-09-12 v.dijk.bas@gmail.comForgot to import Data.List.find
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-12 Clemens FruhwirthClean ups for multi-way building of the GHC package
2007-09-12 Norman Ramseychange the zipper representation of calls
2007-09-12 Norman Ramseymake it easier to have debugging code typechecked even...
2007-09-12 Norman Ramseyfix a typo!
2007-09-12 Norman Ramseycleaned up all warnings (and added many type signatures...
2007-09-12 Norman Ramseyoverlooked ZipCfgExtras for a name change
2007-09-12 Norman Ramseyextra prettyprinting only when debugging
2007-09-11 Norman Ramseyrenaming, reorganizing, and better doco for ZipCfg
2007-09-12 Simon Marlowesacpe backslashes in the filename in the .rc file
2007-08-31 Clemens FruhwirthRemove --export-all-symbols for DLL linking, it is...
2007-09-12 Clemens FruhwirthSign extension hack to work around PC64 relocation...
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
2007-09-12 Simon Marlowupdate .hi-boot-6 to track .lhs-boot
2007-09-12 Simon Marlowupdate to track .lhs-boot file
2007-09-11 Pepe IborraRefactoring & documenting the Term pprinter used by...
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Ben.Lippmeier@anu... Try and rewrite reloads to reg-reg moves in the spill...
2007-09-12 Manuel M T ChakravartyFix type error in MkZipCfg
2007-09-11 Norman Ramseyscrape some unused barnacles off of ZipCfg and put...
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-11 Norman Ramseycorrect two single-identifier bugs that stopped the...
2007-09-11 Norman Ramseydefault ppr method for CmmGraph now tells more about...
2007-09-11 Norman Ramseyprettyprint 'hinted' things in a more readable way
2007-09-11 Norman Ramseycheck for unreachable code only with -DDEBUG
2007-09-11 Norman Ramseyadd a big diagnostic for failures in CmmCvt.toZgraph
2007-09-11 Ben.Lippmeier@anu... Don't try and coalesce nodes with themselves
2007-09-11 Ben.Lippmeier@anu... Try and allocate vregs spilled/reloaded from some slot...
2007-09-11 Ben.Lippmeier@anu... Better handling of live range joins via spill slots...
2007-09-10 Ben.Lippmeier@anu... Make sure to coalesce all the nodes found during iterat...
2007-09-07 Ben.Lippmeier@anu... Add iterative coalescing to graph coloring allocator
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-09-11 Pepe IborraFix type signatures
2007-09-11 Pepe IborraGHCi debugger: new flag -fbreak-on-error
2007-09-10 Simon Marlowrefactoring: eliminate DriverPipeline.CompResult and...
2007-09-10 Simon Marlowrefactoring: inline hscMkCompiler
2007-09-11 Simon MarlowFIX #1677; poor error message for misspelled module...
2007-09-10 Pepe IborraNicer GHCi debugger underlining
2007-09-10 Pepe IborraFIX #1669 (GHCi debugger underlining is in the wrong...
2007-09-10 Ian LynaghTurn off orphan warnings
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-10 Manuel M T ChakravartyCleaned up version of Tom's unflattened skolemOccurs
2007-09-09 sven.panne@aedion.deNever try to build Haddock docs in ghc/compiler, even...
2007-09-08 Norman Ramseyimplement the outOfLine primitive in MkZipCfg (proposed...
2007-09-07 Norman RamseywithUnique and mkBlock as requested by SLPJ (but only...
2007-09-07 Norman Ramseyno registers are available after a call
2007-09-07 Norman Ramseywrote an analysis to help in sinking Reload instructions
2007-09-08 sven.panne@aedion.deWe seem to use Outputable unconditionally these days
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Ian LynaghFix assertions in RtClosureInspect
2007-09-07 Ian LynaghIn ASSERT and friends, use all the expressions we are...
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 Manuel M T ChakravartyMade TcTyFuns warning clean
2007-09-06 Tom Schrijversfix for Simple9
2007-09-07 Manuel M T ChakravartyImproved error messages for higher-rank equality contexts
2007-09-07 Manuel M T ChakravartyFIX: Type families test Simple14
2007-09-07 Norman Ramseyrefactor duplicated code in main/HscMain
2007-09-07 Norman Ramseyin CmmExpr, always have (Show GlobalReg), regardless...
2007-09-06 Ian LynaghFix building with old compilers which don't understand...
2007-09-07 simonpj@microsoft.comTiny optimisation/simplification to FunDeps.grow
2007-09-07 simonpj@microsoft.comWarning police
2007-09-07 simonpj@microsoft.comAdd clarifying comments
2007-09-06 simonpj@microsoft.comFix zonking in mkExports
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality
2007-09-06 Ian LynaghSet do_bold based on $TERM, not platform
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-09-06 Ben.Lippmeier@anu... Cure space leak in coloring register allocator
2007-09-06 Ben.Lippmeier@anu... Small improvement to GraphColor.selectColor
2007-09-06 Pepe Iborrawarning police
2007-09-06 Manuel M T ChakravartyCleanup of equality rewriting and no swapInsts for...
2007-09-06 Manuel M T ChakravartyRemove EqInsts from addSCs to avoid -DDEBUG warnings
2007-09-06 Manuel M T ChakravartyEqInst related clean up
2007-09-06 Manuel M T ChakravartyRemove dead code in TcSimplify
2007-09-06 Manuel M T ChakravartyFix -DDEBUG warning
2007-09-05 Tom Schrijversalso swap for variables in completion algorithm
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 Simon Marlowfix error in .hi-boot-6
2007-09-05 Ben.Lippmeier@anu... Improve GraphColor.colorScan
2007-09-05 Manuel M T ChakravartyFIX #1651: use family instances during interactive...
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-05 Norman Ramseyenable and slay warnings in cmm/Cmm.hs
2007-09-05 Simon Marlowfix warnings
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Simon Marlowdon't generate .hi-boot/.o-boot files in GHCi
2007-09-04 Simon Marlowrefactoring only
2007-09-04 Simon Marlowcompletion for modules in 'import M'
2007-09-05 Ben.Lippmeier@anu... warning police
2007-09-03 Ben.Lippmeier@anu... Do conservative coalescing in register allocator
2007-09-04 Tom Schrijversbug fix in Decomp step of completion algorithm for...
2007-09-04 Tom Schrijversfix of wanted equational class context
next