2011-03-29 |
Ian Lynagh | Renumber TH uniques |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Ian Lynagh | Whitespace only |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Simon Marlow | fix typo (#5056) |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Ian Lynagh | Add a script for library merging |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Ian Lynagh | bindist comparison tool: Some logic improvements, and... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Ian Lynagh | Fix the build on Windows (disable hsc2hs --cross-safe) |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Ian Lynagh | Bindist comparison tool: Recognise OS X .dylib files too |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Simon Marlow | Fix #4914 (I hope) |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Edward Z. Yang | Ignore comments when inlining. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
simonpj@microsoft.com | Fix typo in documentation (Trac #5035) |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Edward Z. Yang | Split out "Raw Cmm" dump to its own flag -ddump-raw-cmm |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Edward Z. Yang | RednCounts can contain CAFs, so support them in cvtToCl... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Edward Z. Yang | Immediately tag initialization code to prevent untagged... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
simonpj@microsoft.com | Fix Trac #5028: zap occ info when doing the binder... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Simon Marlow | pruneSparkQueue: handle CAFs |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ian Lynagh | Document new hsc2hs flags, and use the --cross-safe... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ian Lynagh | bindist checker improvements |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ian Lynagh | Rename System.Event to GHC.Event |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ian Lynagh | Hack to get the compare tool to work on Windows "bindists" |
commit | commitdiff | tree | snapshot |
2011-03-09 |
William Knop | Don't use read_only_relocs on darwin x86-64; fixes... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Max Bolingbroke | FunctionalDependencies should imply MultiParamTypeClasses |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Ian Lynagh | Change how we compute install paths on cygwin |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Ian Lynagh | Add unboxedTupleTName to templateHaskellNames |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ian Lynagh | bindist comparison tool: Improve way-difference behaviour |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ian Lynagh | Bindist comparison tool: add --ignore-size-changes... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ian Lynagh | Bindist comparison tool: Handle differences in the... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ian Lynagh | Don't put includes/rts/Config.h in bindists twice |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ian Lynagh | Don't put 2 copies of the RTS libraries in the bindists |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ian Lynagh | Make include file paths a little prettier |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Ian Lynagh | Initial implementation of bindist comparison tool |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Ian Lynagh | Stop explicitly asking for 10.5 support on OS X; fixes... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Ian Lynagh | Write the XCode version test differently |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Ian Lynagh | Consistently use <sect1> etc rather than <section>... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Max Bolingbroke | Drop dead core that was kept alive by RULES in CorePrep... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Michal Terepeta | Optimise comparisons against min/maxBound (ticket ... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
David Terei | LLVM: Fix #4995, llvm mangler broken for large compiles |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Ian Lynagh | Improve the XCode version detection |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Edward Z. Yang | Impredicative polymorphism no longer deprecated. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Ian Lynagh | Fix doc formatting |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Sergei Trofimovich | configure: amend sanity check |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Sergei Trofimovich | configure: triplet: accept i486 CPU (and more), more... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
simonpj@microsoft.com | Document -fwarn-missing-import-lists |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Manuel M T... | Completed the implementation of VECTORISE SCALAR |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Ian Lynagh | Fix build, and improve ghc-cabal's errors |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Ian Lynagh | Whitespace only |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Ian Lynagh | Sanity check values that we wrap in single quotes |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Ian Lynagh | Avoid some shell calls in the build system |
commit | commitdiff | tree | snapshot |
2011-03-02 |
simonpj@microsoft.com | Make -fno-enable-rewrite-rules work properly |
commit | commitdiff | tree | snapshot |
2011-03-02 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2011-02-22 |
simonpj@microsoft.com | Restore SPECIALISE INSTANCE pragmas |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Simon Marlow | GHC.Prim.threadStatus# now returns the cap number,... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Ian Lynagh | Improve GHCi line numbers in errors |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vivian McPhail | :script file scripts in GHCi #1363 |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Ian Lynagh | Turn off split objects on Darwin if XCode < 3.2 (#4013) |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Sergei Trofimovich | libffi: backport incorrect detection of selinux |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Ian Lynagh | Generate the OS X installer from a bindist, rather... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Ian Lynagh | Use -h rather than -soname; fixes dynlibs on Solaris... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
simonpj@microsoft.com | Fix another fundep error (fixes Trac #4969) |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Edward Z. Yang | New codegen: GC calling convention must use registers. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Manuel M T... | Added a VECTORISE pragma |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ian Lynagh | Reenable object splitting on Darwin, now #4013 appears... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ian Lynagh | Clarify the "object splitting" variable names |
commit | commitdiff | tree | snapshot |
2011-02-14 |
gwright@antiope.com | Fix #4867 (updated; corrects address calculation) |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Max Bolingbroke | Scale columns in cost-centre-stack report to their... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
simonpj@microsoft.com | Change typechecker-trace output slightly |
commit | commitdiff | tree | snapshot |
2011-02-17 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2011-02-17 |
simonpj@microsoft.com | Fix Trac #4966 |
commit | commitdiff | tree | snapshot |
2011-02-17 |
simonpj@microsoft.com | Use "on the spot" solving for fundeps |
commit | commitdiff | tree | snapshot |
2011-02-15 |
simonpj@microsoft.com | Increase exprIsDupable threshold a bit |
commit | commitdiff | tree | snapshot |
2011-02-15 |
simonpj@microsoft.com | Ensure exprIsCheap/exprIsExpandable deal with Cast... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
simonpj@microsoft.com | Do not treat absentError specially |
commit | commitdiff | tree | snapshot |
2011-02-14 |
simonpj@microsoft.com | Fix exprIsDupable |
commit | commitdiff | tree | snapshot |
2011-02-14 |
simonpj@microsoft.com | Better case-of-case transformation |
commit | commitdiff | tree | snapshot |
2011-02-15 |
keller@.cse... | Cleaned up Expr and Vectorise |
commit | commitdiff | tree | snapshot |
2011-02-14 |
keller@.cse... | Fixed two syntax errors |
commit | commitdiff | tree | snapshot |
2011-02-14 |
keller@cse... | Handling of recursive scalar functions in isScalarLam |
commit | commitdiff | tree | snapshot |
2011-02-09 |
keller@cse... | Added handling of non-recursive module global functions... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
keller@cse... | (no commit message) |
commit | commitdiff | tree | snapshot |
2011-02-02 |
keller@cse... | Removed minor bug |
commit | commitdiff | tree | snapshot |
2011-02-01 |
keller@cse... | added handling of data constructors to vectLam |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Simon Marlow | pruneSparkQueue: check for tagged pointers |
commit | commitdiff | tree | snapshot |
2011-02-14 |
simonpj@microsoft.com | Fix Trac #4953: local let binders can have IdInfo with... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2011-02-13 |
David Terei | LLVM: Huge improvement to mangler speed. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ian Lynagh | Fix platform detection in bindists |
commit | commitdiff | tree | snapshot |
2011-02-11 |
simonpj@microsoft.com | New plan: push unsolved wanteds inwards |
commit | commitdiff | tree | snapshot |
2011-02-11 |
simonpj@microsoft.com | Remove unnecessary import, plus white space |
commit | commitdiff | tree | snapshot |
2011-02-11 |
simonpj@microsoft.com | Fix small but egregious error: using un-zonked constrai... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
simonpj@microsoft.com | makeSolvedByInst is only called on wanteds |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ian Lynagh | Enable DTrace on Solaris; based on a patch from Karel... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ian Lynagh | Use DTrace whenever it's available |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Karel Gardas | replace C++ comments with C comments (Solaris' DTrace... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
gwright@antiope.com | Fix #4867, ghci displays negative floats incorrectly |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Daniel Peebles | Fix Array sizeof primops to use the correct offset... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Daniel Peebles | Add sizeof(Mutable)Array# primitives |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Simon Marlow | fix TRY_ACQUIRE_LOCK on Windows. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Simon Marlow | constant fold (a + N) - M and (a - N) + M |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Simon Marlow | Recursively call cmmMachOpFold on divides that we turne... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ian Lynagh | Add unboxed tuple support to Template Haskell |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ian Lynagh | Allow TH brackets to contain things of any kind |
commit | commitdiff | tree | snapshot |
next |