| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant constraints in the compiler itself, found by -fwarn-redundan...wip/redundant-constraints | Simon Peyton Jones | 2015-01-05 | 1 | -2/+2 |
* | Generate .loc/.file directives from source ticks | Peter Wortmann | 2014-12-16 | 1 | -2/+2 |
* | Stop exporting, and stop using, functions marked as deprecated | Thomas Miedema | 2014-09-27 | 1 | -1/+1 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 1 | -1/+3 |
* | refactor to fix 80column overflow | Simon Marlow | 2014-08-01 | 1 | -16/+20 |
* | Allow multiple entry points when allocating recursive groups (#9303) | Simon Marlow | 2014-07-31 | 1 | -24/+24 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 4 | -1/+5 |
* | ghc: initial AArch64 patches | Colin Watson | 2014-04-21 | 2 | -0/+2 |
* | Fix AMP warnings. | Austin Seipp | 2013-09-11 | 1 | -1/+9 |
* | Add basic support for GHCJS | Austin Seipp | 2013-09-06 | 2 | -0/+2 |
* | Typos | Gabor Greif | 2013-04-07 | 1 | -1/+1 |
* | Fix typos | Gabor Greif | 2013-04-06 | 3 | -3/+3 |
* | De-tabify register allocator code | Ben Lippmeier | 2012-11-14 | 5 | -232/+197 |
* | Tell the compiler about alpha, mipseb and mipsel again; fixes #7339 | Ian Lynagh | 2012-11-13 | 2 | -0/+6 |
* | Remove OldCmm, convert backends to consume new Cmm | Simon Marlow | 2012-11-12 | 3 | -10/+8 |
* | Attach global register liveness info to Cmm procedures. | Geoffrey Mainland | 2012-10-30 | 1 | -5/+5 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -1/+12 |
* | fix warnings | Simon Marlow | 2012-09-20 | 1 | -4/+1 |
* | Teach the linear register allocator how to allocate more stack if necessary | Simon Marlow | 2012-09-20 | 2 | -29/+32 |
* | Move some more constants into platformConstants | Ian Lynagh | 2012-09-14 | 5 | -19/+19 |
* | Remove more Platform arguments | Ian Lynagh | 2012-09-14 | 2 | -50/+51 |
* | Whitespace only in nativeGen/RegAlloc/Linear/JoinToTargets.hs | Ian Lynagh | 2012-09-14 | 1 | -205/+196 |
* | Remove more Platform arguments | Ian Lynagh | 2012-09-14 | 3 | -30/+33 |
* | Remove a load of Platform arguments from RegM functions | Ian Lynagh | 2012-09-14 | 1 | -74/+73 |
* | Put DynFlags into the RegM monad | Ian Lynagh | 2012-09-14 | 3 | -20/+26 |
* | Whitespace only in nativeGen/RegAlloc/Linear/State.hs | Ian Lynagh | 2012-09-14 | 1 | -55/+50 |
* | Remove some CPP | Ian Lynagh | 2012-09-10 | 4 | -26/+81 |
* | Move more code into codeGen/CodeGen/Platform.hs | Ian Lynagh | 2012-08-28 | 5 | -41/+40 |
* | Whitespace only in nativeGen/RegAlloc/Linear/X86/FreeRegs.hs | Ian Lynagh | 2012-08-21 | 1 | -24/+17 |
* | Pass platform down to lastint | Ian Lynagh | 2012-08-21 | 3 | -8/+8 |
* | Pass platform down to lastxmm | Ian Lynagh | 2012-08-21 | 3 | -17/+19 |
* | Start separating out the RTS and Haskell imports of MachRegs.h | Ian Lynagh | 2012-08-06 | 1 | -1/+1 |
* | comment wibble | Simon Marlow | 2012-08-02 | 1 | -1/+1 |
* | Improve code generated when real registers are clobbered | Simon Marlow | 2012-07-31 | 1 | -32/+59 |
* | bugfix: cope when a source reg is dead at a join point | Simon Marlow | 2012-07-30 | 1 | -10/+4 |
* | Move -fno-warn-orphan flag into individual modules | Ian Lynagh | 2012-07-15 | 1 | -0/+1 |
* | fix warning | Simon Marlow | 2012-07-06 | 1 | -1/+0 |
* | Allow the register allocator access to argument regs (R1.., F1.., etc.) | Simon Marlow | 2012-07-06 | 1 | -8/+15 |
* | bugfix: coalescing moves from RealReg to VirtualReg got broken at some point | Simon Marlow | 2012-07-06 | 1 | -1/+6 |
* | Remove PlatformOutputable | Ian Lynagh | 2012-06-13 | 1 | -15/+15 |
* | add support for ARM hard-float ABI (fixes #5914) | Karel Gardas | 2012-04-27 | 2 | -14/+14 |
* | Remove registerised code for dead architectures: mips, ia64, alpha, | David Terei | 2011-11-22 | 2 | -6/+0 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 8 | -0/+56 |
* | Eliminate all uses of IF_ARCH_i386, and remove the definition | Ian Lynagh | 2011-10-23 | 1 | -2/+2 |
* | A little more CPP removal | Ian Lynagh | 2011-10-19 | 2 | -0/+6 |
* | Revert "Remove ArchUnknown" | Ian Lynagh | 2011-10-19 | 2 | -0/+2 |
* | Remove ArchUnknown | Ian Lynagh | 2011-10-18 | 2 | -2/+0 |
* | Renaming only | Simon Peyton Jones | 2011-08-25 | 2 | -4/+4 |
* | enhance ArchARM with ISA and ISA extensions | Karel Gardas | 2011-08-21 | 2 | -2/+2 |
* | Remove more defaultTargetPlatform uses | Ian Lynagh | 2011-07-15 | 3 | -9/+7 |