1. eab04fc lit: Separate test suite from test name with spaces, to make it easier to cut and paste. by Daniel Dunbar · 15 years ago
  2. e40eb09 Add a simple script for getting a version tag from a svn/git-svn/git by Daniel Dunbar · 15 years ago
  3. ce8febe The change in r90189 adds a link in a directory outside the iPhone platform by Bob Wilson · 15 years ago
  4. 2d53c21 update mkpatch, patch by Garrison Venn! by Chris Lattner · 15 years ago
  5. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  6. 243a32f Remove DEBUG_DECLARE, looks like we don't need it. by Dale Johannesen · 15 years ago
  7. 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 15 years ago
  8. dfe7281 Use ENABLE_ASSERTIONS throughout. by Bill Wendling · 15 years ago
  9. b7eaa13 Erm, previous patch was wrong; Thanks Bill\! by Stuart Hastings · 15 years ago
  10. ee6c04e Enable assertions by default for Apple-style builds. by Stuart Hastings · 15 years ago
  11. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
  12. 7a523dd Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a by Dan Gohman · 15 years ago
  13. acb75a9 Set the vim auto-indent setting for open braces after case statements to by Dan Gohman · 15 years ago
  14. d203520 Add DEBUG_DECLARE. Not used yet. by Dale Johannesen · 15 years ago
  15. 87563b3 Add DEBUG_VALUE. Not used yet. by Dale Johannesen · 15 years ago
  16. 7c422ac Partially address a README by having functionattrs consider calls to by Duncan Sands · 15 years ago
  17. 7c3ecb6 Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen by Dan Gohman · 15 years ago
  18. 6786d5e by David Greene · 15 years ago
  19. f0fd3af by David Greene · 15 years ago
  20. eeb3a00 Change SelectCode's argument from SDValue to SDNode *, to make it more by Dan Gohman · 15 years ago
  21. 5ddcd6b tblgen/OptParser: Use EmitSourceFileHeader. by Daniel Dunbar · 15 years ago
  22. ba7a662 Replace some special-case code which probably was buggy with an assertion by Dan Gohman · 15 years ago
  23. 537ab90 Remove the CPAttrParentAsRoot code, which is unused, and inconvenient by Dan Gohman · 15 years ago
  24. b7935e0 Typo. by Mikhail Glushenkov · 15 years ago
  25. d64c907 Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly. by Mikhail Glushenkov · 15 years ago
  26. 3a481e3 Minor simplifications. by Mikhail Glushenkov · 15 years ago
  27. 163dd59 Better error message. by Mikhail Glushenkov · 15 years ago
  28. 9ac75ca lit: Add setuptools support. by Daniel Dunbar · 15 years ago
  29. d24f1f3 lit: Sink code into a 'lit' package. by Daniel Dunbar · 15 years ago
  30. 7529ece Use the 'MadeChange' variable instead of returning 'false' all of the time. by Bill Wendling · 15 years ago
  31. 96a4782 Don't emit trailing semicolon. by Daniel Dunbar · 15 years ago
  32. 9bef1bd Cosmetic issue: more consistent naming. by Mikhail Glushenkov · 15 years ago
  33. e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 15 years ago
  34. e5976b8 Suppress compiler warning. by Daniel Dunbar · 15 years ago
  35. 7fb35a2 Fixes to the X86 disassembler: by Sean Callanan · 15 years ago
  36. f660802 by David Greene · 15 years ago
  37. 349d848 .llx is no more. by Chris Lattner · 15 years ago
  38. 014dc70 fix build and while at it remove a redudant include by Nuno Lopes · 15 years ago
  39. 8783087 More bzero -> memset that I missed. by Daniel Dunbar · 15 years ago
  40. 9e6d1d1 Add missing newlines at EOF (for clang++). by Daniel Dunbar · 15 years ago
  41. 8ed9f51 Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit by Sean Callanan · 15 years ago
  42. 2929e11 Fix a comment. by Dan Gohman · 15 years ago
  43. 5760f35 Fix an issue in googletest where a name was used before it was defined. by Eli Friedman · 15 years ago
  44. 9503b49 Make 'set_option' work with list options. by Mikhail Glushenkov · 15 years ago
  45. 994dbe0 Add a 'set_option' action for use in OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  46. 2472328 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
  47. 2d366a2 s/TokenizeCmdline/TokenizeCmdLine/ by Mikhail Glushenkov · 15 years ago
  48. 0680172 Add @earlyclobber TableGen constraint by Jim Grosbach · 15 years ago
  49. 0a0124e Remove superfluous 'extern' variable that was causing a warning with clang. by Bill Wendling · 15 years ago
  50. 6be413d Some command lines don't like numbers with leading zeros. Remove them. by Bill Wendling · 15 years ago
  51. 99ea689 lit: Improve error when gtest discovery fails. by Daniel Dunbar · 15 years ago
  52. 9b03da6 Revert 90628, which was incorrect. by Dan Gohman · 15 years ago
  53. f0a4fad whitespace by Jim Grosbach · 15 years ago
  54. f8bc1e4 Convert llvmc tests to FileCheck. by Mikhail Glushenkov · 15 years ago
  55. 545f968 Support hook invocation from 'append_cmd'. by Mikhail Glushenkov · 15 years ago
  56. e4ac23a Validate the generated C++ code in llvmc tests. by Mikhail Glushenkov · 15 years ago
  57. abf2d98 Allow $CALL(Hook, '$INFILE') for non-join tools. by Mikhail Glushenkov · 15 years ago
  58. 9682043 NNT: Make sure stderr for build commands goes to log file, as intended but misdirected. by Daniel Dunbar · 15 years ago
  59. 252a0df NNT: Use [e]grep -a when scanning logs, its possibly they will have non-text by Daniel Dunbar · 15 years ago
  60. 1b54d42 NNT: Always create the -sentdata.txt file. by Daniel Dunbar · 15 years ago
  61. e854273 Remove unneeded ';' and a class/struct mismatch (noticed by clang). by Daniel Dunbar · 15 years ago
  62. 32c9800 lit: Prevent crash-on-invalid (when run on directory which has no test suite). by Daniel Dunbar · 15 years ago
  63. bc39a79 Simplify a bit. by Mikhail Glushenkov · 15 years ago
  64. 06d2661 Throw 'const char*' instead of 'std::string'. by Mikhail Glushenkov · 15 years ago
  65. 5b9b3ba Deprecate 'unpack_values'. by Mikhail Glushenkov · 15 years ago
  66. 8245a1d Implement 'forward_value' and 'forward_transformed_value'. by Mikhail Glushenkov · 15 years ago
  67. 632eb20 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
  68. 7004b9c Minor code simplification. by Dan Gohman · 15 years ago
  69. d90ade5 OptParser: Emit HelpText field for option groups. by Daniel Dunbar · 15 years ago
  70. 9795500 Forward -save-temps to llvm-gcc. by Mikhail Glushenkov · 15 years ago
  71. c39d953 Add a soft link so that in an apple style build we can find libLTO.dylib. by Eric Christopher · 15 years ago
  72. a76a788 Fix FileCheck crash when fuzzy scanning starting at the end of the file. by Daniel Dunbar · 15 years ago
  73. 4058874 Sketch TableGen disassembler emitter, based on patch by Sean Callanan. by Daniel Dunbar · 15 years ago
  74. 9e763b8 Delete some dead and non-obvious code. by Dan Gohman · 15 years ago
  75. 735afe1 Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. by Dan Gohman · 15 years ago
  76. ead2dac FileCheck, PR5239: Try to find the intended match on failures, but looking for a by Daniel Dunbar · 15 years ago
  77. fafe93c FileCheck: When a string using variable references fails to match, print by Daniel Dunbar · 15 years ago
  78. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  79. 2187041 Fix whitespace. by Bob Wilson · 15 years ago
  80. 2214dc0 Fix pr5470. Tablegen handles template arguments by temporarily setting their by Bob Wilson · 15 years ago
  81. a8449e6 Fix some spelling in comments. by Bob Wilson · 15 years ago
  82. 8478a5b Avoid a redundant assertion. by Bob Wilson · 15 years ago
  83. a627ef5 TableGen/OptParser: When ordering options, make "sentinel" options appear before by Daniel Dunbar · 15 years ago
  84. 74f2ca8 De-bork CMake build by Douglas Gregor · 15 years ago
  85. 2d6a8fb TableGen: Add initial backend for clang Driver's option parsing. by Daniel Dunbar · 15 years ago
  86. a7193e4 lit: Fix exclude dirs functionality. by Daniel Dunbar · 15 years ago
  87. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  88. 2cb097d lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest. by Daniel Dunbar · 15 years ago
  89. 048bac3 Remove duplicate implementation of excludes functionality, and support excluding by Daniel Dunbar · 15 years ago
  90. 40c67b5 lit: Add --repeat=N option, for running each test N times. by Daniel Dunbar · 15 years ago
  91. f2a39bd Implement DISABLE_INLINE for MSVC. This required changing the position in all by Benjamin Kramer · 15 years ago
  92. fae3e92 Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to replace broken code in VirtRegRewriter. by Evan Cheng · 15 years ago
  93. bf177ee Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  94. 6c1c9cf lit: Add ExampleTests, for testing lit and demonstrating test suite features. by Daniel Dunbar · 15 years ago
  95. 972cc05 lit: Fix bug in --show-suites which accidentally override the list of tests. by Daniel Dunbar · 15 years ago
  96. 7e3089d Add a 'zkill' script, which is more-or-less a fancy (although not necessarily by Daniel Dunbar · 15 years ago
  97. c2fd919 It is invalid to infer the value type from the result #0 of the node by Anton Korobeynikov · 15 years ago
  98. 539e187 NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is by Daniel Dunbar · 15 years ago
  99. bf477df lit: Hardcode whence seek value, os.SEEK_END isn't always available. by Daniel Dunbar · 15 years ago
  100. 1bf0139 lit: Warn when a test suite contains no tests. by Daniel Dunbar · 15 years ago