1. 3d2a664 Add a valgrind suppressions file for x86_64/linux/4.3.3. by Daniel Dunbar · 15 years ago
  2. 00a4244 lit: Give test formats control over test discovery. by Daniel Dunbar · 15 years ago
  3. f96271a slightly increase prettiness. by Chris Lattner · 15 years ago
  4. f6761be emit the register table as a massive string to avoid relocations. by Chris Lattner · 15 years ago
  5. 44da5fb move StringToOffsetTable out to its own header. by Chris Lattner · 15 years ago
  6. 3200fc9 factor string table generation out to its own class. This changes by Chris Lattner · 15 years ago
  7. e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 15 years ago
  8. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
  9. d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 15 years ago
  10. 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 15 years ago
  11. 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 15 years ago
  12. 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 15 years ago
  13. 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 15 years ago
  14. 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 15 years ago
  15. 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 15 years ago
  16. c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 15 years ago
  17. 28179db Fix a subtle bug in "return;" generation which caused us to miss by Chris Lattner · 15 years ago
  18. 634cca3 hoist the call to processDebugLoc out of the generated by Chris Lattner · 15 years ago
  19. c60535a Count test correctly with -q. by Daniel Dunbar · 15 years ago
  20. 07d0bd4 Fix another refactoro. by Daniel Dunbar · 15 years ago
  21. f072432 lit needs bash for tcl-as-sh execution, we use set -o pipefail. by Daniel Dunbar · 15 years ago
  22. ba3931b Fix typo that worked on python 2.6. by Daniel Dunbar · 15 years ago
  23. 2c0a49c Fix a refactoro. by Daniel Dunbar · 15 years ago
  24. be7ada7 Add 'lit' testing tool. by Daniel Dunbar · 15 years ago
  25. b7c5bdf Remove some unused variables and methods warned about by by Duncan Sands · 15 years ago
  26. 9c0c3bf Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 15 years ago
  27. cdfa01b PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type by Bob Wilson · 15 years ago
  28. 98dd4e6 Disable optional bindings for Apple-style builds. by Bob Wilson · 15 years ago
  29. 20a709f Revert 76080. This broke some powerpc cross compiles. by Bob Wilson · 15 years ago
  30. b562b47 Don't build runtime libraries in an Apple style build. by Daniel Dunbar · 15 years ago
  31. fd87e6a Fix bad length argument to substr calls. Apparently I'm the first one to by Bob Wilson · 15 years ago
  32. 8464f07 Don't submit test directory. by Bill Wendling · 15 years ago
  33. de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 15 years ago
  34. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  35. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  36. e8f6e79 search unittests. by Chris Lattner · 15 years ago
  37. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  38. 5b9e7ef Try to fix MSVC build after r79846. by Benjamin Kramer · 15 years ago
  39. 6f5cc82 Fix non-determinism in DAGISel emitter. by Daniel Dunbar · 15 years ago
  40. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 15 years ago
  41. 569f121 remove some DOUTs by Chris Lattner · 15 years ago
  42. 05e9d99 Don't install FileCheck or FileUpdate by Douglas Gregor · 15 years ago
  43. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  44. 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 15 years ago
  45. 1c8e581 Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table. by Anton Korobeynikov · 15 years ago
  46. c9d44f0 Add simple cost model to perfect shuffle. Currently we're doing just greedy search for cost instead of (proper) dynamic programming approach. by Anton Korobeynikov · 15 years ago
  47. cb02dde Whitespace cleanup by Anton Korobeynikov · 15 years ago
  48. 5215116 Even more Apple style build horribleness. by Evan Cheng · 15 years ago
  49. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  50. fac8541 Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed. by David Goodwin · 15 years ago
  51. 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 15 years ago
  52. 0b2353f when emitting errors about CHECK-NEXT directives, show the line that the by Chris Lattner · 15 years ago
  53. 5dafafd implement support for CHECK-NEXT: in filecheck. by Chris Lattner · 15 years ago
  54. d7e2505 simplify some code. by Chris Lattner · 15 years ago
  55. 7bee327 rewrite FindStringInBuffer to use an explicit loop instead of by Chris Lattner · 15 years ago
  56. 207e1bc Instead of using an std::pair, use a custom struct. by Chris Lattner · 15 years ago
  57. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  58. 36e3e66 Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. by Bob Wilson · 15 years ago
  59. a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
  60. 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 15 years ago
  61. 23b9b19 Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. by Owen Anderson · 15 years ago
  62. 1095f2a llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') by Daniel Dunbar · 15 years ago
  63. 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 15 years ago
  64. 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 15 years ago
  65. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 15 years ago
  66. 8409bfb llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes are by Daniel Dunbar · 15 years ago
  67. 9b6a53a Fix a few more places in TableGen that need to handle EVT::vAny types. by Bob Wilson · 15 years ago
  68. ea6408f llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. by Daniel Dunbar · 15 years ago
  69. 61fc4cf Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic by Bob Wilson · 15 years ago
  70. e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 15 years ago
  71. 5c468e3 llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call by Daniel Dunbar · 15 years ago
  72. ac6b4f2 llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to by Daniel Dunbar · 15 years ago
  73. 338825c llvm-mc/AsmMatcher: Change assembler parser match classes to their own record by Daniel Dunbar · 15 years ago
  74. fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 15 years ago
  75. db2ddb5 llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. by Daniel Dunbar · 15 years ago
  76. 72fa87f llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to by Daniel Dunbar · 15 years ago
  77. 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 15 years ago
  78. 2b54481 llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection. by Daniel Dunbar · 15 years ago
  79. 6745d42 llvm-mc/AsmParser: Define match classes in the .td file. -2 FIXMEs. by Daniel Dunbar · 15 years ago
  80. 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 15 years ago
  81. 8246bef fix edito by Chris Lattner · 15 years ago
  82. af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 15 years ago
  83. 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 15 years ago
  84. 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 15 years ago
  85. 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 15 years ago
  86. d39bd3a add another const by Chris Lattner · 15 years ago
  87. c604953 remove a useless anon-ns, make table const. by Chris Lattner · 15 years ago
  88. fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 15 years ago
  89. a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 15 years ago
  90. b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 15 years ago
  91. 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 15 years ago
  92. 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 15 years ago
  93. fadf131 Unbreak build. by Benjamin Kramer · 15 years ago
  94. 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 15 years ago
  95. 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 15 years ago
  96. 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 15 years ago
  97. 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 15 years ago
  98. 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 15 years ago
  99. d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 15 years ago
  100. b341577 Suppress compiler warning. by Daniel Dunbar · 15 years ago