summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master'Simon Peyton Jones2011-05-049-338/+354
|\
| * Format wibbleDavid Terei2011-05-041-2/+1
| * Fix some warnings in IfaceSynDavid Terei2011-05-041-6/+6
| * Formatting fixes to GhcMonadDavid Terei2011-05-041-2/+2
| * Formatting fixes to IfaceSynDavid Terei2011-05-041-269/+280
| * LLVM: Support LLVM 2.9 (#5103)David Terei2011-05-045-53/+50
| * LLVM: Add support for 64bit OSX. (partial #4210)David Terei2011-05-042-8/+17
* | Do-notation in an arrow context is not rebindableSimon Peyton Jones2011-05-041-3/+18
* | Make import conditional on DEBUG to avoid unused-import warningsSimon Peyton Jones2011-05-041-3/+3
* | Remove accidental traceSimon Peyton Jones2011-05-041-2/+1
|/
* Merge branch monad-comp onto masterSimon Peyton Jones2011-05-0431-1056/+1716
|\
| * Change (back) to Unix line endingsSimon Peyton Jones2011-05-041-730/+730
| * Print contraint step counts only with -dppr-debugSimon Peyton Jones2011-05-041-1/+2
| * Improve error message when a function is appliedSimon Peyton Jones2011-05-041-4/+20
| * Final batch of monad-comprehension stuffSimon Peyton Jones2011-05-049-280/+348
| * Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-05-0422-2271/+290
| |\
| * | More hacking on monad-compmonad-compSimon Peyton Jones2011-05-038-1258/+1033
| * | More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-026-74/+85
| * | More hacking on monad-comp; now worksSimon Peyton Jones2011-05-0216-501/+412
| * | Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-2914-642/+670
| * | Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-04-2847-571/+726
| |\ \
| * | | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-2825-186/+1036
* | | | Merge remote-tracking branch 'origin/master'Simon Peyton Jones2011-05-043-21/+41
|\ \ \ \
| * | | | expand/fix comment about x86-64 registersSimon Marlow2011-05-041-4/+18
| * | | | The fix for #4914 was wrong and broke other things (see #5149). WeSimon Marlow2011-05-042-17/+23
| | |_|/ | |/| |
* | | | Fix Trac #5117: desugar literal patterns consistenclySimon Peyton Jones2011-05-043-13/+19
|/ / /
* | | Remove some ifdefs in favour of Haskell testsIan Lynagh2011-05-012-51/+45
* | | Remove an ifdef from ghci/ByteCodeAsm.lhsIan Lynagh2011-05-011-2/+1
* | | Ignore requests to use backends that aren't available; fixes #5145Ian Lynagh2011-05-012-6/+22
* | | Remove the OMIT_NATIVE_CODEGEN ifdefIan Lynagh2011-05-015-49/+16
* | | Remove a commented out importIan Lynagh2011-05-011-1/+0
* | | Small DynFlags improvementsIan Lynagh2011-05-012-6/+68
* | | Reinstate the "-O conflicts with --interactive" warningIan Lynagh2011-05-011-12/+24
* | | Update the defaultObjectTarget definitionIan Lynagh2011-05-011-1/+2
* | | LLVM: Fix bug with osx mangler and jump tables.David Terei2011-05-011-4/+6
* | | Implement dead basic block elimination.Edward Z. Yang2011-04-302-4/+64
* | | Remove dead Alpha native backend.Edward Z. Yang2011-04-3010-2052/+3
* | | Don't expose the cas definition to .hc filesIan Lynagh2011-04-302-10/+2
* | | Fix build on OS X amd64crossIan Lynagh2011-04-291-1/+1
* | | Add "C compiler flags" to settings fileIan Lynagh2011-04-294-42/+24
* | | Move the machdepCCOpts flags into cCcOptsIan Lynagh2011-04-291-22/+1
* | | Remove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flagIan Lynagh2011-04-291-3/+0
* | | Remove some out-of-date commentsIan Lynagh2011-04-291-4/+0
* | | primops.txt.pp: add missing type application in description of GHC.Prim.AnyAdam Megacz2011-04-281-2/+12
| |/ |/|
* | Output ELF .size directives for functionsJohan Tibell2011-04-281-0/+10
* | Fix bug in multi-destination jump patching.Edward Z. Yang2011-04-271-1/+1
* | Implement jump table fix-ups for linear register allocator.Edward Z. Yang2011-04-2710-63/+90
* | Eliminate GC check when no extra stack is used.Edward Z. Yang2011-04-272-4/+14
* | Give manifestSP better information about the actual SP location.Edward Z. Yang2011-04-273-31/+121
* | Merge branch 'master' of http://darcs.haskell.org/ghcU-EUROPE\dimitris2011-04-2718-196/+200
|\ \