1. 5804c0d Added in the LGPL text and copyright information. This needs to be by John Criswell · 18 years ago
  2. 68b1630 Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has been addressed. by Patrick Jenkins · 18 years ago
  3. 0d72a20 Fix some ppc64 issues with vector code. by Chris Lattner · 18 years ago
  4. 37e1803 Can't spell. by Evan Cheng · 18 years ago
  5. ba27731 Some clean up. by Evan Cheng · 18 years ago
  6. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  7. d91e5f9 The smallvector dtor should destroy the elements. by Chris Lattner · 18 years ago
  8. e47863e This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I made these changes is 1420.82 seconds (user + system time). This is a speedup of about 5.5 minutes. by Patrick Jenkins · 18 years ago
  9. dc7a66a Clean up. by Evan Cheng · 18 years ago
  10. 0dd7fb2 Removed some unneccesary printing from the nightly tester. by Patrick Jenkins · 18 years ago
  11. f2dfafc Rename IsFoldableBy to CanBeFoldedleBy by Evan Cheng · 18 years ago
  12. 2584d93 Node selected into address mode cannot be folded. by Evan Cheng · 18 years ago
  13. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 18 years ago
  14. f26f5dd Print empty inline asms as a blank line instead of: by Chris Lattner · 18 years ago
  15. 63ce568 Another duh. Determine topological order before any target node is added. by Evan Cheng · 18 years ago
  16. 0e2c36f Brain cramp.. by Evan Cheng · 18 years ago
  17. a6e216f Undo last commit, which was committed accidentally. by Reid Spencer · 18 years ago
  18. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  19. b3c3346 Allocating too large an array for ReachibilityMatrix. by Evan Cheng · 18 years ago
  20. 5fa5de8 Calculate the portion of reachbility matrix on demand. by Evan Cheng · 18 years ago
  21. 8cbc93a isNonImmUse is replaced by IsFoldableBy by Evan Cheng · 18 years ago
  22. d4623e9 Removed some unneccesary print statemnts by Patrick Jenkins · 18 years ago
  23. 96970e9 ChangeDir now returns the correct value by Patrick Jenkins · 18 years ago
  24. 33a0a6d Working toward registration of register allocators. by Jim Laskey · 18 years ago
  25. 3aac4d5 Remove dead code. by Evan Cheng · 18 years ago
  26. 278a6b5 Fixed a stupid error where changedir returned false upon success. by Patrick Jenkins · 18 years ago
  27. c281b0d Added more descriptive output to singlesource,multisource tests. by Patrick Jenkins · 18 years ago
  28. 59d1a66 Removed some clutter that was left over from development. by Patrick Jenkins · 18 years ago
  29. f141cc4 Resolve BB references with relocation. by Evan Cheng · 18 years ago
  30. 16620fc Pass -fstrict-aliasing to the compiler when building a release build on darwin. by Chris Lattner · 18 years ago
  31. b4e80f8 Add basic block machine relocation. by Evan Cheng · 18 years ago
  32. 7e6e441 synchronizeICache removeed from TargetJITInfo. by Evan Cheng · 18 years ago
  33. 4d9bbdc Code cleanups, per review by Nate Begeman · 18 years ago
  34. a8df1b4 Use reachbility information to determine whether a node can be folded into another during isel. by Evan Cheng · 18 years ago
  35. 2e9f368 Fixed a typo in Evan's submisson. by Jim Laskey · 18 years ago
  36. b01c4bb emit global constants by Rafael Espindola · 18 years ago
  37. 7c16d77 AssignNodeIds should return unsigned. by Evan Cheng · 18 years ago
  38. d30a971 Correct a misunderstanding about cross-compiling. Anton's changes don't by Reid Spencer · 18 years ago
  39. 33e9ad9 Remove NodeDepth by Evan Cheng · 18 years ago
  40. 091cba1 AssignNodeIds assign each node in the DAG an unique id. by Evan Cheng · 18 years ago
  41. b9ee9e6 Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can only be set by SelectionDAG. by Evan Cheng · 18 years ago
  42. b2c121a Let each target specific isel provide routine to check if a chain producing node is foldable by another. by Evan Cheng · 18 years ago
  43. 55b5053 Move synchronizeICache from TargetJITInfo into a static function in JITEmitter.cpp by Evan Cheng · 18 years ago
  44. 2d4ed2d Fix section title to use lower case. by Reid Spencer · 18 years ago
  45. 17850ef Add instructions for building a cross-compiler. Patch contributed by by Reid Spencer · 18 years ago
  46. c148e5e Reduce the padding on the doc_notes style. It was set to 1em which leaves by Reid Spencer · 18 years ago
  47. bbf6894 Bump version # by Chris Lattner · 18 years ago
  48. 6883a88 Add some advice by Chris Lattner · 18 years ago
  49. 825405c Use std::copy instead of custom loops to take advantage of STL optimizations. by Chris Lattner · 18 years ago
  50. ea34858 Use the predicate. by Jim Laskey · 18 years ago
  51. cc8414f I made a stupid mistake when adding support for -use-gmake. ~PJ by Patrick Jenkins · 18 years ago
  52. 1cd4691 added support for the -use-gmake option. This will come in handy when running the test on SunOS. by Patrick Jenkins · 18 years ago
  53. 2f1ae88 Support jump tables when in PIC relocation model by Nate Begeman · 18 years ago
  54. 30ffe1b Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842. by Jim Laskey · 18 years ago
  55. f58473f This change will allow support for SunOS to the testing script. It adds a check to see if we're running on SunOS and if so, then uses gmake instead of make. by Patrick Jenkins · 18 years ago
  56. 35a1446 Fix warning on linux by Chris Lattner · 18 years ago
  57. c9cf4f1 Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. by Chris Lattner · 18 years ago
  58. 233baf1 Fix for bug 840. Only use noinline attribute if gcc version >= 3.4 by Evan Cheng · 18 years ago
  59. ae1d33f New entry. by Evan Cheng · 18 years ago
  60. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  61. 7686b57 Avoid a "scary" make warning for the 1.8 release. This should be reenabled by Chris Lattner · 18 years ago
  62. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 18 years ago
  63. 5332430 Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. by Reid Spencer · 18 years ago
  64. 93b59c6 For PR814: by Reid Spencer · 18 years ago
  65. 7d84661 allow this to pass on non-x86 machines by Chris Lattner · 18 years ago
  66. fab30f2 Fix the build on win32 by Chris Lattner · 18 years ago
  67. 0f3961e Don't test an example by Chris Lattner · 18 years ago
  68. 8203360 Reduce work done for directory traversal in srcdir==objdir builds. by Chris Lattner · 18 years ago
  69. d8e421d Add llvm2cpp to DIRs list by Chris Lattner · 18 years ago
  70. 5720be4 Revamp this to use filter-out, which makes the logic simpler and not nested. by Chris Lattner · 18 years ago
  71. dd3f6aa Make changes necessary for stopping the build if a cyclic library by Reid Spencer · 18 years ago
  72. 44b60ec Build llvm-config to identify library cycles earlier in the build process. by Reid Spencer · 18 years ago
  73. 23dd332 For PR780: by Reid Spencer · 18 years ago
  74. 7107c3b For PR780: by Reid Spencer · 18 years ago
  75. 8884060 No Need to live in the past. by Jim Laskey · 18 years ago
  76. f282654 Add a new llvm::SmallVector template, which is similar to the vector class, but by Chris Lattner · 18 years ago
  77. a25dfd2 Moving this function to a permanent home to prevent a dependency cycle created by Jim Laskey · 18 years ago
  78. 9160a6a Initialize some variables the compiler warns about. by Reid Spencer · 18 years ago
  79. 55fc280 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 18 years ago
  80. 5537173 Can't commute shufps. The high / low parts elements come from different vectors. by Evan Cheng · 18 years ago
  81. fac00a9 implement function calling of functions with up to 4 arguments by Rafael Espindola · 18 years ago
  82. c152efd Add a feature for debugging library dependency cycles, -why option. This by Reid Spencer · 18 years ago
  83. 865f623 XFAIL for now. by Evan Cheng · 18 years ago
  84. 26ba609 Fixing a syntax error and adding buildtype to the .a and .o file size information. by Patrick Jenkins · 18 years ago
  85. 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
  86. b76ea74 Fix the build on my old and busted version of OS X by Nate Begeman · 18 years ago
  87. b82ab94 Forgot to #ifdef __APPLE__ by Evan Cheng · 18 years ago
  88. fcf207b added status message during nightly test by Patrick Jenkins · 18 years ago
  89. 46cd65d Done. by Evan Cheng · 18 years ago
  90. 11bcd75 Workaround no longer needed. by Evan Cheng · 18 years ago
  91. 5f42c55 Resolve __dso_handle. by Evan Cheng · 18 years ago
  92. e638993 Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. by Evan Cheng · 18 years ago
  93. 25c2a2f Added a check to skip dejagnu test results gathering if we did not run dejagnu tests by Patrick Jenkins · 18 years ago
  94. b67e118 Fixed an issue of variable scope that prevented file size from being submitted to the server. by Patrick Jenkins · 18 years ago
  95. cd4317e Eliminate data relocations by using NULL instead of global empty list. by Jim Laskey · 18 years ago
  96. 60f0992 Use an enumeration to eliminate data relocations. by Jim Laskey · 18 years ago
  97. 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
  98. 2ebc1f8 Fix MacOSX build failures. (pr841) by Devang Patel · 18 years ago
  99. 44819cb implemented sub correctly update the stack pointer in the prologue and epilogue by Rafael Espindola · 18 years ago
  100. 6255180 This opt is now handled in DAG combine. by Evan Cheng · 18 years ago