1. 26ba609 Fixing a syntax error and adding buildtype to the .a and .o file size information. by Patrick Jenkins · 19 years ago
  2. 169357e When the ability to gather .a and .o file sizes was added, it changed the directory the perl script was in so when we tried to run dejagnu tests, everything failed. by Patrick Jenkins · 19 years ago
  3. b76ea74 Fix the build on my old and busted version of OS X by Nate Begeman · 19 years ago
  4. b82ab94 Forgot to #ifdef __APPLE__ by Evan Cheng · 19 years ago
  5. fcf207b added status message during nightly test by Patrick Jenkins · 19 years ago
  6. 46cd65d Done. by Evan Cheng · 19 years ago
  7. 11bcd75 Workaround no longer needed. by Evan Cheng · 19 years ago
  8. 5f42c55 Resolve __dso_handle. by Evan Cheng · 19 years ago
  9. e638993 Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. by Evan Cheng · 19 years ago
  10. 25c2a2f Added a check to skip dejagnu test results gathering if we did not run dejagnu tests by Patrick Jenkins · 19 years ago
  11. b67e118 Fixed an issue of variable scope that prevented file size from being submitted to the server. by Patrick Jenkins · 19 years ago
  12. cd4317e Eliminate data relocations by using NULL instead of global empty list. by Jim Laskey · 19 years ago
  13. 60f0992 Use an enumeration to eliminate data relocations. by Jim Laskey · 19 years ago
  14. 6412f72 Added code to get .a and .o file sizes and submit them to the server in the nightly report. by Patrick Jenkins · 19 years ago
  15. 2ebc1f8 Fix MacOSX build failures. (pr841) by Devang Patel · 19 years ago
  16. 44819cb implemented sub correctly update the stack pointer in the prologue and epilogue by Rafael Espindola · 19 years ago
  17. 6255180 This opt is now handled in DAG combine. by Evan Cheng · 19 years ago
  18. 917ec98 If a shuffle is a splat, check if the argument is a build_vector with all elements being the same. If so, return the argument. by Evan Cheng · 19 years ago
  19. 49717a4 Fixed issue where nightly test always tells you you need to use -nickname by Patrick Jenkins · 19 years ago
  20. 1f556c2 The nightly tester will no longer report numbers instead of tests performed. by Patrick Jenkins · 19 years ago
  21. 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 19 years ago
  22. 6947e55 Add some notes about mingw, patch contributed by Anton Korobeynikov. by Chris Lattner · 19 years ago
  23. fa29554 New vector shuffle test case. by Evan Cheng · 19 years ago
  24. 79008af Fix a broken test. by Evan Cheng · 19 years ago
  25. eb1f40d Also checks for noResults field. by Evan Cheng · 19 years ago
  26. 1e1a88e A splat of a vector constant of all zero or all one is the vector constant. by Evan Cheng · 19 years ago
  27. 3c62934 Missing a space. by Evan Cheng · 19 years ago
  28. e7bec0d If a shuffle is unary, i.e. one of the vector argument is not needed, turn the by Evan Cheng · 19 years ago
  29. 514e258 We now fail and print an error message if a nightly tester does not specify a nickname on the command line by Patrick Jenkins · 19 years ago
  30. cbac2fa Clean up. by Evan Cheng · 19 years ago
  31. 4446fcd Fix a race condition in the makefile andrew reported by Chris Lattner · 19 years ago
  32. ec3c411 Minor comment tweaks by Chris Lattner · 19 years ago
  33. dc21e16 New testcase for PR833 by Chris Lattner · 19 years ago
  34. a15cf70 Mems can be in the output list also. This is the second half of a fix for PR833 by Chris Lattner · 19 years ago
  35. d828a4b Make it fit into 80 cols. by Devang Patel · 19 years ago
  36. 753d94a Add new constructor to accept vector of exported names while creating by Devang Patel · 19 years ago
  37. ae6153f 80 cols by Andrew Lenharth · 19 years ago
  38. ed41f1b Reduce number of exported symbols by Andrew Lenharth · 19 years ago
  39. 74bda2e Fix linking on Alpha by Andrew Lenharth · 19 years ago
  40. ba20471 Fixed a problem that caused the script to abort right before it sent out the information by Patrick Jenkins · 19 years ago
  41. eefaeec Fix PR835 so that touching tblgen in a way that doesn't affect intrinsic by Chris Lattner · 19 years ago
  42. abb4d78 New entry. by Evan Cheng · 19 years ago
  43. c06fe8a Do once flag never set to true. by Jim Laskey · 19 years ago
  44. 613f1f8 Tidy up a few things. by Jim Laskey · 19 years ago
  45. af7fd20 Answer the FAQ: "can llvm convert C++ code to C?" by Chris Lattner · 19 years ago
  46. f19807c Reduce size of routine. Shrinks .o by 37%. by Jim Laskey · 19 years ago
  47. 65c7ea0 Removed the portion that determines which tests are newly passing/failing because we no longer keep the previos days list on the testing machines. by Patrick Jenkins · 19 years ago
  48. 2a78550 bswapped load/store instructions are only availble in indexed addressing form. by Chris Lattner · 19 years ago
  49. 5237911 new testcase by Chris Lattner · 19 years ago
  50. ad199b1 Regression test for PR834. by Jim Laskey · 19 years ago
  51. e29c2f5 Bug#834 ICE (crash in code generator?) when building PCH . by Jim Laskey · 19 years ago
  52. 1c96953 Misc. new entry. by Evan Cheng · 19 years ago
  53. 3b0c014 Make sub- and super- register classes const. by Evan Cheng · 19 years ago
  54. 10d9d9f Add an assertion. by Owen Anderson · 19 years ago
  55. 2698a08 Make LoopUnroll not die on LCSSA Phis. This makes lencod work again. by Owen Anderson · 19 years ago
  56. db5b9cf Fix a error that hadn't yet cause any problems, but I'm sure it would have by Owen Anderson · 19 years ago
  57. a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 19 years ago
  58. 08e682e Move MVT::getVectorType out of line, it is large and shouldn't be inlined. by Chris Lattner · 19 years ago
  59. 1693e48 INC / DEC instructions have shorter code size than ADD32ri8, etc. by Evan Cheng · 19 years ago
  60. e6f3203 Add code size to target instruction use it as the 3rd isel sorting tie-breaker. by Evan Cheng · 19 years ago
  61. 917d2c9 Add an out-of-line virtual method for the sdnode class to give it a home. by Chris Lattner · 19 years ago
  62. 433fd76 Add an out-of-line virtual method to provide a home for the cl::option class. by Chris Lattner · 19 years ago
  63. 6f6602c Make sub- super- reg-class tables static. by Evan Cheng · 19 years ago
  64. 21ba23d silence warnings in a release build by Chris Lattner · 19 years ago
  65. 1b62944 yet another change to get the correct gcc version for the nightly test results. by Patrick Jenkins · 19 years ago
  66. 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 19 years ago
  67. 31e7731 Only reuse a previous IV if it would not require a type conversion. by Evan Cheng · 19 years ago
  68. 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 19 years ago
  69. 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 19 years ago
  70. b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 19 years ago
  71. 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 19 years ago
  72. e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 19 years ago
  73. b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 19 years ago
  74. 5561640 Merge operand info and asmstr idx into a single 32-bit field. No other change. by Chris Lattner · 19 years ago
  75. f263704 Minor output changes. by Patrick Jenkins · 19 years ago
  76. bdff5f9 Completely change the structure of the generated asmprinter to be more table by Chris Lattner · 19 years ago
  77. 3557463 initial prologue and epilogue implementation. Need to define add and sub before finishing it :-) by Rafael Espindola · 19 years ago
  78. 303c695 Make the implicit def instructions look like other instrs. by Chris Lattner · 19 years ago
  79. ff3d80f simple optimization: don't bother calling "exists" (which calls the syscall by Chris Lattner · 19 years ago
  80. 84bad2f Remove a dead conditional: info_ can only be allocated if FD is good. Improve by Chris Lattner · 19 years ago
  81. 0af7093 The only entry in the stat buf this code cares about is the size. Keep just by Chris Lattner · 19 years ago
  82. cca68fa Reduce code in the error path by only allocating info_ if everything looks good. by Chris Lattner · 19 years ago
  83. c22c7d3 Unindent some code by Chris Lattner · 19 years ago
  84. 0683c8c Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) by Chris Lattner · 19 years ago
  85. ede5aa4 Reduce the size of Constants.o by 25% by generalizing specific instantiations of by Jim Laskey · 19 years ago
  86. adea55e If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. by Patrick Jenkins · 19 years ago
  87. fb878a3 Use __attribute__((noinline)) only if compiled by gcc. by Evan Cheng · 19 years ago
  88. f872940 Parameterize target node ValueType to allow more sharing of emit functions. by Evan Cheng · 19 years ago
  89. 84b19be skeleton of a lowerCall implementation for ARM by Rafael Espindola · 19 years ago
  90. fceb57a Reduce instruction selection code size and stack frame size by factoring by Evan Cheng · 19 years ago
  91. 0c4e678 On 64-bit targets like ppc64, we should use .quad to output pointer directives, by Chris Lattner · 19 years ago
  92. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
  93. fb5115e The generated index array should be const. by Chris Lattner · 19 years ago
  94. efb9b81 Add an out-of-line virtual function to home class. by Chris Lattner · 19 years ago
  95. a3b5939 Add an out-of-line virtual method for X86DwarfWriter to give it a home. by Chris Lattner · 19 years ago
  96. 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 19 years ago
  97. 53eca94 Add two helpers for escaping and unescaping strings. by Chris Lattner · 19 years ago
  98. 1e36126 Add two helper functions by Chris Lattner · 19 years ago
  99. 27d6721 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 19 years ago
  100. b88a7fb Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's by Chris Lattner · 19 years ago