ghc-hetmet.git
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... Don't try and coalesce nodes with themselves
2007-09-11 Ben.Lippmeier... Try and allocate vregs spilled/reloaded from some slot...
2007-09-11 Ben.Lippmeier... Better handling of live range joins via spill slots...
2007-09-10 Ben.Lippmeier... Make sure to coalesce all the nodes found during iterat...
2007-09-07 Ben.Lippmeier... 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 IborraDocumentation for -fbreak-on-error
2007-09-11 Pepe IborraGHCi debugger: new flag -fbreak-on-error
2007-09-07 Pepe IborraRemove obsolete -fdebugging flag
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-11 sven.panne... Synched documentation links with current directory...
2007-09-10 Ian LynaghAdd a BeConservative setting to the make system
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-07 Ian LynaghAdd some more bits to the boring file
2007-09-07 Ian LynaghAdd a --names-only flag for list --simple-output
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-10 Manuel M T... Cleaned up version of Tom's unflattened skolemOccurs
2007-09-10 sven.panne... The RTS is Haddock-less, tell make about it
2007-09-09 sven.panne... Include package documentation, n-th attempt...
2007-09-09 sven.panne... Yet another attempt to get the paths for the installed...
2007-09-09 sven.panne... Add a "show" target here, too, quite useful for debuggi...
2007-09-09 sven.panne... Never try to build Haddock docs in ghc/compiler, even...
2007-09-09 sven.panne... Removed install-dirs target, it is unnecessary and...
2007-09-09 sven.panne... Removed install-dirs from phony targets, it is unused
2007-09-08 Ian LynaghAdd a crucial missing ;
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... We seem to use Outputable unconditionally these days
2007-09-08 sven.panne... Removed setting of default values for variables which...
2007-09-08 sven.panne... Use := for PACKAGE_TARNAME, no reason for not doing so
2007-09-08 sven.panne... Removed unused oldincludedir, things are already compli...
2007-09-08 sven.panne... Added comment about GNU coding standards/autoconf history
2007-09-08 andy@galois.comFixing Hpc's Finite Map compat lib for ghc 6.2.1
2007-09-08 andy@galois.comupdating hpc toolkit
2007-09-07 andy@galois.comFixing hpc to allow use of hash function to seperate...
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 Ian LynaghDon't put directories for unbuildable libraries in...
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 Manuel M T... Made TcTyFuns warning clean
2007-09-06 Tom Schrijversfix for Simple9
2007-09-07 Manuel M T... Improved error messages for higher-rank equality contexts
2007-09-07 Manuel M T... FIX: 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-07 Ian LynaghRejig boot
2007-09-07 Ian LynaghFix publishing
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 Duncan CouttsUpdates to work with latest cabal.
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-06 judah.jacobson... Make installPackage install settings from the [package...
2007-09-06 Ian LynaghWibble some variable definitions to fix installation...
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-09-06 Ben.Lippmeier... Cure space leak in coloring register allocator
2007-09-06 Ben.Lippmeier... Small improvement to GraphColor.selectColor
2007-09-06 Ian LynaghSet GhcBootLibs=YES in mk/validate-settings.mk
2007-09-05 Ian LynaghQuote all the arguments to installPackage
2007-09-06 Pepe Iborrawarning police
2007-09-06 Manuel M T... Cleanup of equality rewriting and no swapInsts for...
2007-09-06 Manuel M T... Remove EqInsts from addSCs to avoid -DDEBUG warnings
2007-09-06 Manuel M T... EqInst related clean up
2007-09-06 Manuel M T... Remove dead code in TcSimplify
2007-09-06 Manuel M T... Fix -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... Improve GraphColor.colorScan
2007-09-06 Roman LeshchinskiyFix OS X warnings
2007-09-06 Roman LeshchinskiyDeclare ctime_r on Mac OS
2007-09-05 Manuel M T... FIX #1651: use family instances during interactive...
2007-09-05 Ian LynaghAdd an OPTIONS -w pragma to utils/genprimopcode/Lexer.xx
2007-09-05 Ian LynaghBuild settings for validation are now in mk/validate...
2007-09-05 Ian LynaghDon't give warnings in compat
2007-09-05 Ian LynaghTypo
2007-09-05 Ian LynaghFix bindist creation on Windows
2007-09-05 Ian LynaghFix up bindist creation and publishing
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-08-29 simonpj@microsoft.comFurther documentation about mdo, suggested by Benjamin...
2007-09-05 Ben.Lippmeier... 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
next