| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use LEA with 8-bit registers (#18614) | Sylvain Henry | 2020-11-04 | 1 | -0/+2 |
* | Add a test for #18397 | Krzysztof Gogolewski | 2020-08-24 | 1 | -0/+4 |
* | testsuite: Add test for #18291 | Ben Gamari | 2020-08-18 | 1 | -0/+1 |
* | NCG: correctly handle addresses with huge offsets (#15570) | Sylvain Henry | 2020-07-02 | 1 | -0/+5 |
* | Add tests for #17920 | Sylvain Henry | 2020-06-23 | 1 | -3/+3 |
* | testsuite: Add tests for #18227 | Ben Gamari | 2020-06-14 | 1 | -0/+2 |
* | winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges. | Tamar Christina | 2020-06-14 | 1 | -0/+2 |
* | PPC NCG: Add DWARF constants and debug labels | Peter Trommler | 2020-04-22 | 1 | -8/+3 |
* | Add regression test for T17904 | Ömer Sinan Ağacan | 2020-03-10 | 1 | -0/+1 |
* | Add test for #17648 | Ömer Sinan Ağacan | 2020-02-14 | 1 | -0/+2 |
* | Implement pointer tagging for big families (#14373) | Gabor Greif | 2019-12-06 | 1 | -0/+22 |
* | Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334 | Andreas Klebinger | 2019-10-13 | 1 | -0/+6 |
* | testsuite: Add assertions that way lists are in fact lists | Ben Gamari | 2019-06-15 | 1 | -1/+1 |
* | Fix rewriting invalid shifts to errors | Ömer Sinan Ağacan | 2019-06-01 | 1 | -0/+2 |
* | asm-emit-time IND_STATIC elimination | Gabor Greif | 2019-04-15 | 1 | -1/+8 |
* | testsuite: Use makefile_test | Ben Gamari | 2019-01-30 | 1 | -5/+5 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -5/+5 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -5/+5 |
* | testsuite: Ensure that unregisterised function is called | Ben Gamari | 2018-12-11 | 1 | -2/+2 |
* | testsuite: Mark tickets identified in #15467 as broken | Ben Gamari | 2018-12-11 | 1 | -1/+2 |
* | Use handy shortcut llvm_ways | Gabor Greif | 2018-11-23 | 1 | -3/+3 |
* | Generate correct relocation for external cost centre | Zejun Wu | 2018-10-15 | 1 | -0/+5 |
* | Fix dataToTag# argument evaluation | Ömer Sinan Ağacan | 2018-10-10 | 1 | -3/+0 |
* | Invert FP conditions to eliminate the explicit NaN check. | klebinger.andreas@gmx.at | 2018-09-18 | 1 | -0/+6 |
* | Correctly add unwinding info in manifestSp and makeFixupBlocks | Bartosz Nitka | 2018-05-03 | 1 | -0/+5 |
* | Get evaluated-ness right in the back end | Simon Peyton Jones | 2018-01-03 | 1 | -1/+4 |
* | Fix #13233 by checking for lev-poly primops | Richard Eisenberg | 2017-05-02 | 1 | -1/+0 |
* | testsuite: Add failing testcase for #13233 | Ben Gamari | 2017-03-24 | 1 | -0/+1 |
* | Remove clean_cmd and extra_clean usage from .T files | Thomas Miedema | 2017-01-22 | 1 | -7/+4 |
* | Check for empty entity string in "prim" foreign imports | Sylvain HENRY | 2016-10-14 | 1 | -1/+1 |
* | testsuite: Mark test for #12355 as unbroken on Darwin. | Ben Gamari | 2016-10-02 | 1 | -1/+1 |
* | testsuite: Add testcase for #12355 | Ben Gamari | 2016-07-04 | 1 | -0/+1 |
* | testsuite: Mark broken tests on powerpc64le | Peter Trommler | 2016-06-03 | 1 | -3/+5 |
* | Reduce special-casing for nullary unboxed tuple | Simon Peyton Jones | 2016-05-26 | 1 | -0/+1 |
* | testsuite: mark tests broken on powerpc64 | Peter Trommler | 2016-02-25 | 1 | -2/+4 |
* | x86 codegen: don't generate location comments | Sergei Trofimovich | 2015-10-29 | 1 | -0/+1 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 1 | -1/+1 |
* | UNREG: fix pprHexVal to emit zeros (#10518) | Sergei Trofimovich | 2015-06-14 | 1 | -0/+1 |
* | Add a bizarre corner-case to cgExpr (Trac #9964) | Simon Peyton Jones | 2015-02-20 | 1 | -0/+1 |
* | Debug test case and test suite way | Peter Wortmann | 2014-12-16 | 1 | -0/+4 |
* | A panic in CmmBuildInfoTables.bundle shouldn't be a panic (#9329) | Simon Marlow | 2014-08-01 | 1 | -0/+1 |
* | Allow multiple entry points when allocating recursive groups (#9303) | Simon Marlow | 2014-07-31 | 1 | -0/+1 |
* | Fix discarding of unreachable code in the register allocator (#9155) | Simon Marlow | 2014-06-06 | 1 | -0/+1 |
* | T7574 is now passing (#7574) | Simon Marlow | 2013-09-23 | 1 | -1/+1 |
* | Test for #8205 | Jan Stolarek | 2013-09-12 | 1 | -0/+1 |
* | Add a failing test, see #7574. | Austin Seipp | 2013-08-14 | 1 | -0/+1 |
* | Revert "Add test for #7574" | Simon Marlow | 2013-07-02 | 1 | -2/+0 |
* | Add test for #7574 | Simon Marlow | 2013-07-02 | 1 | -0/+2 |
* | Change '{if,unless}_arch' to 'arch' | Ian Lynagh | 2013-02-11 | 1 | -2/+2 |
* | Rename some numeric tests: nnnn -> Tnnnn | Ian Lynagh | 2013-01-25 | 1 | -5/+5 |