ghc-hetmet.git
2006-12-05 Simon Marlowadd Windows-specific GHCi information, and a FAQ about...
2006-12-05 Simon Marlowupdate the question about concurrent threads & GHCi
2006-12-04 Simon Marlowfix Windows GHCi
2006-12-03 Ian LynaghMERGE: In hashExpr, use Word32 rather than relying...
2006-12-03 sven.panne... Fixed and simplified repository calculation, works...
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon MarlowRemove the Windows Async IO Manager completely in THREA...
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-12-01 simonpj@microsoft.comq
2006-11-21 Simon Marlowcas(): modify assembly syntax to make it work everywher...
2006-11-17 Simon Marlowuse "lock cmpxchg" instead of "lock/cmpxchg"
2006-10-09 Ian LynaghUpdate library version numbers in release notes
2006-10-06 Simon MarlowFix _module_registered bug for sparc linux.
2006-11-29 simonpj@microsoft.comRemove trace
2006-11-29 simonpj@microsoft.comRemove bogus comment
2006-11-29 simonpj@microsoft.comTeach SpecConstr how to handle mutually-recursive functions
2006-11-29 simonpj@microsoft.comImprove the loop-breaking heuristics
2006-11-29 simonpj@microsoft.comComments only
2006-11-29 simonpj@microsoft.comMake SpecConstr work right for nullary constructors
2006-11-29 wolfgang.thaller... x86_64 NCG: fix register usage for CALLs
2006-11-29 sof@galois.comAdd Win32/configure.ac to the mix
2006-11-29 andy@galois.comTickBox representation change
2006-11-01 andy@galois.comFixing Alts to reflect Alternatives, rather than every...
2006-11-29 Simon Marlowfix to isNormalComment for non-Haddock mode, and some...
2006-11-28 Ian LynaghMake the non-threaded-RTS threadDelay wait at least...
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-27 wolfgang.thaller... Initial support for x86_64-darwin
2006-11-24 wolfgang.thaller... Support I64->I32 casts in the NCG, and use them for...
2006-11-24 wolfgang.thaller... NCG: Really avoid the need for memory-to-memory moves...
2006-11-20 wolfgang.thaller... i386-darwin: disable use of code stubs for dynamic...
2006-10-22 wolfgang.thaller... Support RelocatableReadOnlyData section type in CmmPars...
2006-10-22 wolfgang.thaller... Cast switch scrutinees to W_ in AutoApply.cmm
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-25 Ian LynaghChange a comma to a colon
2006-11-05 Lennart Kolmodinghc-pkg: New command 'check' and made 'list' indicate...
2006-11-24 simonpj@microsoft.comFix constraint handling for lazy patterns
2006-11-24 sven.panne... Warning police: Removed unused variable
2006-11-24 Simon Marlowsmall stats fix
2006-11-24 simonpj@microsoft.comMake SpecConstr more aggressive, by neglecting reboxing
2006-11-24 simonpj@microsoft.comDrop redundant parens in pretty-printing
2006-11-24 simonpj@microsoft.comImprove handling of implicit parameters
2006-11-24 simonpj@microsoft.comFix name-capture bug in rule matching
2006-11-24 simonpj@microsoft.comImprove hashing of expressions
2006-11-24 simonpj@microsoft.comUse existing Ord instance on Int, saving code
2006-11-24 simonpj@microsoft.comUse existing function uniqAway instead of duplicating...
2006-11-24 simonpj@microsoft.comGather constraints in program order
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...
next