| Commit message (Expand) | Author | Age | Files | Lines |
* | Nix typo and redundant where-clauses | Ryan Scott | 2017-01-25 | 1 | -2/+0 |
* | nativeGen: Use `foldl'` instead of `foldr` in free register accumulation | Ben Gamari | 2017-01-24 | 6 | -9/+13 |
* | Fix terminal corruption bug and clean up SDoc interface. | Phil Ruffwind | 2017-01-10 | 1 | -4/+3 |
* | Typofixes in manual and comments [ci skip] | Gabor Greif | 2017-01-04 | 1 | -1/+1 |
* | Fix string merging with -split-sections | Simon Brenner | 2016-12-16 | 1 | -3/+14 |
* | CLabel: Kill redundant UnitId argument from labelDynamic | Ben Gamari | 2016-12-16 | 1 | -8/+8 |
* | NCG: Implement trivColorable for PowerPC 64-bit | Peter Trommler | 2016-12-09 | 1 | -4/+4 |
* | BlockId: remove BlockMap and BlockSet synonyms | Michal Terepeta | 2016-12-08 | 14 | -23/+32 |
* | nativeGen: Fix string merging on Windows | Ben Gamari | 2016-12-08 | 1 | -3/+6 |
* | Reduce the size of string literals in binaries. | Thijs Alkemade | 2016-12-06 | 4 | -5/+33 |
* | Remove most functions from cmm/BlockId | Michal Terepeta | 2016-11-29 | 5 | -11/+12 |
* | NCGMonad: Add MonadUnique NatM instance | Ben Gamari | 2016-11-29 | 1 | -0/+8 |
* | AsmCodeGen: Refactor worker in cmmNativeGens | Ben Gamari | 2016-11-29 | 1 | -10/+13 |
* | Purge GHC of literate Perl | Demi Obenour | 2016-11-29 | 1 | -1/+1 |
* | Correct spelling of command-line option in comment | Gabor Greif | 2016-11-17 | 1 | -1/+1 |
* | Inline compiler/NOTES into X86/Ppr.hs | Matthew Pickering | 2016-11-16 | 3 | -2/+20 |
* | Test for unnecessary register spills | Thomas Jakway | 2016-11-15 | 1 | -1/+12 |
* | Typos in comments | Gabor Greif | 2016-10-17 | 1 | -1/+1 |
* | RegAlloc: Make some pattern matched complete | Joachim Breitner | 2016-10-06 | 2 | -5/+8 |
* | PPC/CodeGen: fix lwa instruction generation | Peter Trommler | 2016-10-01 | 1 | -4/+12 |
* | CodeGen X86: fix unsafe foreign calls wrt inlining | Sylvain HENRY | 2016-10-01 | 1 | -36/+75 |
* | Comments and manual only: spelling | Gabor Greif | 2016-09-28 | 1 | -1/+1 |
* | Fix codegen bug in PIC version of genSwitch (#12433) | Simon Marlow | 2016-09-15 | 1 | -3/+6 |
* | PPC NCG: Implement minimal stack frame header. | Peter Trommler | 2016-08-31 | 2 | -8/+27 |
* | Revert "codeGen: Remove binutils<2.17 hack, fixes T11758" | Simon Peyton Jones | 2016-08-19 | 2 | -3/+35 |
* | RegAlloc: Use IntSet/IntMaps instead of generic Set/Maps | Ömer Sinan Ağacan | 2016-08-06 | 3 | -28/+22 |
* | RegAlloc: Remove duplicate seqList (use seqList from Util) | Ömer Sinan Ağacan | 2016-08-06 | 1 | -14/+7 |
* | AsmCodeGen: Give linear-scan and coloring reg. allocators different cc names | Ömer Sinan Ağacan | 2016-08-06 | 1 | -2/+2 |
* | codeGen: Remove binutils<2.17 hack, fixes T11758 | Alex Dzyoba | 2016-08-05 | 2 | -35/+3 |
* | Document some codegen nondeterminism | Bartosz Nitka | 2016-07-07 | 7 | -15/+23 |
* | Remove uniqSetToList | Bartosz Nitka | 2016-07-01 | 7 | -32/+61 |
* | nativeGen: Allow -fregs-graph to be used | Ben Gamari | 2016-06-30 | 1 | -4/+2 |
* | Remove ufmToList | Bartosz Nitka | 2016-06-30 | 5 | -20/+44 |
* | Delete Ord Unique | Bartosz Nitka | 2016-06-30 | 1 | -1/+22 |
* | Remove some `undefined`s | Ömer Sinan Ağacan | 2016-06-27 | 1 | -5/+4 |
* | Provide Uniquable version of SCC | Bartosz Nitka | 2016-06-23 | 3 | -6/+6 |
* | PPC NCG: Fix and refactor TOC handling. | Peter Trommler | 2016-06-19 | 1 | -28/+28 |
* | PPC NCG: Fix float parameter passing on 64-bit. | Peter Trommler | 2016-06-19 | 2 | -7/+22 |
* | Fix trac #10647: Notice about lack of SIMD support | Seraphime Kirkovski | 2016-06-19 | 1 | -1/+3 |
* | Kill foldUniqSet | Bartosz Nitka | 2016-06-06 | 2 | -3/+4 |
* | PPC NCG: Fix pretty printing of st[wd]ux instr. | Peter Trommler | 2016-05-16 | 1 | -1/+2 |
* | PPC NCG: Improve pointer de-tagging code | Peter Trommler | 2016-04-29 | 3 | -5/+36 |
* | Kill mapUniqSet | Bartosz Nitka | 2016-04-28 | 1 | -6/+2 |
* | Reduce default for -fmax-pmcheck-iterations from 1e7 to 2e6 | Herbert Valerio Riedel | 2016-04-10 | 1 | -0/+6 |
* | Fix AIX/ppc codegen in `-prof` compilation mode | Herbert Valerio Riedel | 2016-03-27 | 1 | -2/+8 |
* | Remove code-duplication in the PPC NCG | Herbert Valerio Riedel | 2016-03-24 | 1 | -26/+19 |
* | Add NCG support for AIX/ppc32 | Herbert Valerio Riedel | 2016-03-24 | 5 | -10/+205 |
* | PPC NCG: Emit more portable `fcmpu 0, ...` instead of `fcmpu cr0, ...` | Herbert Valerio Riedel | 2016-03-21 | 1 | -2/+6 |
* | Dwarf: Add support for labels in unwind expressions | Ben Gamari | 2016-03-20 | 2 | -1/+3 |
* | Overhaul the Overhauled Pattern Match Checker | George Karachalias | 2016-02-04 | 1 | -4/+0 |