ghc-hetmet.git
2006-11-23 simonpj@microsoft.comSimplify TcSimplify, by removing Free
2006-11-23 Simon Marlowfix failing assertion
2006-11-22 simonpj@microsoft.comImprove recovery in hptRules
2006-11-22 simonpj@microsoft.comRefactoring of where tcSimplifyTop happens
2006-11-22 simonpj@microsoft.comRetain simplifications of implication constraints
2006-11-22 simonpj@microsoft.comImprove error messages slightly
2006-11-22 Simon Marlowrefactor code for memInventory()
2006-11-22 Simon MarlowallocatePinned(): fix n_large_blocks count after alloca...
2006-11-22 Simon Marlowfix bug in memInventory() giving false memory leak...
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-21 Simon Marlowsmall fix to DEBUG case in coalesce/freeGroup patch
2006-11-21 Simon Marlowoptimisation to freeGroup() to avoid an O(N^2) pathalog...
2006-11-21 Ian LynaghFix ":i Maybe", noticed by Claus Reinke
2006-11-21 Simon Marlowput the unsafeCoerce trace inside DEBUG, to avoid test...
2006-11-21 wolfgang.thaller... Fix printf$LDBLStub workaround for Darwin
2006-11-20 wolfgang.thaller... Mac OS X mangler: follow some minor gcc changes
2006-11-20 Ian LynaghAdd ppr for the MKPAP case, and rearrange the other...
2006-11-20 Ian LynaghAvoid problems with unaligned loads on alpha/mips/mipse...
2006-11-20 Simon Marlowreorganise PAPI configuration: off by default, even...
2006-11-09 mrchebas@gmail.comNo special Papi measurements taken by default
2006-11-20 Simon Marlowwhitespace
2006-11-09 mrchebas@gmail.comCosmetic improvements, no change in Papi functionality.
2006-11-20 Simon Marlowbetter error messages when PAPI_library_init() fails
2006-11-20 Simon Marlowalter PAPI help message slightly
2006-11-09 'Alexey RodriguezAdded configure gadgets to detect Papi, and fixed build...
2006-11-09 mrchebas@gmail.comSelection of PAPI events via RTS command line
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-11-20 Ian LynaghDon't force -static on mips
2006-11-20 Ian LynaghDon't make ghc threaded if GhcNotThreaded is YES
2006-11-20 Ian LynaghCope with big endian float word order on little endian...
2006-11-17 sof@galois.comEmit .bat versions of -inplace scripts on Windows platf...
2006-11-17 sof@galois.comEmit .bat version of -inplace script on Windows platforms
2006-11-15 Simon Marlowrestore compilation with 5.04
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-07 Simon Marlowmove newSpark() prototype to RtsExternal.h to avoid...
2006-10-16 sof@galois.commark stop event handle as invalid once closed, making...
2006-11-14 Simon Marlowsimplify the generated C a little by removing some...
2006-11-14 Simon Marlowfix types in generated C for comparison MachOps
2006-11-14 Ian LynaghRemove unused Name imort, and add a comment explaining...
2006-11-14 Ian LynaghDocument new -L RTS flag
2006-11-14 Ian LynaghBe compatible with older C standards
2006-09-29 Ravi Nanavatihp2ps_config_mk
2006-09-29 Ravi Nanavatihp_slash_fix
2006-09-29 Ravi Nanavatirts_ccs_length
2006-09-29 Ravi Nanavatimultipage_hp2ps
2006-11-14 Simon MarlowFix (yet another) odd interaction between selector...
2006-11-13 simonpj@microsoft.comAdd literal-shift rewrite rules
2006-11-13 simonpj@microsoft.comFixups to PelRules (esp using intResult, wordResult)
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
2006-11-09 claus.reinke... find fop.sh
2006-11-08 Samuel BronsonDoc nit in OccName
2006-11-10 Ian LynaghRemove STANDALONE_PACKAGE bits that had escaped the...
2006-11-10 sven.panne... Make StablePtr and friends visible, this seems to be...
2006-11-10 sven.panne... Make all needed prototypes visible to avoid warnings
2006-11-10 sven.panne... Added a comment about se.info.type being used uninitialized
2006-11-10 sven.panne... Added a workaround for format specifier mismatch
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-10 simonpj@microsoft.comCosmetics and debug printing only
2006-11-10 simonpj@microsoft.comCosmetics only
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-11-10 simonpj@microsoft.comComments and cosmetics only
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-11-10 simonpj@microsoft.comTrim imports
2006-11-10 simonpj@microsoft.comPatch to demand analyser, to handle polymorphism in...
2006-11-08 simonpj@microsoft.comDo not print HsDoc field when pretty-printing patterns...
2006-11-09 Simon Marlowuse the right $(HC) for stage 3
2006-11-09 Simon Marlowremove unused STANDALONE_PACKAGE stuff
2006-11-08 Simon Marlowupdate flag settings after files were relocated
2006-11-07 simonpj@microsoft.comComment out deeply suspicious (and unused) function...
2006-11-07 simonpj@microsoft.comLayout and comments only
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-10-24 Ian LynaghRemove pre-5.04 code
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-02 simonpj@microsoft.comComments and layout only
2006-11-01 sof@galois.comimport Maybes wibble
2006-11-01 sof@galois.comadd a few #includes to make it compile
2006-11-01 simonpj@microsoft.comTrim imports
2006-11-01 simonpj@microsoft.comDefault the kind of unconstrained meta-type variables...
2006-11-01 simonpj@microsoft.comComments and layout only
2006-11-01 simonpj@microsoft.comMinor refactoring
2006-11-01 simonpj@microsoft.comRemove unused import
2006-11-01 simonpj@microsoft.comComments only
2006-11-01 simonpj@microsoft.comMake idInfo fail more informatively on TyVars
2006-11-01 simonpj@microsoft.comImprove error message (push to 6.6 branch)
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-11-01 simonpj@microsoft.comFix a long-standing but obscure bug in worker-wrapper...
2006-10-30 simonpj@microsoft.comMove --help, --version etc to 4.4 (modes) because that...
2006-10-27 Simon Marlowremove the *.raw files
2006-10-27 Simon Marlowimprove the diagnostic generated by memInventory()...
2006-10-27 Simon Marlowcount mut-list bytes, not words
2006-10-27 Simon Marlowfix calculation of GC Work for 6.6+
next