1. 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 16 years ago
  2. 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 16 years ago
  3. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
  4. 8409bfb llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes are by Daniel Dunbar · 16 years ago
  5. 9b6a53a Fix a few more places in TableGen that need to handle EVT::vAny types. by Bob Wilson · 16 years ago
  6. ea6408f llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. by Daniel Dunbar · 16 years ago
  7. 61fc4cf Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic by Bob Wilson · 16 years ago
  8. e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
  9. 5c468e3 llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call by Daniel Dunbar · 16 years ago
  10. ac6b4f2 llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to by Daniel Dunbar · 16 years ago
  11. 338825c llvm-mc/AsmMatcher: Change assembler parser match classes to their own record by Daniel Dunbar · 16 years ago
  12. fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 16 years ago
  13. db2ddb5 llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. by Daniel Dunbar · 16 years ago
  14. 72fa87f llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to by Daniel Dunbar · 16 years ago
  15. 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 16 years ago
  16. 2b54481 llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection. by Daniel Dunbar · 16 years ago
  17. 6745d42 llvm-mc/AsmParser: Define match classes in the .td file. -2 FIXMEs. by Daniel Dunbar · 16 years ago
  18. 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 16 years ago
  19. 8246bef fix edito by Chris Lattner · 16 years ago
  20. af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 16 years ago
  21. 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 16 years ago
  22. 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 16 years ago
  23. 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 16 years ago
  24. d39bd3a add another const by Chris Lattner · 16 years ago
  25. c604953 remove a useless anon-ns, make table const. by Chris Lattner · 16 years ago
  26. fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 16 years ago
  27. a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 16 years ago
  28. b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 16 years ago
  29. 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
  30. 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
  31. fadf131 Unbreak build. by Benjamin Kramer · 16 years ago
  32. 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
  33. 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 16 years ago
  34. 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 16 years ago
  35. 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 16 years ago
  36. 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 16 years ago
  37. d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  38. b341577 Suppress compiler warning. by Daniel Dunbar · 16 years ago
  39. a5bb59f by David Greene · 16 years ago
  40. b8281ca Add new function attribute keywords to the vim syntax. by Dan Gohman · 16 years ago
  41. 53a7f16 TableGen / AsmMatcher: Tweaks to avoid generating completely bogus match by Daniel Dunbar · 16 years ago
  42. 0307a76 * Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs by Misha Brukman · 16 years ago
  43. 4ab1553 Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here and there (mostly __m64). by Anton Korobeynikov · 16 years ago
  44. 0508471 Add FileUpdate tool, conditionally updates its output based on its input. by Daniel Dunbar · 16 years ago
  45. 6f69aa3 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 16 years ago
  46. cdcb388 Change MCOperand to use Create style instead of Make style for constructing by Daniel Dunbar · 16 years ago
  47. bef8768 by David Greene · 16 years ago
  48. a027d22 llvm-mc: Match a few X86 instructions. by Daniel Dunbar · 16 years ago
  49. 7212f80 Remove unintended changes. by Daniel Dunbar · 16 years ago
  50. bd17a29 Remove itohexstr, which only had one user. by Daniel Dunbar · 16 years ago
  51. fe09b20 Twines: Don't allow implicit conversion from integers, this is too tricky. by Daniel Dunbar · 16 years ago
  52. 2395f01 Minor whitespace tidiness. by Dan Gohman · 16 years ago
  53. debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  54. cb778a8 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 16 years ago
  55. a938ac6 make ptr_rc derive from a new PointerLikeRegClass tblgen class. by Chris Lattner · 16 years ago
  56. c8d0605 by David Greene · 16 years ago
  57. 09b1366 Fix the verifier to handle intrinsics with LLVMMatchType parameters, where by Bob Wilson · 16 years ago
  58. 636bef1 Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious compile time regression. by Evan Cheng · 16 years ago
  59. 0e2771f Match X86 register names to number. by Daniel Dunbar · 16 years ago
  60. a02446a Tweak LLVM emacs style to make default namespace indentation closer to style by Daniel Dunbar · 16 years ago
  61. 224251d Add inbounds to the polygen grammar. by Dan Gohman · 16 years ago
  62. d5c9470 vim syntax highlighting for inbounds keyword. by Dan Gohman · 16 years ago
  63. b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 16 years ago
  64. e02a0aa Add new keywords to the vim syntax highlighting. by Dan Gohman · 16 years ago
  65. bfacb7e Add new optimization keywords to the polygen grammar. by Dan Gohman · 16 years ago
  66. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  67. 8f6353f by David Greene · 16 years ago
  68. a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 16 years ago
  69. 76081c4 by David Greene · 16 years ago
  70. ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 16 years ago
  71. fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 16 years ago
  72. 3837b64 Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. by Evan Cheng · 16 years ago
  73. 22be522 tblgen/AsmMatcher: Emit simple matcher for register names. by Daniel Dunbar · 16 years ago
  74. ab9238e by David Greene · 16 years ago
  75. 923a579 Add the private keyword to the polygen grammar. by Dan Gohman · 16 years ago
  76. 21de024 Add the private keyword to the VIM syntax highlighting. by Dan Gohman · 16 years ago
  77. 49e3182 Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly to the llvm testsuite. by Bill Wendling · 16 years ago
  78. 021da14 In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. by Stuart Hastings · 16 years ago
  79. 4f80d71 Update llvm{do,grep} to also search cmake / .cmake files by Daniel Dunbar · 16 years ago
  80. 9344eb7 Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update by Ted Kremenek · 16 years ago
  81. fe7b16f by David Greene · 16 years ago
  82. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  83. a4b0486 Remove the v3i32 and v3f32 value types: they are not by Duncan Sands · 16 years ago
  84. a266b5f Helper script to use bugpoint with a remote target. by Viktor Kutuzov · 16 years ago
  85. e11c4db Use http instead https for anonymous readonly check out. by Evan Cheng · 16 years ago
  86. ab5a5a6 Revert 75308. by Bob Wilson · 16 years ago
  87. ff79ef4 NewNightlyTest.pl - Add -configure-args option. by Daniel Dunbar · 16 years ago
  88. 0c39e38 NewNightlyTest.pl - Add -noremoveatend option. by Daniel Dunbar · 16 years ago
  89. 014700c by David Greene · 16 years ago
  90. e9e2733 Tweak comment. by Daniel Dunbar · 16 years ago
  91. 7cab893 Update CMakeLists.txt by Daniel Dunbar · 16 years ago
  92. d51ffcf Stub out assembly matcher (.s -> MCInst) tblgen backend. by Daniel Dunbar · 16 years ago
  93. d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 16 years ago
  94. 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 16 years ago
  95. 28eff96 Add new vector types for 192-bit, 348-bit and 512-bit sizes. by Bob Wilson · 16 years ago
  96. bbf1caa Refactor TableGen's llvm::getName to share code with llvm::getEnumName, by Bob Wilson · 16 years ago
  97. d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 16 years ago
  98. f881ae0 * Install crosstool in /usr/local/crosstool by Misha Brukman · 16 years ago
  99. af9005d stop on the first file mismatch. by Chris Lattner · 16 years ago
  100. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago