aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/SequenceToOffsetTable.h
Commit message (Expand)AuthorAgeFilesLines
* 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