1. c9cf4f1 Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. by Chris Lattner · 18 years ago
  2. 233baf1 Fix for bug 840. Only use noinline attribute if gcc version >= 3.4 by Evan Cheng · 18 years ago
  3. ae1d33f New entry. by Evan Cheng · 18 years ago
  4. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  5. 7686b57 Avoid a "scary" make warning for the 1.8 release. This should be reenabled by Chris Lattner · 18 years ago
  6. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 18 years ago
  7. 5332430 Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. by Reid Spencer · 18 years ago
  8. 93b59c6 For PR814: by Reid Spencer · 18 years ago
  9. 7d84661 allow this to pass on non-x86 machines by Chris Lattner · 18 years ago
  10. fab30f2 Fix the build on win32 by Chris Lattner · 18 years ago
  11. 0f3961e Don't test an example by Chris Lattner · 18 years ago
  12. 8203360 Reduce work done for directory traversal in srcdir==objdir builds. by Chris Lattner · 18 years ago
  13. d8e421d Add llvm2cpp to DIRs list by Chris Lattner · 18 years ago
  14. 5720be4 Revamp this to use filter-out, which makes the logic simpler and not nested. by Chris Lattner · 18 years ago
  15. dd3f6aa Make changes necessary for stopping the build if a cyclic library by Reid Spencer · 18 years ago
  16. 44b60ec Build llvm-config to identify library cycles earlier in the build process. by Reid Spencer · 18 years ago
  17. 23dd332 For PR780: by Reid Spencer · 18 years ago
  18. 7107c3b For PR780: by Reid Spencer · 18 years ago
  19. 8884060 No Need to live in the past. by Jim Laskey · 18 years ago
  20. f282654 Add a new llvm::SmallVector template, which is similar to the vector class, but by Chris Lattner · 18 years ago
  21. a25dfd2 Moving this function to a permanent home to prevent a dependency cycle created by Jim Laskey · 18 years ago
  22. 9160a6a Initialize some variables the compiler warns about. by Reid Spencer · 18 years ago
  23. 55fc280 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 18 years ago
  24. 5537173 Can't commute shufps. The high / low parts elements come from different vectors. by Evan Cheng · 18 years ago
  25. fac00a9 implement function calling of functions with up to 4 arguments by Rafael Espindola · 18 years ago
  26. c152efd Add a feature for debugging library dependency cycles, -why option. This by Reid Spencer · 18 years ago
  27. 865f623 XFAIL for now. by Evan Cheng · 18 years ago
  28. 26ba609 Fixing a syntax error and adding buildtype to the .a and .o file size information. by Patrick Jenkins · 18 years ago
  29. 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 · 18 years ago
  30. b76ea74 Fix the build on my old and busted version of OS X by Nate Begeman · 18 years ago
  31. b82ab94 Forgot to #ifdef __APPLE__ by Evan Cheng · 18 years ago
  32. fcf207b added status message during nightly test by Patrick Jenkins · 18 years ago
  33. 46cd65d Done. by Evan Cheng · 18 years ago
  34. 11bcd75 Workaround no longer needed. by Evan Cheng · 18 years ago
  35. 5f42c55 Resolve __dso_handle. by Evan Cheng · 18 years ago
  36. e638993 Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. by Evan Cheng · 18 years ago
  37. 25c2a2f Added a check to skip dejagnu test results gathering if we did not run dejagnu tests by Patrick Jenkins · 18 years ago
  38. b67e118 Fixed an issue of variable scope that prevented file size from being submitted to the server. by Patrick Jenkins · 18 years ago
  39. cd4317e Eliminate data relocations by using NULL instead of global empty list. by Jim Laskey · 18 years ago
  40. 60f0992 Use an enumeration to eliminate data relocations. by Jim Laskey · 18 years ago
  41. 6412f72 Added code to get .a and .o file sizes and submit them to the server in the nightly report. by Patrick Jenkins · 18 years ago
  42. 2ebc1f8 Fix MacOSX build failures. (pr841) by Devang Patel · 18 years ago
  43. 44819cb implemented sub correctly update the stack pointer in the prologue and epilogue by Rafael Espindola · 18 years ago
  44. 6255180 This opt is now handled in DAG combine. by Evan Cheng · 18 years ago
  45. 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 · 18 years ago
  46. 49717a4 Fixed issue where nightly test always tells you you need to use -nickname by Patrick Jenkins · 18 years ago
  47. 1f556c2 The nightly tester will no longer report numbers instead of tests performed. by Patrick Jenkins · 18 years ago
  48. 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 18 years ago
  49. 6947e55 Add some notes about mingw, patch contributed by Anton Korobeynikov. by Chris Lattner · 18 years ago
  50. fa29554 New vector shuffle test case. by Evan Cheng · 18 years ago
  51. 79008af Fix a broken test. by Evan Cheng · 18 years ago
  52. eb1f40d Also checks for noResults field. by Evan Cheng · 18 years ago
  53. 1e1a88e A splat of a vector constant of all zero or all one is the vector constant. by Evan Cheng · 18 years ago
  54. 3c62934 Missing a space. by Evan Cheng · 18 years ago
  55. e7bec0d If a shuffle is unary, i.e. one of the vector argument is not needed, turn the by Evan Cheng · 18 years ago
  56. 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 · 18 years ago
  57. cbac2fa Clean up. by Evan Cheng · 18 years ago
  58. 4446fcd Fix a race condition in the makefile andrew reported by Chris Lattner · 18 years ago
  59. ec3c411 Minor comment tweaks by Chris Lattner · 18 years ago
  60. dc21e16 New testcase for PR833 by Chris Lattner · 18 years ago
  61. a15cf70 Mems can be in the output list also. This is the second half of a fix for PR833 by Chris Lattner · 18 years ago
  62. d828a4b Make it fit into 80 cols. by Devang Patel · 18 years ago
  63. 753d94a Add new constructor to accept vector of exported names while creating by Devang Patel · 18 years ago
  64. ae6153f 80 cols by Andrew Lenharth · 18 years ago
  65. ed41f1b Reduce number of exported symbols by Andrew Lenharth · 18 years ago
  66. 74bda2e Fix linking on Alpha by Andrew Lenharth · 18 years ago
  67. ba20471 Fixed a problem that caused the script to abort right before it sent out the information by Patrick Jenkins · 18 years ago
  68. eefaeec Fix PR835 so that touching tblgen in a way that doesn't affect intrinsic by Chris Lattner · 18 years ago
  69. abb4d78 New entry. by Evan Cheng · 18 years ago
  70. c06fe8a Do once flag never set to true. by Jim Laskey · 18 years ago
  71. 613f1f8 Tidy up a few things. by Jim Laskey · 18 years ago
  72. af7fd20 Answer the FAQ: "can llvm convert C++ code to C?" by Chris Lattner · 18 years ago
  73. f19807c Reduce size of routine. Shrinks .o by 37%. by Jim Laskey · 18 years ago
  74. 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 · 18 years ago
  75. 2a78550 bswapped load/store instructions are only availble in indexed addressing form. by Chris Lattner · 18 years ago
  76. 5237911 new testcase by Chris Lattner · 18 years ago
  77. ad199b1 Regression test for PR834. by Jim Laskey · 18 years ago
  78. e29c2f5 Bug#834 ICE (crash in code generator?) when building PCH . by Jim Laskey · 18 years ago
  79. 1c96953 Misc. new entry. by Evan Cheng · 18 years ago
  80. 3b0c014 Make sub- and super- register classes const. by Evan Cheng · 18 years ago
  81. 10d9d9f Add an assertion. by Owen Anderson · 18 years ago
  82. 2698a08 Make LoopUnroll not die on LCSSA Phis. This makes lencod work again. by Owen Anderson · 18 years ago
  83. db5b9cf Fix a error that hadn't yet cause any problems, but I'm sure it would have by Owen Anderson · 18 years ago
  84. a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 18 years ago
  85. 08e682e Move MVT::getVectorType out of line, it is large and shouldn't be inlined. by Chris Lattner · 18 years ago
  86. 1693e48 INC / DEC instructions have shorter code size than ADD32ri8, etc. by Evan Cheng · 18 years ago
  87. e6f3203 Add code size to target instruction use it as the 3rd isel sorting tie-breaker. by Evan Cheng · 18 years ago
  88. 917d2c9 Add an out-of-line virtual method for the sdnode class to give it a home. by Chris Lattner · 18 years ago
  89. 433fd76 Add an out-of-line virtual method to provide a home for the cl::option class. by Chris Lattner · 18 years ago
  90. 6f6602c Make sub- super- reg-class tables static. by Evan Cheng · 18 years ago
  91. 21ba23d silence warnings in a release build by Chris Lattner · 18 years ago
  92. 1b62944 yet another change to get the correct gcc version for the nightly test results. by Patrick Jenkins · 18 years ago
  93. 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 18 years ago
  94. 31e7731 Only reuse a previous IV if it would not require a type conversion. by Evan Cheng · 18 years ago
  95. 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 18 years ago
  96. 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 18 years ago
  97. b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 18 years ago
  98. 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 18 years ago
  99. e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 18 years ago
  100. b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 18 years ago