1. 0d883e3 sink handling of target-independent machine instrs (other by Chris Lattner · 15 years ago
  2. e1f6de3 AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order by Daniel Dunbar · 15 years ago
  3. a2f5e00 AsmMatcher: Create operand classes before use, apparently records aren't visited by Daniel Dunbar · 15 years ago
  4. 0806f9f FileCheck: When looking for "possible matches", only compare against the prefix by Daniel Dunbar · 15 years ago
  5. e3a1e50 Minor code cleanup. by Dan Gohman · 15 years ago
  6. d8a5541 Skip whitespace when looking for a potential intended match. Before: by Dan Gohman · 15 years ago
  7. e546343 Fix the position of the caret in the FileCheck error message. Before: by Dan Gohman · 15 years ago
  8. 8cdf54c FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. by Daniel Dunbar · 15 years ago
  9. 9988ab0 Quick fix to make the header file for the enhanced by Sean Callanan · 15 years ago
  10. a78def9 Recognize 'add_executable' when analyzing CMake files. by Ted Kremenek · 15 years ago
  11. 55b8809 Update CMake build. by Ted Kremenek · 15 years ago
  12. 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 15 years ago
  13. ae77938 Escape double quotes in 'help'. by Mikhail Glushenkov · 15 years ago
  14. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  15. e9b466d Modified the register matcher function in AsmMatcher to by Sean Callanan · 15 years ago
  16. 1402f0b AsmMatcher: Add a comment. by Daniel Dunbar · 15 years ago
  17. f63623f Make GetSourceVersion more portable, thanks Pawel! by Daniel Dunbar · 15 years ago
  18. eab04fc lit: Separate test suite from test name with spaces, to make it easier to cut and paste. by Daniel Dunbar · 15 years ago
  19. e40eb09 Add a simple script for getting a version tag from a svn/git-svn/git by Daniel Dunbar · 15 years ago
  20. ce8febe The change in r90189 adds a link in a directory outside the iPhone platform by Bob Wilson · 15 years ago
  21. 2d53c21 update mkpatch, patch by Garrison Venn! by Chris Lattner · 15 years ago
  22. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  23. 243a32f Remove DEBUG_DECLARE, looks like we don't need it. by Dale Johannesen · 15 years ago
  24. 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 15 years ago
  25. dfe7281 Use ENABLE_ASSERTIONS throughout. by Bill Wendling · 15 years ago
  26. b7eaa13 Erm, previous patch was wrong; Thanks Bill\! by Stuart Hastings · 15 years ago
  27. ee6c04e Enable assertions by default for Apple-style builds. by Stuart Hastings · 15 years ago
  28. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
  29. 7a523dd Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a by Dan Gohman · 15 years ago
  30. acb75a9 Set the vim auto-indent setting for open braces after case statements to by Dan Gohman · 15 years ago
  31. d203520 Add DEBUG_DECLARE. Not used yet. by Dale Johannesen · 15 years ago
  32. 87563b3 Add DEBUG_VALUE. Not used yet. by Dale Johannesen · 15 years ago
  33. 7c422ac Partially address a README by having functionattrs consider calls to by Duncan Sands · 15 years ago
  34. 7c3ecb6 Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen by Dan Gohman · 15 years ago
  35. 6786d5e by David Greene · 15 years ago
  36. f0fd3af by David Greene · 15 years ago
  37. eeb3a00 Change SelectCode's argument from SDValue to SDNode *, to make it more by Dan Gohman · 15 years ago
  38. 5ddcd6b tblgen/OptParser: Use EmitSourceFileHeader. by Daniel Dunbar · 15 years ago
  39. ba7a662 Replace some special-case code which probably was buggy with an assertion by Dan Gohman · 15 years ago
  40. 537ab90 Remove the CPAttrParentAsRoot code, which is unused, and inconvenient by Dan Gohman · 15 years ago
  41. b7935e0 Typo. by Mikhail Glushenkov · 15 years ago
  42. d64c907 Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly. by Mikhail Glushenkov · 15 years ago
  43. 3a481e3 Minor simplifications. by Mikhail Glushenkov · 15 years ago
  44. 163dd59 Better error message. by Mikhail Glushenkov · 15 years ago
  45. 9ac75ca lit: Add setuptools support. by Daniel Dunbar · 15 years ago
  46. d24f1f3 lit: Sink code into a 'lit' package. by Daniel Dunbar · 15 years ago
  47. 7529ece Use the 'MadeChange' variable instead of returning 'false' all of the time. by Bill Wendling · 15 years ago
  48. 96a4782 Don't emit trailing semicolon. by Daniel Dunbar · 15 years ago
  49. 9bef1bd Cosmetic issue: more consistent naming. by Mikhail Glushenkov · 15 years ago
  50. e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 15 years ago
  51. e5976b8 Suppress compiler warning. by Daniel Dunbar · 15 years ago
  52. 7fb35a2 Fixes to the X86 disassembler: by Sean Callanan · 15 years ago
  53. f660802 by David Greene · 15 years ago
  54. 349d848 .llx is no more. by Chris Lattner · 15 years ago
  55. 014dc70 fix build and while at it remove a redudant include by Nuno Lopes · 15 years ago
  56. 8783087 More bzero -> memset that I missed. by Daniel Dunbar · 15 years ago
  57. 9e6d1d1 Add missing newlines at EOF (for clang++). by Daniel Dunbar · 15 years ago
  58. 8ed9f51 Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit by Sean Callanan · 15 years ago
  59. 2929e11 Fix a comment. by Dan Gohman · 15 years ago
  60. 5760f35 Fix an issue in googletest where a name was used before it was defined. by Eli Friedman · 15 years ago
  61. 9503b49 Make 'set_option' work with list options. by Mikhail Glushenkov · 15 years ago
  62. 994dbe0 Add a 'set_option' action for use in OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  63. 2472328 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
  64. 2d366a2 s/TokenizeCmdline/TokenizeCmdLine/ by Mikhail Glushenkov · 15 years ago
  65. 0680172 Add @earlyclobber TableGen constraint by Jim Grosbach · 15 years ago
  66. 0a0124e Remove superfluous 'extern' variable that was causing a warning with clang. by Bill Wendling · 15 years ago
  67. 6be413d Some command lines don't like numbers with leading zeros. Remove them. by Bill Wendling · 15 years ago
  68. 99ea689 lit: Improve error when gtest discovery fails. by Daniel Dunbar · 15 years ago
  69. 9b03da6 Revert 90628, which was incorrect. by Dan Gohman · 15 years ago
  70. f0a4fad whitespace by Jim Grosbach · 15 years ago
  71. f8bc1e4 Convert llvmc tests to FileCheck. by Mikhail Glushenkov · 15 years ago
  72. 545f968 Support hook invocation from 'append_cmd'. by Mikhail Glushenkov · 15 years ago
  73. e4ac23a Validate the generated C++ code in llvmc tests. by Mikhail Glushenkov · 15 years ago
  74. abf2d98 Allow $CALL(Hook, '$INFILE') for non-join tools. by Mikhail Glushenkov · 15 years ago
  75. 9682043 NNT: Make sure stderr for build commands goes to log file, as intended but misdirected. by Daniel Dunbar · 15 years ago
  76. 252a0df NNT: Use [e]grep -a when scanning logs, its possibly they will have non-text by Daniel Dunbar · 15 years ago
  77. 1b54d42 NNT: Always create the -sentdata.txt file. by Daniel Dunbar · 15 years ago
  78. e854273 Remove unneeded ';' and a class/struct mismatch (noticed by clang). by Daniel Dunbar · 15 years ago
  79. 32c9800 lit: Prevent crash-on-invalid (when run on directory which has no test suite). by Daniel Dunbar · 15 years ago
  80. bc39a79 Simplify a bit. by Mikhail Glushenkov · 15 years ago
  81. 06d2661 Throw 'const char*' instead of 'std::string'. by Mikhail Glushenkov · 15 years ago
  82. 5b9b3ba Deprecate 'unpack_values'. by Mikhail Glushenkov · 15 years ago
  83. 8245a1d Implement 'forward_value' and 'forward_transformed_value'. by Mikhail Glushenkov · 15 years ago
  84. 632eb20 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
  85. 7004b9c Minor code simplification. by Dan Gohman · 15 years ago
  86. d90ade5 OptParser: Emit HelpText field for option groups. by Daniel Dunbar · 15 years ago
  87. 9795500 Forward -save-temps to llvm-gcc. by Mikhail Glushenkov · 15 years ago
  88. c39d953 Add a soft link so that in an apple style build we can find libLTO.dylib. by Eric Christopher · 15 years ago
  89. a76a788 Fix FileCheck crash when fuzzy scanning starting at the end of the file. by Daniel Dunbar · 15 years ago
  90. 4058874 Sketch TableGen disassembler emitter, based on patch by Sean Callanan. by Daniel Dunbar · 15 years ago
  91. 9e763b8 Delete some dead and non-obvious code. by Dan Gohman · 15 years ago
  92. 735afe1 Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. by Dan Gohman · 15 years ago
  93. ead2dac FileCheck, PR5239: Try to find the intended match on failures, but looking for a by Daniel Dunbar · 15 years ago
  94. fafe93c FileCheck: When a string using variable references fails to match, print by Daniel Dunbar · 15 years ago
  95. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  96. 2187041 Fix whitespace. by Bob Wilson · 15 years ago
  97. 2214dc0 Fix pr5470. Tablegen handles template arguments by temporarily setting their by Bob Wilson · 15 years ago
  98. a8449e6 Fix some spelling in comments. by Bob Wilson · 15 years ago
  99. 8478a5b Avoid a redundant assertion. by Bob Wilson · 15 years ago
  100. a627ef5 TableGen/OptParser: When ordering options, make "sentinel" options appear before by Daniel Dunbar · 15 years ago