1. 8030e1a Add ifdef around getSubtargetFeatureName in tablegen output file so that only targets that want the function get it. This prevents other targets from getting an unused function warning. by Craig Topper · 12 years ago
  2. 14ce6fa ARM: improved assembler diagnostics for missing CPU features. by Jim Grosbach · 12 years ago
  3. f0ae38e Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegClass' instead. by Craig Topper · 12 years ago
  4. 7c0903a TableGen'd RegPressure: Added getPressureSetName. by Andrew Trick · 12 years ago
  5. c1922c7 TableGen support for auto-generating assembly two-operand aliases. by Jim Grosbach · 12 years ago
  6. b423d18 Use a SmallVector instead of std::vector for ResOperands. by Jim Grosbach · 12 years ago
  7. 8caecde Update some internal naming conventions to modern style. by Jim Grosbach · 12 years ago
  8. 9b58f29 Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional change since XXXRegisterClass is just a constant alias of &XXXRegClass, but should probably go away. by Craig Topper · 12 years ago
  9. d4824fc Fix typo. by Jim Grosbach · 12 years ago
  10. b4b26f8 Revert "Replace some uses of std:map<std::string,...> with StringMap." by Jim Grosbach · 12 years ago
  11. 3cbcffc tblgen: remove duplicated newlines. by Benjamin Kramer · 12 years ago
  12. 325478d Replace some uses of std:map<std::string,...> with StringMap. by Jim Grosbach · 12 years ago
  13. a5b0685 Use SmallVector for the requirements on an InstAlias. by Jim Grosbach · 12 years ago
  14. 016c679 Tidy up. Formatting. by Jim Grosbach · 12 years ago
  15. bfb4327 Move a few more warnings to use PrintWarning(). by Jim Grosbach · 12 years ago
  16. 37c53ff Tidy up. No need for a Twine here, as it's just constants. by Jim Grosbach · 12 years ago
  17. 723fc11 Formatting. by Jim Grosbach · 12 years ago
  18. 5bd9e0d Tidy up. Add a '.' at the end of the sentence. by Jim Grosbach · 12 years ago
  19. 7be4397 Clean up warning text. Remove extraneous prefix. by Jim Grosbach · 12 years ago
  20. 9b29ea4 TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. by Jim Grosbach · 12 years ago
  21. e546c4c Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocessor number was removed for this instruction. by Silviu Baranga · 12 years ago
  22. 67cd20d Sanity check error handling for TokenAlias. by Jim Grosbach · 12 years ago
  23. 65da6fc Tidy up. 80 columns. by Jim Grosbach · 12 years ago
  24. b57b170 Fix target specific intrinsic handling to adjust intrinsic number before doing attribute table lookup. Also fix attribute table lookup to handle 'invalid' intrinsic correctly. Fixes PR12542 by Craig Topper · 12 years ago
  25. 2ce182c Remove incorrect comment. by Jim Grosbach · 12 years ago
  26. 11fc646 Tidy up. Remove hard tab characters. by Jim Grosbach · 12 years ago
  27. bf1aab1 Tidy up. Whitespace. by Jim Grosbach · 12 years ago
  28. ec14cd7 TableGen's regpressure: emit per-registerclass weight limits. by Andrew Trick · 12 years ago
  29. 5c1761d TableGen'd regpressure: register unit set pruning. by Andrew Trick · 12 years ago
  30. 680363b Tablegen'd regpressure: emit the weighted pressure limit. by Andrew Trick · 12 years ago
  31. aa744e2 Table-generated register pressure fixes. by Andrew Trick · 12 years ago
  32. 4b74558 TableGen/reginfo potential bug: typo from previous checkin. by Andrew Trick · 12 years ago
  33. 0fb0678 Fix for register pressure tables. by Andrew Trick · 12 years ago
  34. c72e08b Use std::includes instead of my own implementation. by Andrew Trick · 12 years ago
  35. 176194d Added register unit sets to the target description. by Andrew Trick · 12 years ago
  36. d35ac3c Added register unit weights to the target description. by Andrew Trick · 12 years ago
  37. aec111a Fix header comment by Andrew Trick · 12 years ago
  38. 58609b7 Convert assert(false) followed by a return to llvm_unreachable by Craig Topper · 12 years ago
  39. 9b1b25f Tidy up spacing in some tablegen outputs. by Craig Topper · 12 years ago
  40. 769bbfd Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo. by Craig Topper · 12 years ago
  41. 5aeda3f Cleanup set_union usage. The same thing but a bit cleaner now. by Andrew Trick · 12 years ago
  42. f127595 Use std::set_union instead of nasty custom code. by Andrew Trick · 12 years ago
  43. 545b962 Second part for the 153874 one by Silviu Baranga · 12 years ago
  44. 9433859 Emit the asm writer's mnemonic table with SequenceToOffsetTable. by Benjamin Kramer · 12 years ago
  45. fab3f7e Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit tricky due to the target specific sizes for some of the fields so the ordering is only optimal for the targets in the tree. by Craig Topper · 12 years ago
  46. 7c0b3c1 Remove getInstructionName from MCInstPrinter implementations in favor of using the instruction name table from MCInstrInfo. Reduces static data in the InstPrinter implementations. by Craig Topper · 12 years ago
  47. a4bd58b Use SequenceToOffsetTable to generate instruction name table for AsmWriter. by Craig Topper · 12 years ago
  48. 413b2e7 Use SequenceToOffsetTable to create instruction name table. Saves space particularly on X86 where AVX instructions just add a 'v' to the front of other instructions. by Craig Topper · 12 years ago
  49. 243018f Emit the LLVM<->DWARF register mapping as a sorted table and use binary search to do the lookup. by Benjamin Kramer · 12 years ago
  50. 9f2a9d7 comment typo by Andrew Trick · 12 years ago
  51. dd9a501 Introduce Register Units: Give each leaf register a number. by Andrew Trick · 12 years ago
  52. cef670a Rip out emission of the regIsInRegClass function for the asm printer. by Benjamin Kramer · 12 years ago
  53. c19f72b Use SequenceToOffsetTable in emitRegisterNameString. by Jakob Stoklund Olesen · 12 years ago
  54. 0d4e2ea Reapply 153764 and 153761 with a fix. by Jakob Stoklund Olesen · 12 years ago
  55. 77ff8bb Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions by Rafael Espindola · 12 years ago
  56. ecf2d9f Compress SimpleValueType lists by sharing. by Jakob Stoklund Olesen · 12 years ago
  57. 8f36b0b Compress register lists by sharing suffixes. by Jakob Stoklund Olesen · 12 years ago
  58. 184440e Add a SequenceToOffsetTable to TableGen. by Jakob Stoklund Olesen · 12 years ago
  59. c6a96ff Add more constness to CodeGenRegisters. by Jakob Stoklund Olesen · 12 years ago
  60. 5b2f913 Spill DPair registers, not just QPR. by Jakob Stoklund Olesen · 12 years ago
  61. ef18cd3 fix a failure path to print the right thing, part of PR12357 by Chris Lattner · 12 years ago
  62. 72e84f5 TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user was the c backend. by Benjamin Kramer · 12 years ago
  63. 901b858 Include cstdio in a few place that depended on getting it transitively through StringExtras.h by Benjamin Kramer · 12 years ago
  64. aa7b3df Reserve number of MI operands to accom,odate complex patterns. by Evan Cheng · 12 years ago
  65. 5a4c790 More const-correcting of FixedLenDecoderEmitter. by Craig Topper · 12 years ago
  66. eb5cd61 Const-correct the FixedLenDecoderEmitter. Pass a few things by const reference instead of value to avoid some copying. by Craig Topper · 12 years ago
  67. d936045 Spacing fixes. Mostly aligning arguments that spilled onto next line with the opening parenthese instead of 2 spaces in. by Craig Topper · 12 years ago
  68. 797ba55 Remove unused field NumVariable from Filter class. Even it was needed the same result could be found with VariableInstructions.size(). Also fix some typos in comments. by Craig Topper · 12 years ago
  69. 7044cce Make MnemonicTable const again. That part of r152202 was OK. by Jakob Stoklund Olesen · 12 years ago
  70. dd20af2 Don't assume all mnemonics fit in 64k. by Jakob Stoklund Olesen · 12 years ago
  71. bcfa982 Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo." by Jakob Stoklund Olesen · 12 years ago
  72. d66b9a2 Revert r152105: "Use uint16_t to store indices into string table" by Jakob Stoklund Olesen · 12 years ago
  73. c007ba8 Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions declaration from class to run method since its only used there and was being reinitialized anyway. by Craig Topper · 12 years ago
  74. 3c39cd8 DFAPacketizerEmitter: Prune includes. by Benjamin Kramer · 12 years ago
  75. c5eaae4 Convert more static tables of registers used by calling convention to uint16_t to reduce space. by Craig Topper · 12 years ago
  76. 39bdc55 Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduce size of static tables. by Craig Topper · 12 years ago
  77. faf72ff Fix the x86 disassembler to at least print the lock prefix if it is the first by Kevin Enderby · 12 years ago
  78. 89d8139 TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask. by NAKAMURA Takumi · 12 years ago
  79. fac2598 Use uint16_t to store instruction implicit uses and defs. Reduces static data. by Craig Topper · 12 years ago
  80. 88d2fa4 Re-commit r152202 hopefully fixing the MSVC linker error. by Craig Topper · 12 years ago
  81. 3c77794 Revert r152202 as it's causing internal buildbot failures. by Chad Rosier · 12 years ago
  82. d3c9d94 Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect all 16-bit string table offsets. Also make sure the string to offset table string is not larger than 65536 characters since larger string literals aren't portable. by Craig Topper · 12 years ago
  83. 4d0983a ARM more NEON VLD/VST composite physical register refactoring. by Jim Grosbach · 12 years ago
  84. c0fc450 ARM refactor more NEON VLD/VST instructions to use composite physregs by Jim Grosbach · 12 years ago
  85. 40530ad Fix support for encodings up to 64-bits in length. TableGen was silently truncating them to 32-bits prior to this. by Owen Anderson · 12 years ago
  86. f0c094b Use uint16_t to store indices into string table since C++ only allows 64K string literals so the index into the big string can never be larger than that. by Craig Topper · 12 years ago
  87. 904a018 Add asserts to ensure that values will fit into the tables. by Craig Topper · 12 years ago
  88. 7cc0426 Nuke a bit of dead code. by Jim Grosbach · 12 years ago
  89. c3384c9 ARM Refactor VLD/VST spaced pair instructions. by Jim Grosbach · 12 years ago
  90. 28f08c9 ARM refactor away a bunch of VLD/VST pseudo instructions. by Jim Grosbach · 12 years ago
  91. 52b89dd Shrink and reorder fields in MCRegisterClass to reduce size of static data. by Craig Topper · 12 years ago
  92. 9ebfbf8 Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size. by Craig Topper · 12 years ago
  93. e4fd907 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 12 years ago
  94. b6632ba Use uint16_t instead of unsigned to store registers in reg classes. Reduces static data size. by Craig Topper · 12 years ago
  95. 015f228 Use uint16_t to store registers in callee saved register tables to reduce size of static data. by Craig Topper · 12 years ago
  96. 991271d Use uint8_t instead of enums to store values in X86 disassembler table. Shaves 150k off the size of X86DisassemblerDecoder.o by Craig Topper · 12 years ago
  97. b08bb34 Perform the string table optimization for OperandMatchEntries too. by Benjamin Kramer · 12 years ago
  98. a4c5ecf Shrink the asm matcher tables. by Benjamin Kramer · 12 years ago
  99. 02ee753 StringToOffsetTable: Allow uniquing the first element, add an option to skip appending a terminating null. by Benjamin Kramer · 12 years ago
  100. 4b1212b Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it. by Benjamin Kramer · 12 years ago