summaryrefslogtreecommitdiff
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Autobrief-ize Record. NFC.Ahmed Bougacha2016-07-141-2/+2
* [TableGen] Cleanup Record comments. NFC.Ahmed Bougacha2016-07-141-65/+1
* TableGen: promote "code" type from syntactic sugar.Tim Northover2016-07-052-2/+27
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* Update and fix LLVM_ENABLE_MODULES:Richard Smith2016-04-161-1/+0
* [TableGen] Fix typos in comments. NFCCraig Topper2016-02-261-2/+2
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-292-7/+7
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit...Craig Topper2016-01-181-39/+79
* [TableGen] Fix an assert I missed in r258063.Craig Topper2016-01-181-1/+1
* [TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...Craig Topper2016-01-183-19/+18
* [TableGen] Allocate the Init pointer array for BitsInit/ListInit after the Bi...Craig Topper2016-01-181-8/+14
* [TableGen] Use some free space in Init to store the opcode for UnOpInit/BinOp...Craig Topper2016-01-041-4/+4
* [TableGen] Change TGParser::SetValue to take an ArrayRef instead of std::vect...Craig Topper2016-01-042-15/+10
* [TableGen] Fix a bug that caused the wrong name for a record built from a mul...Craig Topper2016-01-042-7/+12
* [TblGen] ArrayRefize TGParser. No functional change intended.Benjamin Kramer2015-10-243-28/+20
* TableGen: Support folding casts from bits to intMatt Arsenault2015-07-311-0/+8
* [TableGen] Emit the correct error message.Davide Italiano2015-07-271-1/+1
* [TableGen] Change a couple methods to return an ArrayRef instead of a const s...Craig Topper2015-07-063-3/+3
* [TableGen] Restore the use of the TheInit field in Record to cache the Record...Craig Topper2015-06-241-7/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [TableGen] Change OpInit::getNumOperands and getOperand to use unsigned integ...Craig Topper2015-06-061-2/+2
* [TableGen] Remove trailing whitespace, add space between 'if' and paren, othe...Craig Topper2015-06-061-16/+16
* [TableGen] Remove unnecessary temporary. NFCCraig Topper2015-06-061-2/+1
* [TableGen] Fold variable declaration/initialization into if condition for a c...Craig Topper2015-06-061-8/+6
* [TableGen] Remove unnecessary outer 'if' and merge it's conditions into the i...Craig Topper2015-06-061-42/+41
* [TableGen] Fold variable declarations with their assignments. NFCCraig Topper2015-06-061-4/+2
* [TableGen] Use range-based for loops. NFCCraig Topper2015-06-041-12/+13
* [TableGen] Merge single prefix bit in RecordVal into PointerIntPair with Name...Craig Topper2015-06-041-5/+5
* [TableGen] Use range-based for loops. NFCCraig Topper2015-06-021-12/+10
* [TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper2015-06-022-6/+6
* [TableGen] Use range-based for loops. NFC.Craig Topper2015-06-021-11/+10
* [TableGen] Move a couple virtual methods out of line so vtable anchors can be...Craig Topper2015-06-011-3/+7
* [TableGen] Merge RecTy::typeIsConvertibleTo and RecTy::baseClassOf. NFCCraig Topper2015-05-301-16/+14
* [TableGen] Remove all the variations of RecTy::convertValue and just handle t...Craig Topper2015-05-301-173/+217
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* [TableGen] Remove convertValue functions for UnOpInit, BinOpInit, and TernOpI...Craig Topper2015-05-291-48/+0
* Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer2015-05-281-10/+7
* [TableGen] Use DefInit::getAsString instead of getDef()->getName(). NFCCraig Topper2015-05-281-1/+1
* [TableGen] Don't convert types to strings to query what they are. Just use 'isa'Craig Topper2015-05-281-2/+2
* [TableGen] Fix line wrapping logic for the autogenerated header to use math t...Craig Topper2015-05-261-7/+6
* [TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ...Craig Topper2015-05-261-3/+3
* [TableGen] Put a space between '*' and description in the autogenerated table...Craig Topper2015-05-261-7/+6
* [TableGen] Fix indentation. NFCCraig Topper2015-05-261-1/+1
* [TableGen] Include header for each cpp file first. NFCCraig Topper2015-05-263-4/+3
* [TableGen] Remove unneeded namespace around a function. Just put llvm:: on th...Craig Topper2015-05-261-5/+1
* [TableGen] Use 'static' instead of an anonymous namespace.Craig Topper2015-05-261-18/+16
* [TableGen] Resolve complex def names inside multiclassesHal Finkel2015-05-212-6/+44