Using RTS debug tracing support inside Hpc.c
[ghc-hetmet.git] / compiler /
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 simonpj@microsoft.comRefactor the simplifier's treatment of case expressions
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
2007-02-07 Pepe IborraType reconstruction/RTTI: improve handling of newtypes
2007-02-07 Pepe IborraOptimize dynamic breakpoints for speed
2007-02-07 simonpj@microsoft.comForce recompilation on all -ddump flags
2007-02-07 simonpj@microsoft.comForce recompilation with -ddump-minimal-imports
2007-02-07 simonpj@microsoft.comSpelling fix
2007-02-07 simonpj@microsoft.comFix bug in -ddump-minimal imports Trac #1025
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-06 simonpj@microsoft.comCheck for escape when unifying forall-types
2007-02-06 simonpj@microsoft.comRename local variable (no semantic effect)
2007-02-06 simonpj@microsoft.comComments and debug output
2007-02-06 simonpj@microsoft.comImprove rule-matching for let expressions
2007-02-06 simonpj@microsoft.comDo more wild-carding in SpecConstr; I'm not quite sure...
2007-02-06 simonpj@microsoft.comFix a small bug when comparing patterns for equality
2007-02-06 simonpj@microsoft.comExpose rnInScopeSet from VarEnv
2007-02-05 Ian LynaghFix syntax error
2007-02-05 simonpj@microsoft.comImplement the PushT rule from the FC paper
2007-02-05 simonpj@microsoft.comImprove handling of partial applications involving...
2007-02-05 simonpj@microsoft.comFloat casts out of lambdas
2007-02-05 simonpj@microsoft.comUse exprIsCheap in floating, just as the simplifier...
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2007-02-05 simonpj@microsoft.comImprove simplification of coercions
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-19 mrchebas@gmail.comx86: disable assertion that conditionals are not on...
2007-01-19 mrchebas@gmail.comsmall debugging output cleanup
2007-01-19 mrchebas@gmail.comdon't make jump tables for small switches (<= 4 branches)
2007-01-19 mrchebas@gmail.comSmall optimisation for comparisons
2007-02-04 lennart@augustsson.netExport a function to grab the local environment as... 2007-02-05
2007-02-04 lennart@augustsson.netExport nameEnvUniqueElts, similar to nameEnvElts, but...
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-02 simonpj@microsoft.comLook through Notes when generating and matching RULES
2007-02-04 lennart@augustsson.netFix a comment typo.
2007-02-04 lennart@augustsson.netFix a typo.
2007-02-02 simonpj@microsoft.comComments only
2007-02-02 simonpj@microsoft.comFix a pair of classic, but tricky, bugs in the type...
2007-02-02 simonpj@microsoft.comOne more wibble to FloatOut, fixes HEAD breakage (I...
2007-02-02 simonpj@microsoft.comDon't dump floated bindings just outside a lambda
2007-02-02 simonpj@microsoft.comReset the demand info on bindings going to top level...
2007-02-02 simonpj@microsoft.comRecord arity of the worker, to maintain consistency...
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-02-02 Pepe IborraRefactoring of DsBreakpoint.hs
2007-02-02 Pepe IborraFix imports
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2007-01-31 simonpj@microsoft.comSlight refactoring for overloaded strings
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2007-01-29 Kirsten ChevalierTwo new warnings: arity differing from demand type...
2007-01-31 Pepe IborraBugFix: do not insert breakpoints around expressions...
2007-01-30 simonpj@microsoft.comFix Trac #1122; spot absence of TyCon in data/newtype...
2007-01-30 Simon MarlowFix for #936
2007-01-25 simonpj@microsoft.comComments and layout only
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-21 Pepe IborraImprove presentation of :print output
2007-01-21 Pepe IborraComments only
2007-01-21 Pepe IborraRefactoring of Debugger.hs
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-20 Pepe IborraAdd obtainTerm1 to the GHC api
2007-01-07 Pepe IborraReorganizing my mess a bit
2007-01-19 Ian LynaghDon't start a GHC session before answering --version...
2007-01-17 mrchebas@gmail.comprettifying Cmm: print MachOps as identifiers by replac...
2007-01-17 mrchebas@gmail.comprettifying Cmm a bit: convert (x + (-N)) to (x - N)
2007-01-16 Simon MarlowRemove special lambda unicode character, it didn't...
2007-01-16 Simon Marlowallow 'ghci -threaded' (fixes #1101)
2007-01-15 Ian LynaghGive -fwrapv to gcc when it supports it
2007-01-14 Pepe IborraAdd TcGadt to package.conf
2007-01-14 Pepe IborraAdd a header for GhciMonad.hs
2007-01-12 Pepe IborraRemove a false assertion
2007-01-11 Pepe IborraToo agressive breakpoint coalescing politics
2007-01-13 simonpj@microsoft.comFix an obscure bug in rule-matching
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-11 Kirsten ChevalierRemove bogus assertion in getCallMethod
2007-01-11 Pepe IborraAn object code module in ghci is not and cannot be...
2007-01-11 Pepe IborraComments only
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 Pepe Iborra:cd is a top level only command, that is, not allowed...
2007-01-11 simonpj@microsoft.comWibble
2007-01-11 simonpj@microsoft.comSlightly improve -ddump-hi-diffs output
2007-01-11 simonpj@microsoft.comAvoid duplicate defns of 'main' in module Main
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 simonpj@microsoft.comComments
2007-01-10 simonpj@microsoft.comCorrect spelling
2007-01-10 simonpj@microsoft.comSort rules and instances lexicographically in interface...
2007-01-11 Pepe IborraThis patch teaches ghci to announce that a module has...
2007-01-11 Pepe IborraFix some text in the GHCi help message that was going...
2007-01-11 Pepe IborraComments only
2007-01-11 simonpj@microsoft.comComments only
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comAdd comments about invariants
2007-01-11 simonpj@microsoft.comComments
2007-01-11 simonpj@microsoft.comComments
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-11 simonpj@microsoft.comLog message for: Fix a nasty recursive loop in typechec...
2007-01-11 simonpj@microsoft.comLog-message for: Improve command-line parser (add OptIn...
2007-01-11 simonpj@microsoft.comImprove command-line parser (add OptIntSuffix); make...
2007-01-11 simonpj@microsoft.comRemove redundant import
2007-01-11 simonpj@microsoft.comAdd comments (AT-related)
2007-01-11 simonpj@microsoft.comSpelling correction only
next