ghc-hetmet.git
2011-03-29 Ian LynaghRenumber TH uniques
2011-03-28 Ian LynaghWhitespace only
2011-03-29 Simon Marlowfix typo (#5056)
2011-03-27 Ian LynaghAdd a script for library merging
2011-03-27 Ian Lynaghbindist comparison tool: Some logic improvements, and...
2011-03-26 Ian LynaghFix the build on Windows (disable hsc2hs --cross-safe)
2011-03-25 Ian LynaghBindist comparison tool: Recognise OS X .dylib files too
2011-03-25 Simon MarlowFix #4914 (I hope)
2011-03-25 Edward Z. YangIgnore comments when inlining.
2011-03-25 simonpj@microsoft.comFix typo in documentation (Trac #5035)
2011-03-22 Edward Z. YangSplit out "Raw Cmm" dump to its own flag -ddump-raw-cmm
2011-03-22 Edward Z. YangRednCounts can contain CAFs, so support them in cvtToCl...
2011-03-23 Edward Z. YangImmediately tag initialization code to prevent untagged...
2011-03-21 simonpj@microsoft.comFix Trac #5028: zap occ info when doing the binder...
2011-03-18 Simon MarlowpruneSparkQueue: handle CAFs
2011-03-23 Ian LynaghDocument new hsc2hs flags, and use the --cross-safe...
2011-03-22 Ian Lynaghbindist checker improvements
2011-03-21 Ian LynaghRename System.Event to GHC.Event
2011-03-21 Ian LynaghHack to get the compare tool to work on Windows "bindists"
2011-03-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2011-03-20 Max BolingbrokeFunctionalDependencies should imply MultiParamTypeClasses
2011-03-20 Ian LynaghChange how we compute install paths on cygwin
2011-03-17 Ian LynaghAdd unboxedTupleTName to templateHaskellNames
2011-03-16 Ian Lynaghbindist comparison tool: Improve way-difference behaviour
2011-03-16 Ian LynaghBindist comparison tool: add --ignore-size-changes...
2011-03-16 Ian LynaghBindist comparison tool: Handle differences in the...
2011-03-16 Ian LynaghDon't put includes/rts/Config.h in bindists twice
2011-03-16 Ian LynaghDon't put 2 copies of the RTS libraries in the bindists
2011-03-16 Ian LynaghMake include file paths a little prettier
2011-03-15 Ian LynaghInitial implementation of bindist comparison tool
2011-03-13 Ian LynaghStop explicitly asking for 10.5 support on OS X; fixes...
2011-03-13 Ian LynaghWrite the XCode version test differently
2011-03-11 Ian LynaghConsistently use <sect1> etc rather than <section>...
2011-02-19 Max BolingbrokeDrop dead core that was kept alive by RULES in CorePrep...
2010-10-27 Michal TerepetaOptimise comparisons against min/maxBound (ticket ...
2011-03-09 David TereiLLVM: Fix #4995, llvm mangler broken for large compiles
2011-03-07 Ian LynaghImprove the XCode version detection
2011-03-06 Edward Z. YangImpredicative polymorphism no longer deprecated.
2011-03-06 Ian LynaghFix doc formatting
2011-03-01 Sergei Trofimovichconfigure: amend sanity check
2011-03-01 Sergei Trofimovichconfigure: triplet: accept i486 CPU (and more), more...
2011-03-06 simonpj@microsoft.comDocument -fwarn-missing-import-lists
2011-03-05 Manuel M T... Completed the implementation of VECTORISE SCALAR
2011-03-05 Ian LynaghFix build, and improve ghc-cabal's errors
2011-03-05 Ian LynaghWhitespace only
2011-03-05 Ian LynaghSanity check values that we wrap in single quotes
2011-03-05 Ian LynaghAvoid some shell calls in the build system
2011-03-02 simonpj@microsoft.comMake -fno-enable-rewrite-rules work properly
2011-03-02 simonpj@microsoft.comComments only
2011-02-22 simonpj@microsoft.comRestore SPECIALISE INSTANCE pragmas
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-02-27 Ian LynaghImprove GHCi line numbers in errors
2011-02-26 Vivian McPhail:script file scripts in GHCi #1363
2011-02-25 Ian LynaghTurn off split objects on Darwin if XCode < 3.2 (#4013)
2011-02-08 Sergei Trofimovichlibffi: backport incorrect detection of selinux
2011-02-23 Ian LynaghGenerate the OS X installer from a bindist, rather...
2011-02-22 Ian LynaghUse -h rather than -soname; fixes dynlibs on Solaris...
2011-02-21 simonpj@microsoft.comFix another fundep error (fixes Trac #4969)
2011-02-18 Edward Z. YangNew codegen: GC calling convention must use registers.
2011-02-20 Manuel M T... Added a VECTORISE pragma
2011-02-19 Ian LynaghReenable object splitting on Darwin, now #4013 appears...
2011-02-19 Ian LynaghClarify the "object splitting" variable names
2011-02-14 gwright@antiope.comFix #4867 (updated; corrects address calculation)
2011-02-16 Max BolingbrokeScale columns in cost-centre-stack report to their...
2011-02-17 simonpj@microsoft.comChange typechecker-trace output slightly
2011-02-17 simonpj@microsoft.comComments only
2011-02-17 simonpj@microsoft.comFix Trac #4966
2011-02-17 simonpj@microsoft.comUse "on the spot" solving for fundeps
2011-02-15 simonpj@microsoft.comIncrease exprIsDupable threshold a bit
2011-02-15 simonpj@microsoft.comEnsure exprIsCheap/exprIsExpandable deal with Cast...
2011-02-15 simonpj@microsoft.comDo not treat absentError specially
2011-02-14 simonpj@microsoft.comFix exprIsDupable
2011-02-14 simonpj@microsoft.comBetter case-of-case transformation
2011-02-15 keller@.cse... Cleaned up Expr and Vectorise
2011-02-14 keller@.cse... Fixed two syntax errors
2011-02-14 keller@cse... Handling of recursive scalar functions in isScalarLam
2011-02-09 keller@cse... Added handling of non-recursive module global functions...
2011-02-02 keller@cse... (no commit message)
2011-02-02 keller@cse... Removed minor bug
2011-02-01 keller@cse... added handling of data constructors to vectLam
2011-02-14 Simon MarlowpruneSparkQueue: check for tagged pointers
2011-02-14 simonpj@microsoft.comFix Trac #4953: local let binders can have IdInfo with...
2011-02-14 simonpj@microsoft.comComments only
2011-02-13 David TereiLLVM: Huge improvement to mangler speed.
2011-02-11 Ian LynaghFix platform detection in bindists
2011-02-11 simonpj@microsoft.comNew plan: push unsolved wanteds inwards
2011-02-11 simonpj@microsoft.comRemove unnecessary import, plus white space
2011-02-11 simonpj@microsoft.comFix small but egregious error: using un-zonked constrai...
2011-02-11 simonpj@microsoft.commakeSolvedByInst is only called on wanteds
2011-02-10 Ian LynaghEnable DTrace on Solaris; based on a patch from Karel...
2011-02-10 Ian LynaghUse DTrace whenever it's available
2011-01-12 Karel Gardasreplace C++ comments with C comments (Solaris' DTrace...
2011-02-09 gwright@antiope.comFix #4867, ghci displays negative floats incorrectly
2011-02-01 Daniel PeeblesFix Array sizeof primops to use the correct offset...
2011-01-26 Daniel PeeblesAdd sizeof(Mutable)Array# primitives
2011-02-10 Simon Marlowfix TRY_ACQUIRE_LOCK on Windows.
2011-02-10 Simon Marlowconstant fold (a + N) - M and (a - N) + M
2011-02-08 Simon MarlowRecursively call cmmMachOpFold on divides that we turne...
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2011-02-09 Ian LynaghAllow TH brackets to contain things of any kind
next