If we get an unknown or unimplemented opcode, say what it is
[ghc-hetmet.git] / compiler /
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-09-07 Simon Marlowurk, the dependencies added in the last commit don...
2006-09-07 simonpj@microsoft.comComments only
2006-09-07 simonpj@microsoft.comFix bug in error message
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-09-06 simonpj@microsoft.comPattern-match warning police
2006-09-06 simonpj@microsoft.comImprove error reporting for SigTvs, and add comments
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-09-06 simonpj@microsoft.comMake record selection look cheap
2006-09-06 Simon Marlow-threaded and -prof do not currently work together
2006-09-05 simonpj@microsoft.comFix dependency analysis (notably bindInstsOfLocalFuns...
2006-09-04 simonpj@microsoft.comRefactoring for derived Read
2006-09-04 simonpj@microsoft.comEnable bang-patterns only when the flag says so (had...
2006-09-04 simonpj@microsoft.comImprove pretty-printing for HsExpr
2006-09-03 Ian LynaghRemove a tab causing ghci's :? alignment to go wrong
2006-09-01 simonpj@microsoft.com-fglasgow-exts no longer implies -fbang-patterns
2006-08-29 Simon MarlowDon't trust "ln -sf" to do the right thing (it doesn...
2006-08-29 Simon Marlowdon't include .depend (attempt to fix Windows stage2...
2006-08-25 Simon MarlowLoad the target of a dynamic foreign call into a temporary
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-25 Roman LeshchinskiyAdd a default case to pprDynamicLinkerAsmLabel
2006-08-25 Roman LeshchinskiyMake sure GCC uses the Sparc V9 instruction set
2006-08-25 Simon Marlowadd dependency on regex-compat
2006-08-23 Esa Ilari VuokkoAdd dynCompileExpr
2006-08-24 Ian LynaghRemove a reference to -fglobalise-toplev-names that...
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-08-23 Simon MarlowIn the Compiling/Skipping message, print ModuleNames...
2006-08-22 Simon MarlowFastString and StringBuffer need -funbox-strict-fields too
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-22 Simon MarlowfindModule: add a fallthrough error case
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-21 Simon MarlowAlways use -funbox-strict-fields for Binary
2006-08-21 Simon Marlowdisable automagic building of GHCi in stage1
2006-08-21 Simon Marlowremove ancient file with incorrect information
2006-08-21 Simon Marlowugly hack to cause ghc_boot_platform.h to be built...
2006-08-21 Simon Marlowfix export/import list parsing (allow (,)), and remove...
2006-08-21 Simon Marlowcomply with Haskell 98 by not allowing extra commas...
2006-08-19 Ross Patersonremove spurious commas in imports
2006-08-18 simonpj@microsoft.comI don't thing we want to add a call-context here; it...
2006-08-18 simonpj@microsoft.comAvoid duplicate "In type ..." in error messages
2006-08-18 simonpj@microsoft.comBetter pretty-printing for TvSubst
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-17 simonpj@microsoft.comOne last hs-boot update
2006-08-17 simonpj@microsoft.comMissing import for stage 2
2006-08-17 simonpj@microsoft.comOne more hs-boot file
2006-08-17 simonpj@microsoft.comRefactoring for valid rule checking
2006-08-17 simonpj@microsoft.comDo not CSE in INLINE and NOINLINE things
2006-08-17 simonpj@microsoft.comUpdate lhs-boot files
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-08-16 simonpj@microsoft.comGet dead-ness right in knownCon
2006-08-16 simonpj@microsoft.comTuning for argToPat
2006-08-16 simonpj@microsoft.comRe-factor mkAtomicArgs and completeNonRecX
2006-08-16 simonpj@microsoft.comAnother try at the continuation-swapping stuff
2006-08-16 simonpj@microsoft.comDon't build unnecessary lets in knownCon
2006-08-16 simonpj@microsoft.comComments only
2006-08-16 simonpj@microsoft.comRefactoring, plus record recursive-function *components...
2006-08-16 simonpj@microsoft.comRecord constructor arg occs correctly (bug-fix)
2006-08-16 simonpj@microsoft.comDisable form-checking for rule LHSs
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-08-15 simonpj@microsoft.comReject derivable type classes with higher-rank methods
2006-08-15 simonpj@microsoft.comSpecConstr now specialises on constants and lambdas
2006-08-15 simonpj@microsoft.comFix two bugs in rule-matching
2006-08-15 simonpj@microsoft.comMoving list-length code from one place in the file...
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-08-15 simonpj@microsoft.comTypo in patch that dealt with duplicating continuations...
2006-08-14 simonpj@microsoft.comBe more conservative about duplicating continuations
2006-08-14 simonpj@microsoft.comInline into tail-called constructor args
2006-08-14 simonpj@microsoft.comImprove exprIsCheap
2006-08-14 simonpj@microsoft.comImprove error message in TcHsType
2006-08-11 sven.panne@aedion.deWarning police: Removed overlapped pattern warnings
2006-08-11 simonpj@microsoft.comComplete -fmono-pat-binds patch
2006-08-11 sven.panne@aedion.deAvoid warning about overlapped pattern for Linux target
2006-08-11 simonpj@microsoft.comImprove error message layouts
2006-08-11 simonpj@microsoft.comAdd type signature
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-08-11 Simon MarlowOn FreeBSD, use -lthr instead of -pthread for now ...
2006-08-11 simonpj@microsoft.comTwo more error message indendations
2006-08-11 simonpj@microsoft.comGo back to calling type veriables t
2006-08-11 simonpj@microsoft.comIndent an error message
2006-08-11 simonpj@microsoft.comImprove error message (imported from Prelude at Implici...
2006-08-11 Simon Marlowdon't qualify module name for importedSrcLoc
2006-08-11 Simon Marlowuse "Defined in" rather than "Imported from" when print...
2006-08-10 sven.panne@aedion.deNuked hschooks.h in favour of cutils.h, which has the...
2006-08-10 simonpj@microsoft.comAdd an IAmDead case to postInlineUnconditionally, and...
2006-08-10 simonpj@microsoft.comDo not repeatedly simplify an argument more than once
2006-08-10 simonpj@microsoft.comDo not call preInlineUnconditionally in simplNonRecX
2006-08-10 simonpj@microsoft.comMake postInlineUnconditaionally more conservative
2006-08-10 simonpj@microsoft.comEgregious bug in tcLHsConResTy
2006-08-10 simonpj@microsoft.comComments about improvements to SpecConstr
2006-08-09 Esa Ilari VuokkoRemove HasBounds-instance and implement MArray.getBound...
2006-08-09 Esa Ilari VuokkoFix Array imports
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-08-09 Simon Marlowadd some more options to stage 2
2006-08-09 Simon Marlowremove debugging code accidentally left in
2006-08-09 Simon Marlowonly define GHCI if $(GhcWithInterpreter)=YES, also...
2006-08-09 Simon MarlowRemove old FFI syntax
2006-08-08 simonpj@microsoft.comMore fixes to pre-matching and pre-subsumption
2006-08-08 simonpj@microsoft.comGroup exports so that all length functions are together...
2006-08-08 simonpj@microsoft.comCheck that lazy patterns are for lifted types
next