summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* TableGen: Add !size operationNicolai Haehnle2018-02-231-0/+6
* TableGen: Add strict assertions to sanity check earlier type checkingNicolai Haehnle2018-02-221-0/+3
* TableGen: Allow implicit casting between string and codeNicolai Haehnle2018-02-221-0/+14
* TableGen: Fix type of resolved and converted listsNicolai Haehnle2018-02-221-16/+15
* [tablegen] Fixed few !foreach evaluation issues.Artem Belevich2018-02-091-41/+26
* [TblGen] Inline an (almost) trivial accessor. No functionality change.Benjamin Kramer2018-01-231-4/+0
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-5/+5
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-5/+5
* Untabify.NAKAMURA Takumi2017-08-281-1/+1
* [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko2017-06-161-19/+24
* [TableGen] Remove RecordVal constructor that takes a StringRef and Record::se...Craig Topper2017-06-011-6/+1
* [TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper2017-05-311-3/+3
* [TableGen] Make one of RecordVal's constructors delegate to the other to redu...Craig Topper2017-05-311-6/+0
* [TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit an...Craig Topper2017-05-291-16/+10
* [TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix...Craig Topper2017-05-291-1/+1
* [TableGen] Prevent DagInit from leaking its Args and ArgNames when they excee...Craig Topper2017-05-271-11/+16
* [TableGen] Remove all the static vectors named TheActualPool.Craig Topper2017-05-271-12/+0
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+10
* TableGen: Some more std::string->StringInit* replacementsMatthias Braun2016-12-051-2/+2
* TableGen: TableGenStringKey is no longer necessary as of r288642Matthias Braun2016-12-051-55/+0
* TableGen: Use range based for; reserve vectors where possibleMatthias Braun2016-12-051-18/+23
* TableGen/Record: Replace std::vector with SmallVector/ArrayRefMatthias Braun2016-12-051-27/+28
* ListInit::convertInitializerTo: avoid foldingset lookup if nothing changedMatthias Braun2016-12-051-4/+13
* TableGen: Use StringInit instead of std::string for DagInit arg namesMatthias Braun2016-12-051-12/+12
* TableGen: Use StringInit instead of std::string for DagInit nameMatthias Braun2016-12-051-8/+8
* TableGen: Use more StringInit instead of StringRefMatthias Braun2016-12-051-17/+10
* TableGen: Factor out STRCONCAT constructor, add shortcut.Matthias Braun2016-12-051-26/+25
* TableGen/Record: Move PointerIntPair to less used field of RecordValMatthias Braun2016-12-051-4/+4
* TableGen: Store Records on a BumpPtrAllocatorMatthias Braun2016-12-041-56/+70
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-5/+5
* TableGen: Optimize common string concatenation with SmallStringMatthias Braun2016-12-041-2/+7
* TableGen: Use StringRef instead of const std::string& for parametersMatthias Braun2016-12-041-18/+16
* TableGen: Add operator !orMatt Arsenault2016-11-151-0/+3
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-13/+10
* [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-051-0/+25
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-1/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-6/+6
* [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-181-9/+9
* [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
* [TblGen] ArrayRefize TGParser. No functional change intended.Benjamin Kramer2015-10-241-1/+1
* TableGen: Support folding casts from bits to intMatt Arsenault2015-07-311-0/+8
* [TableGen] Change a couple methods to return an ArrayRef instead of a const s...Craig Topper2015-07-061-1/+1
* [TableGen] Restore the use of the TheInit field in Record to cache the Record...Craig Topper2015-06-241-7/+3
* [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
OpenPOWER on IntegriCloud