ia64 tailcall fix
[ghc-hetmet.git] / compiler /
2007-03-21 simonpj@microsoft.comRemove bogus export from TcSplice.lhs-boot
2007-03-21 simonpj@microsoft.comWibble to GHCi part of TcRnDriver
2007-03-21 simonpj@microsoft.comYet another wibble to checkHiBootIface; it's trickier...
2007-03-21 simonpj@microsoft.comImprove pretty-printing for IfaceConDecl
2007-03-21 simonpj@microsoft.comRemove redundant exports from a hs-boot file
2007-03-20 simonpj@microsoft.comFurther wibbles to checkBootIface (fixed HEAD build)
2007-03-19 simonpj@microsoft.comUse explict layout (fixes breakage when compiling TcSim...
2007-03-17 Ian LynaghFix typo "lazy y x" -> "lazy y"
2007-03-16 simonpj@microsoft.comDesugar applications of 'seq' specially; fix Trac ...
2007-03-16 simonpj@microsoft.comImprove error messages for 'deriving' clauses
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-16 simonpj@microsoft.comComment out debug traces
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-03-14 simonpj@microsoft.comWibble to type-error-message improvement
2007-03-14 simonpj@microsoft.comImprove error messages slightly, saying "a1...an" inste...
2007-03-14 sven.panne@aedion.deUnbreak Haddock markup
2007-03-14 sven.panne@aedion.deFixed LaTeX markup
2007-03-14 simonpj@microsoft.comImprove typechecker error messages; see Trac #1221
2007-03-14 Brian AllietUpdate the wired-in name for Data.String.IsString
2007-01-23 Simon MarlowFix a bug in the liveness analysis
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-03-08 Simon Marlowrefactor: use do-notation rather than `thenBc`-style
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
2007-03-03 Ian LynaghUse Data.String rather than GHC.Base for IsString/fromS...
2007-03-01 Simon Marlowfurther improvements to the x86/x86_64 NCG
2007-03-01 Ian LynaghFix typo in primops docs
2007-03-01 simonpj@microsoft.comDo not go into an infinite loop when pretty-printer...
2007-03-01 Simon MarlowUse the most complex form of addressing modes on x86
2007-03-01 Simon Marlowis64BitInteger: truncate to 64 bits before testing
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-03-01 Simon Marlowsome more vectored return stuff to be removed
2007-02-28 Simon MarlowFix #839 (Generate documentation for built-in types...
2007-02-28 Simon MarlowFix #249 (-caf-all bugs)
2007-02-28 Simon Marlowuse -fforce-recomp when compiling Main.hs against the...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 simonpj@microsoft.comMake let-matching work in Rules again
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-27 Simon Marlowfix data con patch for 64-bit architectures
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-24 Manuel M T ChakravartyFix parsing of parallel array literals
2007-02-23 simonpj@microsoft.comTidy up typechecking for newtypes
2007-02-23 Pepe IborraWibble
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-22 Pepe IborraUnbreak HEAD
2007-01-11 Simon Marlowrefactoring only: remove unused code/imports
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-19 Pepe IborraRemoved unnecessary code
2007-02-21 simonpj@microsoft.comAllow GADT syntax for newtypes
2007-02-21 simonpj@microsoft.comImport trimming
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-21 simonpj@microsoft.comRemove dead code from FunDeps
2007-02-21 simonpj@microsoft.comFix a deriving bug, arising from recent refactoring
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-21 Simon MarlowMERGE from 6.6: Windows fix for stdcall foreign-import...
2007-02-21 simonpj@microsoft.comFix case-merge bug that was breaking the HEAD
2007-02-20 simonpj@microsoft.comFix obscure bug in reportDeprecations
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-16 Pepe IborraUniform user interface
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-14 Judah JacobsonFix left-bias in ghci tab-completion code
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-02-13 Pepe IborraModify the breakpoint desugaring to introduce more...
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 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
next