| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce alignment to CmmStore | Ben Gamari | 2022-02-04 | 7 | -15/+22 |
* | Introduce alignment in CmmLoad | Ben Gamari | 2022-02-04 | 12 | -44/+60 |
* | cmm: Introduce cmmLoadBWord and cmmLoadGCWord | Ben Gamari | 2022-02-04 | 4 | -5/+13 |
* | Check type first then expression | Peter Trommler | 2022-02-02 | 1 | -1/+1 |
* | Cmm: fix equality of expressions | Peter Trommler | 2022-02-02 | 1 | -1/+1 |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 15 | -60/+39 |
* | Consistently upper-case "Note [" | Ben Gamari | 2022-02-01 | 1 | -1/+1 |
* | StgToCmm: decouple DynFlags, add StgToCmmConfig | doyougnu | 2022-01-31 | 4 | -47/+35 |
* | Fix typos | Krzysztof Gogolewski | 2021-12-25 | 1 | -1/+1 |
* | Cmm: DynFlags to CmmConfig refactor | doyougnu | 2021-12-22 | 6 | -101/+121 |
* | codeGen: Introduce flag to bounds-check array accesses | Ben Gamari | 2021-12-21 | 1 | -1/+3 |
* | generalize GHC.Cmm.Dataflow to work over any node type | Norman Ramsey | 2021-12-07 | 1 | -31/+46 |
* | Require all dirty_MUT_VAR callers to do explicit stg_MUT_VAR_CLEAN_info compa... | nineonine | 2021-12-02 | 1 | -1/+4 |
* | nativeGen/aarch64: Fix handling of subword values | Ben Gamari | 2021-12-02 | 2 | -3/+39 |
* | cmm/opt: Fold away shifts larger than shiftee width | Ben Gamari | 2021-12-02 | 1 | -2/+12 |
* | cmm: Disallow shifts larger than shiftee | Ben Gamari | 2021-12-02 | 2 | -0/+19 |
* | cmm: narrow when folding signed quotients | Ben Gamari | 2021-12-02 | 1 | -2/+2 |
* | rts: Refactor SRT representation selection | Ben Gamari | 2021-12-01 | 2 | -9/+31 |
* | Add specific optimization flag for Cmm control flow analysis (#20500) | Gergo ERDI | 2021-11-25 | 1 | -1/+1 |
* | CmmSink: Be more aggressive in removing no-op assignments. | Andreas Klebinger | 2021-11-23 | 1 | -3/+57 |
* | compiler: Improve Haddocks of atomic MachOps | Ben Gamari | 2021-10-04 | 1 | -2/+4 |
* | Use Info Table Provenances to decode cloned stack (#18163) | Sven Tennie | 2021-09-23 | 1 | -0/+2 |
* | Move `/includes` to `/rts/include`, sort per package better | John Ericson | 2021-08-09 | 2 | -6/+6 |
* | Delete ToDo about incorrect optimisation [skip ci] | Peter Trommler | 2021-07-29 | 1 | -4/+0 |
* | Cmm.Opt: Fix type of shift amount in constant folding | Ben Gamari | 2021-07-23 | 1 | -2/+2 |
* | Add Word64#/Int64# primops | Sylvain Henry | 2021-07-15 | 1 | -0/+35 |
* | Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920 | Alfredo Di Napoli | 2021-07-08 | 1 | -2/+2 |
* | Put tracing functions into their own module | Sylvain Henry | 2021-06-22 | 1 | -2/+1 |
* | Make Logger independent of DynFlags | Sylvain Henry | 2021-06-07 | 4 | -57/+53 |
* | Adds AArch64 Native Code Generator | Moritz Angermann | 2021-06-05 | 5 | -18/+58 |
* | Work around LLVM backend overlapping register limitations | Luite Stegeman | 2021-05-29 | 2 | -1/+16 |
* | Support new parser types in GHC | Alfredo Di Napoli | 2021-05-26 | 3 | -13/+26 |
* | Cmm: fix sinking after suspendThread | Sylvain Henry | 2021-05-19 | 4 | -20/+31 |
* | Remove useless {-# LANGUAGE CPP #-} pragmas | Sylvain Henry | 2021-05-12 | 2 | -2/+1 |
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 3 | -6/+0 |
* | Replace CPP assertions with Haskell functions | Sylvain Henry | 2021-05-12 | 4 | -7/+9 |
* | 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini... | Sasha Bogicevic | 2021-05-06 | 1 | -1/+3 |
* | Replace (ptext .. sLit) with `text` | Sylvain Henry | 2021-04-29 | 3 | -50/+45 |
* | codeGen: Teach unboxed sum rep logic about levity | Ben Gamari | 2021-04-26 | 1 | -10/+12 |
* | Allow C-- to scrutinize non-native-size words | John Ericson | 2021-04-10 | 3 | -10/+17 |
* | Enhance pretty-printing perf | Sylvain Henry | 2021-04-10 | 1 | -11/+20 |
* | Re-export GHC.Bits from GHC.Prelude with custom shift implementation. | Andreas Klebinger | 2021-04-09 | 5 | -5/+0 |
* | Rubbish literals for all representations (#18983) | Sebastian Graf | 2021-03-26 | 2 | -1/+3 |
* | Generate GHCi bytecode from STG instead of Core and support unboxed | Luite Stegeman | 2021-03-20 | 1 | -0/+2 |
* | Transfer tickish things to GHC.Types.Tickish | Luite Stegeman | 2021-03-20 | 3 | -4/+3 |
* | remove superfluous 'id' type parameter from GenTickish | Luite Stegeman | 2021-03-20 | 1 | -4/+1 |
* | Save the type of breakpoints in the Breakpoint tick in STG | Luite Stegeman | 2021-03-20 | 1 | -1/+1 |
* | Fix some warnings when bootstrapping with GHC 9.0 | Ryan Scott | 2021-03-09 | 1 | -1/+1 |
* | Add option to give each usage of a data constructor its own info table | Matthew Pickering | 2021-03-03 | 1 | -15/+55 |
* | Add -finfo-table-map which maps info tables to source positions | Matthew Pickering | 2021-03-03 | 2 | -7/+64 |