1. a76a788 Fix FileCheck crash when fuzzy scanning starting at the end of the file. by Daniel Dunbar · 15 years ago
  2. 4058874 Sketch TableGen disassembler emitter, based on patch by Sean Callanan. by Daniel Dunbar · 15 years ago
  3. 9e763b8 Delete some dead and non-obvious code. by Dan Gohman · 15 years ago
  4. 735afe1 Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. by Dan Gohman · 15 years ago
  5. ead2dac FileCheck, PR5239: Try to find the intended match on failures, but looking for a by Daniel Dunbar · 15 years ago
  6. fafe93c FileCheck: When a string using variable references fails to match, print by Daniel Dunbar · 15 years ago
  7. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  8. 2187041 Fix whitespace. by Bob Wilson · 15 years ago
  9. 2214dc0 Fix pr5470. Tablegen handles template arguments by temporarily setting their by Bob Wilson · 15 years ago
  10. a8449e6 Fix some spelling in comments. by Bob Wilson · 15 years ago
  11. 8478a5b Avoid a redundant assertion. by Bob Wilson · 15 years ago
  12. a627ef5 TableGen/OptParser: When ordering options, make "sentinel" options appear before by Daniel Dunbar · 15 years ago
  13. 74f2ca8 De-bork CMake build by Douglas Gregor · 15 years ago
  14. 2d6a8fb TableGen: Add initial backend for clang Driver's option parsing. by Daniel Dunbar · 15 years ago
  15. a7193e4 lit: Fix exclude dirs functionality. by Daniel Dunbar · 15 years ago
  16. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  17. 2cb097d lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest. by Daniel Dunbar · 15 years ago
  18. 048bac3 Remove duplicate implementation of excludes functionality, and support excluding by Daniel Dunbar · 15 years ago
  19. 40c67b5 lit: Add --repeat=N option, for running each test N times. by Daniel Dunbar · 15 years ago
  20. f2a39bd Implement DISABLE_INLINE for MSVC. This required changing the position in all by Benjamin Kramer · 15 years ago
  21. 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
  22. bf177ee Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  23. 6c1c9cf lit: Add ExampleTests, for testing lit and demonstrating test suite features. by Daniel Dunbar · 15 years ago
  24. 972cc05 lit: Fix bug in --show-suites which accidentally override the list of tests. by Daniel Dunbar · 15 years ago
  25. 7e3089d Add a 'zkill' script, which is more-or-less a fancy (although not necessarily by Daniel Dunbar · 15 years ago
  26. c2fd919 It is invalid to infer the value type from the result #0 of the node by Anton Korobeynikov · 15 years ago
  27. 539e187 NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is by Daniel Dunbar · 15 years ago
  28. bf477df lit: Hardcode whence seek value, os.SEEK_END isn't always available. by Daniel Dunbar · 15 years ago
  29. 1bf0139 lit: Warn when a test suite contains no tests. by Daniel Dunbar · 15 years ago
  30. ee504b8 lit: Drop require_and_and support. by Daniel Dunbar · 15 years ago
  31. 474f0df lit: Workaround a Win32/subprocess bug when appending. by Daniel Dunbar · 15 years ago
  32. 2d01b26 lit: Preserve the PATHEXT variable when running subcommands, this is important on Win32 by Daniel Dunbar · 15 years ago
  33. c128b3e clang++ points out that this is pointless. by Chris Lattner · 15 years ago
  34. 6580da4 NewNighlytTest: Fix timestamp format to actually make sense (it was missing the hour). by Daniel Dunbar · 15 years ago
  35. da420ee NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before building LLVM (for testing). by Daniel Dunbar · 15 years ago
  36. fe1974a NewNightlyTest: Unbreak passing the build directory via a positional argument. by Daniel Dunbar · 15 years ago
  37. 2d7adb5 NewNightlyTest: Add -llvmgccdir as alternative to environment variable. by Daniel Dunbar · 15 years ago
  38. 42046ab Don't print a redundant tab for inline asm, and do use the new printKill. by Dan Gohman · 15 years ago
  39. 489b833 Teach lit's SyntaxCheckTest two new tricks: by Douglas Gregor · 15 years ago
  40. f626167 lit: Add --param NAME=VALUE option, for test suite specific use (to communicate by Daniel Dunbar · 15 years ago
  41. 17fc13f Look for llvm-gcc under /Developer/usr/bin first. by Evan Cheng · 15 years ago
  42. 7fc4026 Use llvm-gcc on newer Darwins. by Bill Wendling · 15 years ago
  43. ec8e1b7 mark some constant global const. by Chris Lattner · 15 years ago
  44. 42543b7 lit: Update Clang's test style to use XFAIL: and XTARGET: lines that match by Daniel Dunbar · 15 years ago
  45. f7dd3eb Support updating 'llvm_add_target' lists as well. by Ted Kremenek · 15 years ago
  46. ec2d49e Missing bit of universal built + hosted by Jim Grosbach · 15 years ago
  47. 3a639a0 Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this won't work if it can contain several types. Require explicit result type for the node for now. This fixes PR5364. by Anton Korobeynikov · 15 years ago
  48. 58c4723 The universal SDKROOT should only be assigned when hosted. Otherwise the by Jim Grosbach · 15 years ago
  49. 669327b Allow cross target build by Jim Grosbach · 15 years ago
  50. 8c2b525 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 15 years ago
  51. e1f188f Move some code from being emitted as boilerplate duplicated in every by Dan Gohman · 15 years ago
  52. 533297b Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a by Dan Gohman · 15 years ago
  53. f7bb23f Sorry to break the build. by Johnny Chen · 15 years ago
  54. 1846dfa Minor tweak to forgo the the curly braces for most case blocks, except when by Johnny Chen · 15 years ago
  55. 6b3bd7b Add indirectbr and blockaddress to the vim syntax highlighting file. by Dan Gohman · 15 years ago
  56. d5a72d9 80-col violation. by Mikhail Glushenkov · 15 years ago
  57. cadd4b9 Remove / use flags that are now set in the Makefile.config. by Julien Lerouge · 15 years ago
  58. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  59. edb8997 lit: Add --config-prefix option, to override default config file names. by Daniel Dunbar · 15 years ago
  60. 6efba21 lit: Allow use of /dev/null in redirects on Windows (replace by a temporary by Daniel Dunbar · 15 years ago
  61. a7f1d72 Delete a spurious semicolon. by Dan Gohman · 15 years ago
  62. a3f85d2 lit: Support '>>' redirections when executing scripts internally. by Daniel Dunbar · 15 years ago
  63. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
  64. 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
  65. b6c3483 Make 'unset_option' work on list options. by Mikhail Glushenkov · 15 years ago
  66. 69412f8 Set comment string, patch by Johnny Chen! by Chris Lattner · 15 years ago
  67. 4858a1d Implement any_[not_]empty and list versions of switch_on and [not_]empty. by Mikhail Glushenkov · 15 years ago
  68. 80dd453 NNT: Implement "config mode", use -config path/to/llvm-config by Daniel Dunbar · 15 years ago
  69. f274138 NNT: Remove unused BUILDTYPE argument. by Daniel Dunbar · 15 years ago
  70. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  71. 9fb0b7e NNT: Remove duplicate verbose print. by Daniel Dunbar · 15 years ago
  72. ccef6de More refactoring... by Mikhail Glushenkov · 15 years ago
  73. 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
  74. ddef095 NNT: Add -parallel-test option, which runs llvm-test with by Daniel Dunbar · 15 years ago
  75. 2bb4c53 NNT: Don't hard code -l3.0 argument to make, this is very server dependent. Users who care can use -compileflags for this. by Daniel Dunbar · 15 years ago
  76. ac0c064 NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it was named dejagnu_test_list for a good reason. by Daniel Dunbar · 15 years ago
  77. 1409c13 NNT: Lift conditional logic out of test steps. by Daniel Dunbar · 15 years ago
  78. 5381eb7 NNT: Now that build & test steps are factored out, coalesce all the logic together. by Daniel Dunbar · 15 years ago
  79. 4a338bf NNT: Sink code for running nightly test into subroutine. by Daniel Dunbar · 15 years ago
  80. 3431123 NNT: Tweaks and simplifications. by Daniel Dunbar · 15 years ago
  81. 439801e NNT: Move build code into subroutine. by Daniel Dunbar · 15 years ago
  82. 8df92e8 NNT: Move source checkout code into subroutine. by Daniel Dunbar · 15 years ago
  83. 7f0e81f NNT: Remove .{o,a} size info, this is better tracked elsewhere. by Daniel Dunbar · 15 years ago
  84. 7a1e60a NNT: Remove code to track build warnings, the buildbots cover this. by Daniel Dunbar · 15 years ago
  85. 0e9fe69 NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. by Daniel Dunbar · 15 years ago
  86. 7c9eb9e NNT: Remove "CVS Stats", this isn't particularly useful and can be better done by the server or user. by Daniel Dunbar · 15 years ago
  87. 2e10794 NNT: Remove now-unused -cvstag argument and CVSROOT code. by Daniel Dunbar · 15 years ago
  88. ad83e7f NNT: Remove -usecvs option, this is very old. by Daniel Dunbar · 15 years ago
  89. 5af8436 NNT: Remove -debug argument, it is unused. by Daniel Dunbar · 15 years ago
  90. 4628e5e Regroup NewNightlyTest.pl options by Daniel Dunbar · 15 years ago
  91. 7723d45 lit: When running Tcl scripts via shell, try harder to find 'bash', but fall by Daniel Dunbar · 15 years ago
  92. 4d21ae7 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
  93. 6bccb4c Support GoogleTest's "typed tests" by Jeffrey Yasskin · 15 years ago
  94. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
  95. 3446cf1 Use raw_ostream::write_escaped instead of EscapeString. by Daniel Dunbar · 15 years ago
  96. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  97. 5a1a53e This variable is never used. by Mikhail Glushenkov · 15 years ago
  98. 2cea7bd Disallow multiple instances of PluginPriority. by Mikhail Glushenkov · 15 years ago
  99. 11ee508 Report errors correctly for unselected target intrinsics. by Jakob Stoklund Olesen · 15 years ago
  100. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago