Adding pushing of hpc translation status through hi files.
[ghc-hetmet.git] / compiler / main /
2007-05-01 Tim ChevalierRemove references to -fticky-ticky flag
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-04-30 Simon Marlowdon't forget to enable ^C after a :cont or :step
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-29 Ian LynaghDon't enable the monomorphism warning by default
2007-04-27 Simon Marlowoutside of runStmt, if a breakpoint is hit then just...
2007-04-27 Simon MarlowBreakpoints: don't attempt to bind variables with unbox...
2007-04-26 Tim ChevalierAvoid segfault when ticky file argument is stderr
2007-04-26 Simon MarlowgetRdrNamesInScope: return interactively-bound names too
2007-04-26 Simon Marlowunused import
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon Marlowremember the type of _result
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Simon Marlowconvert type variables to TcTyVars, otherwise the typec...
2007-04-24 Simon MarlowDebuggerTys doesn't exist any more
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-24 Pepe IborraWe no longer instantiate tyvars to Unknown types in...
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-20 Simon Marlowremove a ToDo
2007-04-20 Simon Marlowexport SrcSpan & utils from GHC
2007-04-19 Simon MarlowGet the InteractiveContext right when stopped at a...
2007-04-19 Simon Marlowmore layering cleanup: BreakArray should come from GHC
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-18 Simon Marlowremove dead code
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-18 Simon Marlowadd module header
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-17 Simon Marlowremove the ITBL_SIZE constants which were wrong, but...
2007-04-16 Simon Marlowfix building with pre-6.4
2007-04-16 Ian LynaghChange tabs to spaces in string literals
2007-04-16 Simon MarlowMERGE: another attempt at a workaround for #1110 (Vista...
2007-04-16 Simon MarlowAdd missing special case for GHC.Prim
2007-04-14 wolfgang.thaller... make opt_HiVersion an Integer instead of Int to prevent...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-03-28 LemmihRefactoring in HscMain.lhs
2007-03-28 LemmihTypo in comment.
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-03-27 simonpj@microsoft.comAdd comments about the -include-prelude flag for ghc -M
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
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 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-20 Pepe IborraAdd obtainTerm1 to the GHC api
2007-01-19 Ian LynaghDon't start a GHC session before answering --version...
2007-01-16 Simon Marlowallow 'ghci -threaded' (fixes #1101)
2007-01-15 Ian LynaghGive -fwrapv to gcc when it supports it
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 Pepe IborraThis patch teaches ghci to announce that a module has...
2007-01-11 simonpj@microsoft.comComments only
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
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-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2006-12-20 Pepe IborraFix import lists
2006-12-19 Ian LynaghAdd HscTypes.hi-boot-6 so builds with older GHCs succeed
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-16 Ian LynaghMerge DynFlags changes 2006-12-17
2006-12-16 Ian LynaghFix the build
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraHandle breakpoint jumps while splicing TH functions...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraExtend the GHC API with breakpoints and breakpoint...
2006-12-10 Pepe IborraPlaying with closures
2006-12-09 andy@galois.comAdding tracing support
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-11-29 andy@galois.comTickBox representation change
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-22 simonpj@microsoft.comImprove recovery in hptRules
2006-11-21 Ian LynaghFix ":i Maybe", noticed by Claus Reinke
2006-11-20 Ian LynaghDon't force -static on mips
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comComments and layout only
2006-11-01 sof@galois.comimport Maybes wibble
2006-10-25 andy@galois.com6.4 compatiblity
next