1. 90aa839 Fix more static dtor issues by Chris Lattner · 18 years ago
  2. 7a8efce Wrong directory. by Jim Laskey · 18 years ago
  3. ba9f043 Fix search file for -release. by Jim Laskey · 18 years ago
  4. 27b8ba0 Add support for -release-asserts. by Jim Laskey · 18 years ago
  5. 259bda4 This: AggregateString += "\0\0"; by Chris Lattner · 18 years ago
  6. 16f046a Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h by Chris Lattner · 18 years ago
  7. 1bf6361 Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and by Chris Lattner · 18 years ago
  8. ce6e84c don't allow 'imm' or specific imms, like '1' on the LHS of a binop. by Chris Lattner · 18 years ago
  9. 6490697 Fit to 80 columns. by Chris Lattner · 18 years ago
  10. 01d7bcf Trim the home directory from the dejagnu test by Jim Laskey · 18 years ago
  11. d46bd60 Allow PatFrag to be a leaf node. by Evan Cheng · 18 years ago
  12. cf6d791 Add result of a Xform to isel queue. by Evan Cheng · 18 years ago
  13. bc7fa52 If multiple predicates are listed, they must all pass by Chris Lattner · 18 years ago
  14. 47a7e26 There! by Chris Lattner · 18 years ago
  15. a4503de Fix Regression/TableGen/2006-09-18-LargeInt.td by Chris Lattner · 18 years ago
  16. 6d8a1b7 Switching to NewNightlyTest.php by Jim Laskey · 18 years ago
  17. 7905c55 Relax this check. by Chris Lattner · 18 years ago
  18. 996f705 No longer used, and confuses maintainers by Jim Laskey · 18 years ago
  19. 966fd37 1) With X86 lowering change, the following can no longer happen since by Evan Cheng · 18 years ago
  20. 6cec34e Generated isel should favors explicit constant operand (+2) over an operand with a predicate (+1). by Evan Cheng · 18 years ago
  21. 8aa01f4 Fix JIT encoding of two-addr instructions. by Chris Lattner · 18 years ago
  22. 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 18 years ago
  23. cce56af Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't by Chris Lattner · 18 years ago
  24. 7717d09 fix an assertion with multidefs. Def inside of multiclasses don't need to by Chris Lattner · 18 years ago
  25. 2762738 regenerate by Chris Lattner · 18 years ago
  26. 1206986 Add often-requested support for defining "multiclasses" which can be instantiated. by Chris Lattner · 18 years ago
  27. 7189966 Issue cvs co with -P option to prune empty directories. Remove the unnecessary by Evan Cheng · 18 years ago
  28. f100dcc Add virtual methods to all subclasses so they are not overloaded. by Reid Spencer · 18 years ago
  29. 8dc728e Use compiler.h instead of hand rolling our own macro by Chris Lattner · 18 years ago
  30. f037ca6 Do not emit getTargetNode() and SelectNodeTo() which takes more than 3 by Evan Cheng · 18 years ago
  31. 95514ba SelectNodeTo now returns a SDNode*. by Evan Cheng · 18 years ago
  32. 7a33db0 Minor getCopyToReg() call change. by Evan Cheng · 18 years ago
  33. 9ade218 Select() no longer require Result operand by reference. by Evan Cheng · 18 years ago
  34. 2a318cf Remove dead code. by Evan Cheng · 18 years ago
  35. f549319 A bit more clean up. by Evan Cheng · 18 years ago
  36. 676d731 - Clean up tablegen dag isel generator code. by Evan Cheng · 18 years ago
  37. ad6f758 Corrected an error that was introduced yesterday that caused the GCC by Patrick Jenkins · 18 years ago
  38. 0313775 The new nightly tester should stop outputing a message stating the by Patrick Jenkins · 18 years ago
  39. b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 18 years ago
  40. 4b7f7aa Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. by Patrick Jenkins · 18 years ago
  41. d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 18 years ago
  42. b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 18 years ago
  43. 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 18 years ago
  44. dfb8607 The generated runloop shouldn't require Select to update 'Result'. In fact by Chris Lattner · 18 years ago
  45. 5298de5 allow Select to return the node being selected if RAU isn't needed. by Chris Lattner · 18 years ago
  46. 920baee Simplify this a little bit. by Reid Spencer · 18 years ago
  47. 6ae928f This script takes arguments so remove the check for number of arguments, by Reid Spencer · 18 years ago
  48. ca7592a Make all tools that use llvmdo have a -topdir option that allows the top by Reid Spencer · 18 years ago
  49. 9e384ab Added some comments to clarify code around sub TestDirectory by Patrick Jenkins · 18 years ago
  50. 3219563 1. fix bug by ensuring we start at the llvm source root. by Reid Spencer · 18 years ago
  51. 99aa271 Count the documentation. Otherwise we take a 30,000 hit in the LOC on the by Reid Spencer · 18 years ago
  52. c7e289f Use the new -code-only option to llvmdo so that we only count things that by Reid Spencer · 18 years ago
  53. 956dae8 Add a -code-only option which restricts llvmdo to visiting just those by Reid Spencer · 18 years ago
  54. fa34d7b Changes for LLVM coding standard compliance: by Reid Spencer · 18 years ago
  55. 4477185 Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker by Reid Spencer · 18 years ago
  56. 2914a69 Weed out some cruft and add in some missing extensions. by Reid Spencer · 18 years ago
  57. c0d5ed3 Weed out cruft that should not be counted and add in extensions we by Reid Spencer · 18 years ago
  58. 0e9402f Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. by Patrick Jenkins · 18 years ago
  59. 8312657 Make this script not care where it is run from by getting the llvm src by Reid Spencer · 18 years ago
  60. 1e75b7b Make llvmdo and llvmgrep invulnerable to where they are run from by getting by Reid Spencer · 18 years ago
  61. ae2e622 Clean up the HTML output. Add a -filedetails option to report the number of by Reid Spencer · 18 years ago
  62. bf49f33 Remove blank line at end of file, removing test user "foo" from CVS history. by Reid Spencer · 18 years ago
  63. bb6f6eb Drop the -details option, it was broken. If you want to know about a by Reid Spencer · 18 years ago
  64. 1e060f0 Use SmallVector instead. by Evan Cheng · 18 years ago
  65. 06d6470 - Prevent some functions from being inlined to eliminate the code size bloat by Evan Cheng · 18 years ago
  66. a7465ca Fix a comment. by Reid Spencer · 18 years ago
  67. 706d2d3 Revert previous patch by Chris Lattner · 18 years ago
  68. 8d4ccf0 Reverting back to original 1.8 version so I can manually merge in patch. by Tanya Lattner · 18 years ago
  69. dcffb0c Merge some NightlyTest.pl changes. by Evan Cheng · 18 years ago
  70. bd564bf Start eliminating temporary vectors used to create DAG nodes. Instead, pass by Chris Lattner · 18 years ago
  71. 4257ccb Removed unneccesary output from nightly tester by Patrick Jenkins · 18 years ago
  72. 9bdca03 Making TableGen'd instruction selection code non-recursive. This fixes PR805. by Evan Cheng · 18 years ago
  73. e8501eb Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. by Patrick Jenkins · 18 years ago
  74. 1c3bf94 no longer sending the list of all dejagnu tests because it is too big at the present time by Patrick Jenkins · 18 years ago
  75. cf65fb6 Changed a = to a .= so we now append tests we have performed to the master list of all tests instead of assigning it as the master list. by Patrick Jenkins · 18 years ago
  76. e631c4a Made some more changes to the print statements in the nightly tester. The last commit was a preemptive strike. by Patrick Jenkins · 18 years ago
  77. ea103a8 Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. by Patrick Jenkins · 18 years ago
  78. 7e5c373 We should now send the correct list of dejagnu tests instead of the csv file of test results when we submit results back to the nightly tester. by Patrick Jenkins · 18 years ago
  79. d0fa46a Print an error message if the lib directory (first argument) is not a directory. by Reid Spencer · 18 years ago
  80. 69d3a95 One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. by Patrick Jenkins · 18 years ago
  81. 58d6356 Remove some extraneous newlines. by Chris Lattner · 18 years ago
  82. 32501a0 Really add support for compilers without noinline by Chris Lattner · 18 years ago
  83. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  84. d7210f9 Removed some dead code and hopefully fixed the issue where the total list of tests was not being sent by Patrick Jenkins · 18 years ago
  85. 9bf2e7f Fix a problem with use of undefined variables. Print an error message if by Reid Spencer · 18 years ago
  86. d3f8429 Pass N by reference to select functions to prevent gcc from allocating more stack. by Evan Cheng · 18 years ago
  87. 6966c48 Remove an unneeded match condition: the type check for root node has been by Evan Cheng · 18 years ago
  88. e36de54 fix externals by Andrew Lenharth · 18 years ago
  89. b6ee7f7 Split each select function for a particular opcode into multiple ones. One by Evan Cheng · 18 years ago
  90. dc7a66a Clean up. by Evan Cheng · 18 years ago
  91. 0dd7fb2 Removed some unneccesary printing from the nightly tester. by Patrick Jenkins · 18 years ago
  92. f2dfafc Rename IsFoldableBy to CanBeFoldedleBy by Evan Cheng · 18 years ago
  93. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 18 years ago
  94. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  95. d4623e9 Removed some unneccesary print statemnts by Patrick Jenkins · 18 years ago
  96. 96970e9 ChangeDir now returns the correct value by Patrick Jenkins · 18 years ago
  97. 3aac4d5 Remove dead code. by Evan Cheng · 18 years ago
  98. 278a6b5 Fixed a stupid error where changedir returned false upon success. by Patrick Jenkins · 18 years ago
  99. c281b0d Added more descriptive output to singlesource,multisource tests. by Patrick Jenkins · 18 years ago
  100. 59d1a66 Removed some clutter that was left over from development. by Patrick Jenkins · 18 years ago