aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/SequenceToOffsetTable.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2014-11-22Reduce size of some tables in tablegen register info output.Craig Topper1-0/+5
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2013-08-28Add missing includeCraig Topper1-0/+1
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-2/+2
2012-09-15Revert r163878 as it breaks on targets with alternate register names. Such ta...Craig Topper1-2/+1
2012-09-14Reduce size of register name index tables by using uint16_t for all in tree t...Craig Topper1-2/+3
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko1-2/+2
2012-05-17enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner1-0/+2
2012-03-30Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen1-0/+14
2012-03-30Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen1-2/+4
2012-03-30Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola1-4/+2
2012-03-30Compress SimpleValueType lists by sharing.Jakob Stoklund Olesen1-2/+4
2012-03-30Add a SequenceToOffsetTable to TableGen.Jakob Stoklund Olesen1-0/+123