| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the container form llvm::sort(C, ...) | Fangrui Song | 2018-09-30 | 1 | -21/+18 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -5/+5 |
| * | [globalisel][tblgen] Table optimization should consider the C++ code in C++ p... | Daniel Sanders | 2018-09-25 | 1 | -0/+6 |
| * | [globalisel] Remove dead code from GlobalISelEmitter | Daniel Sanders | 2018-08-12 | 1 | -17/+0 |
| * | [NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var in GlobalISElemit... | Andrei Elovikov | 2018-06-26 | 1 | -2/+2 |
| * | [globalisel][tablegen] Add support for C++ predicates on PatFrags and use it ... | Daniel Sanders | 2018-06-15 | 1 | -20/+103 |
| * | Revert r334764, as it breaks some bots | Florian Hahn | 2018-06-14 | 1 | -105/+106 |
| * | [TableGen] Make TreePatternNode::getChild return a reference (NFC) | Florian Hahn | 2018-06-14 | 1 | -106/+105 |
| * | [GlobalISel][InstructionSelect] Switching over root LLTs, perf patch 10 | Roman Tereshin | 2018-05-24 | 1 | -1/+10 |
| * | [GlobalISel][InstructionSelect] Moving Reg Bank Checks forward, perf patch 9 | Roman Tereshin | 2018-05-23 | 1 | -10/+7 |
| * | [GlobalISel][InstructionSelect] Maximizing # of Group's common conditions, pe... | Roman Tereshin | 2018-05-23 | 1 | -3/+13 |
| * | [GlobalISel][InstructionSelect] Sorting MatchTable's 2nd level by root LLT, p... | Roman Tereshin | 2018-05-23 | 1 | -0/+32 |
| * | [GlobalISel][InstructionSelect] Moving type checks forward, perf patch 6 | Roman Tereshin | 2018-05-23 | 1 | -0/+6 |
| * | Remove DEBUG macro. | Nicola Zaghen | 2018-05-23 | 1 | -1/+1 |
| * | [GlobalISel][InstructionSelect] MatchTable second level grouping, perf patch 5 | Roman Tereshin | 2018-05-23 | 1 | -1/+14 |
| * | [GlobalISel][InstructionSelect] Switching MatchTable over opcodes, perf patch 4 | Roman Tereshin | 2018-05-22 | 1 | -0/+178 |
| * | [GlobalISel][InstructionSelect] Sorting MatchTable's first level by opcodes a... | Roman Tereshin | 2018-05-22 | 1 | -11/+19 |
| * | Reverting 332999 to get it a proper commit message | Roman Tereshin | 2018-05-22 | 1 | -19/+11 |
| * | diff --git a/utils/TableGen/GlobalISelEmitter.cpp b/utils/TableGen/GlobalISel... | Roman Tereshin | 2018-05-22 | 1 | -11/+19 |
| * | [GlobalISel][InstructionSelect] Removing redundant num operands and nested de... | Roman Tereshin | 2018-05-22 | 1 | -5/+61 |
| * | Reapply r332907 "[GlobalISel] Improving InstructionSelect's performance by re... | Roman Tereshin | 2018-05-21 | 1 | -305/+560 |
| * | Revert r332907 "[GlobalISel] Improving InstructionSelect's performance by red... | Roman Tereshin | 2018-05-21 | 1 | -560/+305 |
| * | [GlobalISel] Improving InstructionSelect's performance by reducing MatchTable... | Roman Tereshin | 2018-05-21 | 1 | -305/+560 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -2/+2 |
| * | [globalisel] Update GlobalISel emitter to match new representation of extendi... | Daniel Sanders | 2018-05-05 | 1 | -91/+133 |
| * | [GlobalISel][InstructionSelect] Making Coverage Info generation optional on p... | Roman Tereshin | 2018-05-02 | 1 | -10/+18 |
| * | [GlobalISel][InstructionSelect] Refactoring buildMatchTable out, NFC | Roman Tereshin | 2018-05-02 | 1 | -24/+38 |
| * | [GlobalISel][InstructionSelect] Refactoring out a getMatchTable virtual metho... | Roman Tereshin | 2018-05-02 | 1 | -25/+31 |
| * | [TableGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-06 | 1 | -7/+7 |
| * | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | [GISel]: Make GlobalISelEmitter rule prioritization compatible with selectionDAG | Aditya Nandakumar | 2018-02-16 | 1 | -0/+12 |
| * | [ARM][GISel] PR35965 Constrain RegClasses of nested instructions built from D... | Daniel Sanders | 2018-01-29 | 1 | -6/+9 |
| * | [GlobalISel][TableGen] Fix the statistics for emitted patters | Volkan Keles | 2018-01-25 | 1 | -3/+3 |
| * | [NFC] fix trivial typos in comments | Hiroshi Inoue | 2018-01-24 | 1 | -1/+1 |
| * | [globalisel][tablegen] Honour priority order within nested instructions. | Daniel Sanders | 2018-01-17 | 1 | -0/+13 |
| * | [GlobalISel][TableGen] Add support for SDNodeXForm | Volkan Keles | 2018-01-16 | 1 | -26/+106 |
| * | Do not generate an empty switch statement as it causes MSVC to issue diagnost... | Aaron Ballman | 2017-12-20 | 1 | -4/+7 |
| * | [globalisel][tablegen] Allow ImmLeaf predicates to use InstructionSelector me... | Daniel Sanders | 2017-12-20 | 1 | -12/+22 |
| * | [TableGen][GlobalISel] Reset the internal map of RuleMatchers just before the... | Quentin Colombet | 2017-12-19 | 1 | -3/+4 |
| * | [TableGen][GlobalISel] Make the arguments of the Instruction and Operand Matc... | Quentin Colombet | 2017-12-18 | 1 | -18/+18 |
| * | [TableGen][GlobalISel] Refactor optimizeRules related bit to allow code reuse | Quentin Colombet | 2017-12-18 | 1 | -12/+23 |
| * | [TableGen][GlobalISel] Optimize MatchTable for faster instruction selection | Quentin Colombet | 2017-12-18 | 1 | -17/+194 |
| * | [TableGen][GlobalISel] Make the different Matcher comparable | Quentin Colombet | 2017-12-15 | 1 | -0/+52 |
| * | [TableGen][GlobalISel] Fix unused variable warning in release mode | Quentin Colombet | 2017-12-15 | 1 | -0/+1 |
| * | [TableGen][GlobalISel] Have the predicate directly know which data they are d... | Quentin Colombet | 2017-12-15 | 1 | -101/+169 |
| * | [TableGen][GlobalISel] Add a common class for all PredicateMatcher | Quentin Colombet | 2017-12-14 | 1 | -48/+44 |
| * | Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ... | Daniel Sanders | 2017-12-05 | 1 | -88/+43 |
| * | [globalisel][tablegen] Split atomic load/store into separate opcode and enabl... | Daniel Sanders | 2017-12-04 | 1 | -43/+88 |
| * | [globalisel][tablegen] Add support for relative AtomicOrderings | Daniel Sanders | 2017-11-30 | 1 | -6/+57 |
| * | [globalisel][tablegen] Add support for specific immediates in the match pattern | Daniel Sanders | 2017-11-30 | 1 | -0/+8 |