summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SequenceToOffsetTable.h
Commit message (Expand)AuthorAgeFilesLines
* Relax assertions when there's really no entries. [NFC]Michael Liao2019-10-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove usages of deprecated std::unary_function and std::binary_function.Benjamin Kramer2017-09-141-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Reduce size of some tables in tablegen register info output.Craig Topper2014-11-221-0/+5
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Add missing includeCraig Topper2013-08-281-0/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Revert r163878 as it breaks on targets with alternate register names. Such ta...Craig Topper2012-09-151-2/+1
* Reduce size of register name index tables by using uint16_t for all in tree t...Craig Topper2012-09-141-2/+3
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-2/+2
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-171-0/+2
* Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen2012-03-301-0/+14
* Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen2012-03-301-2/+4
* Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola2012-03-301-4/+2
* Compress SimpleValueType lists by sharing.Jakob Stoklund Olesen2012-03-301-2/+4
* Add a SequenceToOffsetTable to TableGen.Jakob Stoklund Olesen2012-03-301-0/+123
OpenPOWER on IntegriCloud