Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
utils
/
TableGen
/
CodeGenMapTable.cpp
3be0f86
[mips] Improve diagnostics for instruction mapping
by Aleksandar Beserminji
· 8 years ago
77eddb7
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namespace. NFC
by Craig Topper
· 8 years ago
f6c7abb
[TableGen] Make CodeGenMapTable understand the namespace field of an instruction
by Karl-Johan Karlsson
· 8 years ago
74ae925
[tablegen] Delete duplicates from a vector without skipping elements
by Vedant Kumar
· 9 years ago
5dae380
[TableGen] more helpful error message in MapTableEmitter
by Nicolai Haehnle
· 9 years ago
7f53bed
[TableGen] Use range-based for loops. NFC
by Craig Topper
· 10 years ago
3f0462d
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead of accidentally copying to a vector.
by Craig Topper
· 10 years ago
a7a0014
TableGen: Add LLVM_READONLY to generated InstrMapping functions
by Matt Arsenault
· 10 years ago
61f4954
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
by Craig Topper
· 10 years ago
a1bedd7
[TableGen] Use range-based for loops. NFC.
by Craig Topper
· 10 years ago
bbf57b3
[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() if it was just comparing to 0. NFC.
by Craig Topper
· 10 years ago
b4c6267
Replace size method call of containers to empty method where appropriate
by Alexander Kornienko
· 11 years ago
095734c
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
a0fb580
Unbreak the C++11 build.
by Benjamin Kramer
· 11 years ago
087ab61
Correct word hyphenations
by Alp Toker
· 12 years ago
8819c84
Remove several unused variables.
by Rafael Espindola
· 12 years ago
1912c76
Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp.
by Jyotsna Verma
· 13 years ago
61131ab
Remove exception handling usage from tblgen.
by Joerg Sonnenberger
· 13 years ago
a8a0a15
Remove unused member & unnecessary semicolon.
by David Blaikie
· 13 years ago
becdf4d
add TableGen support to create relationship maps between instructions
by Sebastian Pop
· 13 years ago