| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SVE][CodeGen] Scalable vector MVT size queries | Graham Hunter | 2019-11-18 | 1 | -1/+2 |
| * | [Statepoints] Fix overalignment of loads in no-realign-stack functions | Philip Reames | 2019-08-02 | 1 | -8/+15 |
| * | Move variable out from debug only section. | Richard Trieu | 2019-07-23 | 1 | -2/+0 |
| * | [Statepoints] Fix a bug in statepoint lowering for functions w/no-realign-stack | Philip Reames | 2019-07-22 | 1 | -1/+8 |
| * | [CodeGen] Add MMOs to statepoint nodes during SelectionDAG | Philip Reames | 2019-03-12 | 1 | -13/+42 |
| * | [Statepoint Lowering] Update misleading comments about chains | Philip Reames | 2019-02-12 | 1 | -9/+7 |
| * | [CallSite removal] Migrate the statepoint GC infrastructure to use the | Chandler Carruth | 2019-02-11 | 1 | -16/+15 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Prefer static frame index for STATEPOINT liveness args | Than McIntosh | 2018-11-30 | 1 | -1/+10 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -4/+4 |
| * | DAG: Add calling convention argument to calling convention funcs | Matt Arsenault | 2018-07-28 | 1 | -1/+2 |
| * | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | Use getStoreSize() in various places instead of 'BitSize >> 3'. | Jonas Paulsson | 2017-11-28 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W... | Eugene Zelenko | 2017-09-27 | 1 | -7/+28 |
| * | Reland "[SelectionDAG] Enable target specific vector scalarization of calls a... | Simon Dardis | 2017-06-09 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [Statepoint] Be consistent about using deopt naming [NFCI] | Philip Reames | 2017-06-02 | 1 | -1/+1 |
| * | [Statistics] Add a method to atomically update a statistic that contains a ma... | Craig Topper | 2017-05-18 | 1 | -2/+2 |
| * | Use a pointer type for target frame indices during statepoint lowering | Sanjoy Das | 2017-04-27 | 1 | -7/+14 |
| * | Revert "[SelectionDAG] Enable target specific vector scalarization of calls a... | Simon Dardis | 2017-04-07 | 1 | -1/+1 |
| * | [SelectionDAG] Enable target specific vector scalarization of calls and returns | Simon Dardis | 2017-04-07 | 1 | -1/+1 |
| * | [Statepoints] Reuse stack slots more than once within a basic block | Philip Reames | 2016-12-13 | 1 | -4/+9 |
| * | Fix spelling mistakes in SelectionDAG comments. NFC. | Simon Pilgrim | 2016-11-20 | 1 | -1/+1 |
| * | getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI | Sanjay Patel | 2016-09-14 | 1 | -2/+1 |
| * | [statepoints][experimental] Add support for live-in semantics of values in de... | Philip Reames | 2016-08-31 | 1 | -5/+35 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -5/+5 |
| * | [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,... | Justin Lebar | 2016-07-15 | 1 | -4/+2 |
| * | Introduce an GCRelocateInst class [NFC] | Philip Reames | 2016-04-12 | 1 | -5/+4 |
| * | Lower @llvm.experimental.deoptimize as a noreturn call | Sanjoy Das | 2016-04-06 | 1 | -6/+20 |
| * | Reduce code duplication by extracting out a helper function; NFC | Sanjoy Das | 2016-03-24 | 1 | -30/+17 |
| * | Lower varargs correctly in deopt bundle lowering | Sanjoy Das | 2016-03-24 | 1 | -0/+1 |
| * | Add lowering support for llvm.experimental.deoptimize | Sanjoy Das | 2016-03-24 | 1 | -0/+34 |
| * | [Statepoints] Fix yet another issue around gc pointer uniqueing | Sanjoy Das | 2016-03-24 | 1 | -18/+21 |
| * | Minor cosmestic changes (NFC) | Sanjoy Das | 2016-03-24 | 1 | -7/+7 |
| * | [StatepointLowering] Minor nfc refactoring | Sanjoy Das | 2016-03-23 | 1 | -29/+6 |
| * | [StatepointLowering] Schedule gc relocates before uniqueing them | Sanjoy Das | 2016-03-23 | 1 | -6/+10 |
| * | Allow lowering call sites with both funclets and deopt state | Sanjoy Das | 2016-03-22 | 1 | -5/+1 |
| * | Add "first class" lowering for deopt operand bundles | Sanjoy Das | 2016-03-22 | 1 | -19/+55 |
| * | [SelectionDAG] Remove visitStatepoint; NFC | Sanjoy Das | 2016-03-17 | 1 | -8/+0 |
| * | Fix indentation; NFC | Sanjoy Das | 2016-03-16 | 1 | -3/+2 |
| * | Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC | Sanjoy Das | 2016-03-16 | 1 | -144/+149 |
| * | [SelectionDAG] Extract out populateCallLoweringInfo; NFC | Sanjoy Das | 2016-03-16 | 1 | -4/+6 |
| * | [StatepointLowering] Move an assertion; NFCI | Sanjoy Das | 2016-03-15 | 1 | -6/+4 |
| * | Make gc relocates more strongly typed; NFC | Sanjoy Das | 2016-03-12 | 1 | -10/+13 |
| * | [StatepointLowering] Minor non-semantic cleanups | Sanjoy Das | 2016-02-19 | 1 | -23/+18 |
| * | [StatepointLowering] Update StatepointMaxSlotsRequired correctly | Sanjoy Das | 2016-02-19 | 1 | -3/+4 |
| * | [StatepointLowering] Fix a mistake in rL261336 | Sanjoy Das | 2016-02-19 | 1 | -4/+5 |
| * | [StatepointLowering] Change AllocatedStackSlots to use SmallBitVector | Sanjoy Das | 2016-02-19 | 1 | -9/+10 |
| * | [StatepointLowering] Fix bug in allocateStackSlot | Sanjoy Das | 2016-02-19 | 1 | -2/+19 |