| Commit message (Expand) | Author | Age | Files | Lines |
| * | [GlobalISel] Change representation of shuffle masks in MachineOperand. | Eli Friedman | 2020-01-13 | 1 | -14/+1 |
| * | Recommit "[MachineVerifier] Improve verification of live-in lists." | Jonas Paulsson | 2020-01-08 | 1 | -0/+26 |
| * | Revert "Allow output constraints on "asm goto"" | Bill Wendling | 2020-01-07 | 1 | -37/+13 |
| * | Allow output constraints on "asm goto" | Bill Wendling | 2020-01-07 | 1 | -13/+37 |
| * | [MCRegInfo] Add forward sub and super register iterators. (NFC) | Florian Hahn | 2019-12-05 | 1 | -14/+11 |
| * | [MachineVerifier] Improve checks of target instructions operands. | Jonas Paulsson | 2019-12-03 | 1 | -7/+17 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Revert "[MachineVerifier] Improve verification of live-in lists. | Galina Kistanova | 2019-11-07 | 1 | -26/+0 |
| * | [globalisel] Rename G_GEP to G_PTR_ADD | Daniel Sanders | 2019-11-05 | 1 | -1/+1 |
| * | [MachineVerifier] Improve verification of live-in lists. | Jonas Paulsson | 2019-11-04 | 1 | -0/+26 |
| * | Move LiveRangeCalc header to publicily available position. NFC | Marcello Maggioni | 2019-10-17 | 1 | -1/+1 |
| * | Add an operand to memory intrinsics to denote the "tail" marker. | Amara Emerson | 2019-09-28 | 1 | -0/+14 |
| * | [GlobalISel] Introduce a G_DYN_STACKALLOC opcode to represent dynamic allocas. | Amara Emerson | 2019-08-24 | 1 | -0/+21 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -2/+2 |
| * | GlobalISel: Add more verifier checks for G_SHUFFLE_VECTOR | Matt Arsenault | 2019-08-13 | 1 | -1/+35 |
| * | GlobalISel: Change representation of shuffle masks | Matt Arsenault | 2019-08-13 | 1 | -0/+16 |
| * | [globalisel] Add G_SEXT_INREG | Daniel Sanders | 2019-08-09 | 1 | -0/+16 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -29/+27 |
| * | Reland "[LiveDebugValues] Emit the debug entry values" | Djordje Todorovic | 2019-07-09 | 1 | -1/+1 |
| * | GlobalISel: Verify G_MERGE_VALUES operand sizes | Matt Arsenault | 2019-07-01 | 1 | -0/+10 |
| * | [MachineFunction] Base support for call site info tracking | Djordje Todorovic | 2019-06-27 | 1 | -0/+4 |
| * | Rename ExpandISelPseudo->FinalizeISel, delay register reservation | Matt Arsenault | 2019-06-19 | 1 | -1/+1 |
| * | GlobalISel: Verify intrinsics | Matt Arsenault | 2019-06-17 | 1 | -0/+29 |
| * | [GlobalISel] Add a G_BRJT opcode. | Amara Emerson | 2019-06-14 | 1 | -0/+12 |
| * | [GlobalISel] Add a G_JUMP_TABLE opcode. | Amara Emerson | 2019-06-11 | 1 | -0/+8 |
| * | Add a getSizeInBits() accessor to MachineMemOperand. NFC. | Amara Emerson | 2019-04-17 | 1 | -3/+3 |
| * | GlobalISel: Verify g_insert | Matt Arsenault | 2019-02-19 | 1 | -0/+24 |
| * | GlobalISel: Fix inadequate verification of g_build_vector | Matt Arsenault | 2019-02-15 | 1 | -6/+11 |
| * | GlobalISel: Verify G_EXTRACT | Matt Arsenault | 2019-02-11 | 1 | -0/+22 |
| * | GlobalISel: Verify G_GEP | Matt Arsenault | 2019-02-05 | 1 | -0/+16 |
| * | GlobalISel: Fix verifier crashing on non-register operands | Matt Arsenault | 2019-02-05 | 1 | -1/+6 |
| * | GlobalISel: Enforce operand types for constants | Matt Arsenault | 2019-02-04 | 1 | -0/+23 |
| * | GlobalISel: Verify g_select | Matt Arsenault | 2019-02-04 | 1 | -24/+40 |
| * | MachineVerifier: Move verification of G_* instructions to function | Matt Arsenault | 2019-02-04 | 1 | -100/+117 |
| * | GlobalISel: Verify memory size for load/store | Matt Arsenault | 2019-01-30 | 1 | -4/+9 |
| * | GlobalISel: Verify pointer casts | Matt Arsenault | 2019-01-29 | 1 | -0/+44 |
| * | GlobalISel: Verify load/store has a pointer input | Matt Arsenault | 2019-01-27 | 1 | -1/+6 |
| * | Re-apply "r351584: "GlobalISel: Verify g_zextload and g_sextload"" | Amara Emerson | 2019-01-27 | 1 | -1/+14 |
| * | GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANT | Matt Arsenault | 2019-01-22 | 1 | -0/+10 |
| * | GlobalISel: Fix out of bounds crashes in verifier | Matt Arsenault | 2019-01-22 | 1 | -3/+8 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert r351584: "GlobalISel: Verify g_zextload and g_sextload" | Amara Emerson | 2019-01-19 | 1 | -14/+1 |
| * | GlobalISel: Verify G_BITCAST | Matt Arsenault | 2019-01-18 | 1 | -0/+13 |
| * | GlobalISel: Verify G_ICMP/G_FCMP vector types | Matt Arsenault | 2019-01-18 | 1 | -0/+11 |
| * | GlobalISel: Verify g_zextload and g_sextload | Matt Arsenault | 2019-01-18 | 1 | -1/+14 |
| * | [NFC] fix trivial typos in comments | Hiroshi Inoue | 2019-01-09 | 1 | -1/+1 |
| * | [MachineVerifier] Include offending register in allocatable live-in error msg. | Florian Hahn | 2019-01-08 | 1 | -0/+6 |
| * | [GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes. | Amara Emerson | 2018-12-10 | 1 | -0/+26 |
| * | [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECT... | Amara Emerson | 2018-12-05 | 1 | -0/+57 |
| * | Fix typo in verifier error message | Matt Arsenault | 2018-10-23 | 1 | -1/+1 |