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