| Commit message (Expand) | Author | Age | Files | Lines |
| * | [globalisel] Fix an unused variable warning when NDEBUG is defined. | Daniel Sanders | 2017-01-20 | 1 | -1/+1 |
| * | Re-commit: [globalisel] Tablegen-erate current Register Bank Information | Daniel Sanders | 2017-01-19 | 4 | -1/+320 |
| * | Re-revert: [globalisel] Tablegen-erate current Register Bank Information | Daniel Sanders | 2017-01-18 | 4 | -317/+1 |
| * | Re-commit: [globalisel] Tablegen-erate current Register Bank Information | Daniel Sanders | 2017-01-18 | 4 | -1/+317 |
| * | [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix | Marina Yatsina | 2017-01-18 | 1 | -0/+4 |
| * | Revert r292132: [globalisel] Tablegen-erate current Register Bank Information... | Daniel Sanders | 2017-01-16 | 4 | -317/+1 |
| * | [globalisel] Tablegen-erate current Register Bank Information | Daniel Sanders | 2017-01-16 | 4 | -1/+317 |
| * | [X86] Merge the disassemblers handling of the different TYPE_RELs by getting ... | Craig Topper | 2017-01-16 | 1 | -6/+6 |
| * | [X86] Reduce the number of operand 'types' the disassembler needs to deal wit... | Craig Topper | 2017-01-16 | 1 | -87/+86 |
| * | [AVX-512] Begin giving the disassembler a way to recognize that VSIB is a dif... | Craig Topper | 2017-01-16 | 1 | -15/+17 |
| * | [AVX-512] Correct memory operand size for VPGATHERQPS and VPGATHERQD | Craig Topper | 2017-01-16 | 1 | -0/+2 |
| * | Mark comparator call operator as const | Eric Fiselier | 2016-12-27 | 1 | -1/+1 |
| * | [GlobalISel] Add basic Selector-emitter tblgen backend. | Ahmed Bougacha | 2016-12-21 | 5 | -1/+399 |
| * | [TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditi... | Craig Topper | 2016-12-19 | 1 | -1/+1 |
| * | Implement LaneBitmask::any(), use it to replace !none(), NFCI | Krzysztof Parzyszek | 2016-12-16 | 2 | -5/+5 |
| * | Fix ubsan failures in lane mask shifts | Krzysztof Parzyszek | 2016-12-15 | 1 | -4/+8 |
| * | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 2016-12-15 | 3 | -66/+73 |
| * | [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo... | Eugene Zelenko | 2016-12-12 | 1 | -10/+14 |
| * | [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo... | Eugene Zelenko | 2016-12-09 | 1 | -13/+14 |
| * | Summary: Currently there is no way to disable deprecated warning from asm lik... | Weiming Zhao | 2016-12-05 | 1 | -1/+3 |
| * | TableGen/AsmMatcherEmitter: Bring sorting check back under EXPENSIVE_CHECKS | Matthias Braun | 2016-12-05 | 1 | -3/+13 |
| * | TableGen/AsmMatcherEmitter: Trust that stable_sort works | Matthias Braun | 2016-12-05 | 1 | -10/+0 |
| * | TableGen: Use StringInit instead of std::string for DagInit arg names | Matthias Braun | 2016-12-05 | 4 | -30/+34 |
| * | TableGen: Use StringInit instead of std::string for DagInit name | Matthias Braun | 2016-12-05 | 1 | -4/+4 |
| * | TableGen: Use StringRef instead of const std::string& in return vals. | Matthias Braun | 2016-12-04 | 18 | -37/+40 |
| * | [tablegen] Delete duplicates from a vector without skipping elements | Vedant Kumar | 2016-12-01 | 1 | -0/+1 |
| * | Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC). | Eugene Zelenko | 2016-11-30 | 7 | -132/+219 |
| * | Apply clang-tidy's 'performance-faster-string-find' check to LLVM. | Benjamin Kramer | 2016-11-30 | 1 | -1/+1 |
| * | TableGen: Allow signed immediates for instruction aliases | Jacob Baungard Hansen | 2016-11-24 | 1 | -1/+1 |
| * | Add IntrInaccessibleMemOnly property for intrinsics | Andrew Kaylor | 2016-11-22 | 3 | -7/+60 |
| * | [TableGen][ISel] When factoring ScopeMatcher, if the child of the ScopeMatche... | Craig Topper | 2016-11-22 | 1 | -2/+9 |
| * | [Sparc] Use target name instead of namespace as prefix for MCRegisterClasses ... | Jacob Baungard Hansen | 2016-11-21 | 1 | -1/+1 |
| * | [TableGen][ISel] Do a better job of factoring ScopeMatchers created during cr... | Craig Topper | 2016-11-21 | 1 | -3/+11 |
| * | Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439. | Daniel Sanders | 2016-11-19 | 1 | -1/+6 |
| * | Check that emitted instructions meet their predicates on all targets except A... | Daniel Sanders | 2016-11-19 | 6 | -30/+122 |
| * | [tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC. | Daniel Sanders | 2016-11-19 | 6 | -37/+72 |
| * | Fix -Wunused introduced in r286945 for release builds. | Daniel Sanders | 2016-11-15 | 1 | -0/+2 |
| * | [tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera... | Daniel Sanders | 2016-11-15 | 4 | -89/+158 |
| * | Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres... | Peter Collingbourne | 2016-11-09 | 3 | -7/+13 |
| * | Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen... | Peter Collingbourne | 2016-11-09 | 3 | -13/+7 |
| * | X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ... | Peter Collingbourne | 2016-11-09 | 3 | -7/+13 |
| * | Expandload and Compressstore intrinsics | Elena Demikhovsky | 2016-11-03 | 2 | -6/+8 |
| * | [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h | Alex Bradbury | 2016-11-01 | 1 | -9/+2 |
| * | Fix per-processor model scheduler definition completeness check | Ulrich Weigand | 2016-10-31 | 1 | -1/+2 |
| * | Revert 285087. | Nico Weber | 2016-10-25 | 1 | -0/+8 |
| * | Try removing an MSVC2010 workaround. | Nico Weber | 2016-10-25 | 1 | -8/+0 |
| * | Switch SmallSetVector to use DenseSet when it overflows its inline space. | Justin Lebar | 2016-10-21 | 2 | -20/+23 |
| * | Improve tablegen gen-subtarget diagnostics for missing machine models. | Andrew Trick | 2016-10-18 | 1 | -5/+8 |
| * | Revert r283690, "MC: Remove unused entities." | Peter Collingbourne | 2016-10-10 | 1 | -1/+1 |
| * | Use StringRef in TableGen generated Intrinsics.gen file (NFC) | Mehdi Amini | 2016-10-10 | 1 | -7/+5 |