| Commit message (Expand) | Author | Age | Files | Lines |
| * | [TableGen] CodeGenMapTable - Don't dereference a dyn_cast result. NFCI. | Simon Pilgrim | 2019-09-17 | 1 | -2/+2 |
| * | [TableGen] Correct comments for end of namespace. NFC | Bjorn Pettersson | 2019-08-25 | 1 | -4/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [mips] Improve diagnostics for instruction mapping | Aleksandar Beserminji | 2018-01-08 | 1 | -1/+6 |
| * | [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp... | Craig Topper | 2017-07-07 | 1 | -2/+2 |
| * | [TableGen] Make CodeGenMapTable understand the namespace field of an instruction | Karl-Johan Karlsson | 2017-03-27 | 1 | -8/+8 |
| * | [tablegen] Delete duplicates from a vector without skipping elements | Vedant Kumar | 2016-12-01 | 1 | -0/+1 |
| * | [TableGen] more helpful error message in MapTableEmitter | Nicolai Haehnle | 2016-03-10 | 1 | -2/+12 |
| * | [TableGen] Use range-based for loops. NFC | Craig Topper | 2016-02-11 | 1 | -10/+7 |
| * | [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ... | Craig Topper | 2016-02-01 | 1 | -1/+1 |
| * | TableGen: Add LLVM_READONLY to generated InstrMapping functions | Matt Arsenault | 2015-09-24 | 1 | -1/+1 |
| * | [TableGen] Rename ListInit::getSize to just 'size' to be more consistent. | Craig Topper | 2015-06-02 | 1 | -8/+8 |
| * | [TableGen] Use range-based for loops. NFC. | Craig Topper | 2015-06-02 | 1 | -14/+10 |
| * | [TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i... | Craig Topper | 2015-05-14 | 1 | -1/+1 |
| * | Replace size method call of containers to empty method where appropriate | Alexander Kornienko | 2015-01-15 | 1 | -2/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -2/+2 |
| * | Unbreak the C++11 build. | Benjamin Kramer | 2014-03-03 | 1 | -1/+1 |
| * | Correct word hyphenations | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | Remove several unused variables. | Rafael Espindola | 2013-10-01 | 1 | -1/+0 |
| * | Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa... | Jyotsna Verma | 2013-02-14 | 1 | -5/+4 |
| * | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 2012-10-25 | 1 | -16/+14 |
| * | Remove unused member & unnecessary semicolon. | David Blaikie | 2012-10-25 | 1 | -3/+2 |
| * | add TableGen support to create relationship maps between instructions | Sebastian Pop | 2012-10-25 | 1 | -0/+609 |