1. d5a72d9 80-col violation. by Mikhail Glushenkov · 15 years ago
  2. cadd4b9 Remove / use flags that are now set in the Makefile.config. by Julien Lerouge · 15 years ago
  3. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  4. edb8997 lit: Add --config-prefix option, to override default config file names. by Daniel Dunbar · 15 years ago
  5. 6efba21 lit: Allow use of /dev/null in redirects on Windows (replace by a temporary by Daniel Dunbar · 15 years ago
  6. a7f1d72 Delete a spurious semicolon. by Dan Gohman · 15 years ago
  7. a3f85d2 lit: Support '>>' redirections when executing scripts internally. by Daniel Dunbar · 15 years ago
  8. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
  9. 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
  10. b6c3483 Make 'unset_option' work on list options. by Mikhail Glushenkov · 15 years ago
  11. 69412f8 Set comment string, patch by Johnny Chen! by Chris Lattner · 15 years ago
  12. 4858a1d Implement any_[not_]empty and list versions of switch_on and [not_]empty. by Mikhail Glushenkov · 15 years ago
  13. 80dd453 NNT: Implement "config mode", use -config path/to/llvm-config by Daniel Dunbar · 15 years ago
  14. f274138 NNT: Remove unused BUILDTYPE argument. by Daniel Dunbar · 15 years ago
  15. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  16. 9fb0b7e NNT: Remove duplicate verbose print. by Daniel Dunbar · 15 years ago
  17. ccef6de More refactoring... by Mikhail Glushenkov · 15 years ago
  18. 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
  19. ddef095 NNT: Add -parallel-test option, which runs llvm-test with by Daniel Dunbar · 15 years ago
  20. 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
  21. 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
  22. 1409c13 NNT: Lift conditional logic out of test steps. by Daniel Dunbar · 15 years ago
  23. 5381eb7 NNT: Now that build & test steps are factored out, coalesce all the logic together. by Daniel Dunbar · 15 years ago
  24. 4a338bf NNT: Sink code for running nightly test into subroutine. by Daniel Dunbar · 15 years ago
  25. 3431123 NNT: Tweaks and simplifications. by Daniel Dunbar · 15 years ago
  26. 439801e NNT: Move build code into subroutine. by Daniel Dunbar · 15 years ago
  27. 8df92e8 NNT: Move source checkout code into subroutine. by Daniel Dunbar · 15 years ago
  28. 7f0e81f NNT: Remove .{o,a} size info, this is better tracked elsewhere. by Daniel Dunbar · 15 years ago
  29. 7a1e60a NNT: Remove code to track build warnings, the buildbots cover this. by Daniel Dunbar · 15 years ago
  30. 0e9fe69 NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. by Daniel Dunbar · 15 years ago
  31. 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
  32. 2e10794 NNT: Remove now-unused -cvstag argument and CVSROOT code. by Daniel Dunbar · 15 years ago
  33. ad83e7f NNT: Remove -usecvs option, this is very old. by Daniel Dunbar · 15 years ago
  34. 5af8436 NNT: Remove -debug argument, it is unused. by Daniel Dunbar · 15 years ago
  35. 4628e5e Regroup NewNightlyTest.pl options by Daniel Dunbar · 15 years ago
  36. 7723d45 lit: When running Tcl scripts via shell, try harder to find 'bash', but fall by Daniel Dunbar · 15 years ago
  37. 4d21ae7 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
  38. 6bccb4c Support GoogleTest's "typed tests" by Jeffrey Yasskin · 15 years ago
  39. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
  40. 3446cf1 Use raw_ostream::write_escaped instead of EscapeString. by Daniel Dunbar · 15 years ago
  41. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  42. 5a1a53e This variable is never used. by Mikhail Glushenkov · 15 years ago
  43. 2cea7bd Disallow multiple instances of PluginPriority. by Mikhail Glushenkov · 15 years ago
  44. 11ee508 Report errors correctly for unselected target intrinsics. by Jakob Stoklund Olesen · 15 years ago
  45. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  46. 0b59939 Omit the 'out_file_index != -1' check when possible. by Mikhail Glushenkov · 15 years ago
  47. 39482dd Input files should go before all other options. by Mikhail Glushenkov · 15 years ago
  48. 799d697 Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When by Evan Cheng · 15 years ago
  49. 9ad6758 B&I's buildit forces a PATH that omits /Developer. Temporarily add by Stuart Hastings · 15 years ago
  50. dc3d8cc For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if by Stuart Hastings · 15 years ago
  51. 26207e5 Introduce the TargetInstrInfo::KILL machine instruction and get rid of the by Jakob Stoklund Olesen · 15 years ago
  52. 705428a Don't traverse into .svn directories. by Daniel Dunbar · 15 years ago
  53. ad981bf Add a way to query the number of input files. by Mikhail Glushenkov · 15 years ago
  54. 9d7a2dc A bit prettier formatting. by Mikhail Glushenkov · 15 years ago
  55. eec9695 implement and document support for filecheck variables. This by Chris Lattner · 15 years ago
  56. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
  57. 58cd84d Provide proper masks for neon perfect shuffle table. by Anton Korobeynikov · 15 years ago
  58. c76909a Improve MachineMemOperand handling. by Dan Gohman · 15 years ago
  59. 602b0c8 Rename getTargetNode to getMachineNode, for consistency with the by Dan Gohman · 15 years ago
  60. 94638f0 reject attempts to use ()'s in patterns, these are reserved for filecheck. by Chris Lattner · 15 years ago
  61. 5d6a05f reimplement the regex matching strategy by building a single by Chris Lattner · 15 years ago
  62. 2702e6a special case Patterns that are a single fixed string. This is a microscopic by Chris Lattner · 15 years ago
  63. d9485dd filecheck should not match a \n with a . by Chris Lattner · 15 years ago
  64. bfa2eed turn a std::pair into a real class. by Chris Lattner · 15 years ago
  65. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
  66. adea46e Use CanonicalizeInputFile to canonicalize the entire buffer containing the by Chris Lattner · 15 years ago
  67. a29703e change 'not' matching to use Pattern, move pattern parsing logic into by Chris Lattner · 15 years ago
  68. 9fc6678 refactor out the match string into its own Pattern class. by Chris Lattner · 15 years ago
  69. 1f52895 Make the end-of-itinerary mark explicit. Some cleanup. by David Goodwin · 15 years ago
  70. 48f7ce8 Add count/not tools as executables. by Daniel Dunbar · 15 years ago
  71. 5a461dd lit: When executing shell scripts internally, don't allow piped stderr on any by Daniel Dunbar · 15 years ago
  72. df33884 Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. by Daniel Dunbar · 15 years ago
  73. 4b78aa3 Actually use the arguments with the resolved executable path. by Daniel Dunbar · 15 years ago
  74. 58c661c lit: Don't use close_fds=True on Windows. by Daniel Dunbar · 15 years ago
  75. 6bd2b2e lit: When executing commands internally, perform PATH resolution ourselves. by Daniel Dunbar · 15 years ago
  76. f8349ac Use raw_ostream::indent instead of passing strings. by Mikhail Glushenkov · 15 years ago
  77. 8111576 fix a FileCheck bug where: by Chris Lattner · 15 years ago
  78. 3711b7a rewrite CountNumNewlinesBetween to be in terms of StringRef. by Chris Lattner · 15 years ago
  79. f15380b implement and document support for CHECK-NOT by Chris Lattner · 15 years ago
  80. 9607703 rewrite FileCheck in terms of StringRef instead of manual pointer pairs. by Chris Lattner · 15 years ago
  81. 848454a Follow googletest logic for suppressing warnings in unittests/UnitTestMain. by Daniel Dunbar · 15 years ago
  82. c19418f convert some stuff to StringRef to avoid temporary std::strings. by Chris Lattner · 15 years ago
  83. 7006760 add a comment. by Chris Lattner · 15 years ago
  84. 7c74866 lit: Add a custom test format for use in clang. by Daniel Dunbar · 15 years ago
  85. b2485c9 lit: When finding nested test suites, check first in the execpath in case there by Daniel Dunbar · 15 years ago
  86. 3d2a664 Add a valgrind suppressions file for x86_64/linux/4.3.3. by Daniel Dunbar · 15 years ago
  87. 00a4244 lit: Give test formats control over test discovery. by Daniel Dunbar · 15 years ago
  88. f96271a slightly increase prettiness. by Chris Lattner · 15 years ago
  89. f6761be emit the register table as a massive string to avoid relocations. by Chris Lattner · 15 years ago
  90. 44da5fb move StringToOffsetTable out to its own header. by Chris Lattner · 15 years ago
  91. 3200fc9 factor string table generation out to its own class. This changes by Chris Lattner · 15 years ago
  92. e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 15 years ago
  93. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
  94. d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 15 years ago
  95. 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 15 years ago
  96. 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 15 years ago
  97. 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 15 years ago
  98. 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 15 years ago
  99. 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 15 years ago
  100. 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 15 years ago