1. c3c002d Reduce size of some tables in tablegen register info output. by Craig Topper · 11 years ago
  2. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  3. d664760 Add missing include by Craig Topper · 12 years ago
  4. 91d19d8 Sort the #include lines for utils/... by Chandler Carruth · 13 years ago
  5. f8f0a23 Revert r163878 as it breaks on targets with alternate register names. Such targets do not exist in the main tree so this was not noticed. by Craig Topper · 13 years ago
  6. 805e39b Reduce size of register name index tables by using uint16_t for all in tree targets. If more than 16-bits are needed for any out of tree targets, code will detect and use uint32_t instead. by Craig Topper · 13 years ago
  7. 65340a6 Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 13 years ago
  8. a3b0f52 enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits into a by Chris Lattner · 13 years ago
  9. 892f480 Use SequenceToOffsetTable in emitRegisterNameString. by Jakob Stoklund Olesen · 14 years ago
  10. 066aba5 Reapply 153764 and 153761 with a fix. by Jakob Stoklund Olesen · 14 years ago
  11. fc06055 Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions by Rafael Espindola · 14 years ago
  12. e214c3d Compress SimpleValueType lists by sharing. by Jakob Stoklund Olesen · 14 years ago
  13. a234f2e Add a SequenceToOffsetTable to TableGen. by Jakob Stoklund Olesen · 14 years ago