add missing %ENTRY_CODE()
[ghc-hetmet.git] / compiler /
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
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.
next