1. fd3a9c7 Describe and date modifications we made per LGPL requirements. by John Criswell · 18 years ago
  2. 7fc20ca Make information more complete. by John Criswell · 18 years ago
  3. 1a00946 initial support for variable number of arguments by Rafael Espindola · 18 years ago
  4. bd564bf Start eliminating temporary vectors used to create DAG nodes. Instead, pass by Chris Lattner · 18 years ago
  5. 4257ccb Removed unneccesary output from nightly tester by Patrick Jenkins · 18 years ago
  6. 8e10f5b capacity is a pointer, not a value by Chris Lattner · 18 years ago
  7. ebfe07f Update the instructions for writing a pass as a loadable module per the by Reid Spencer · 18 years ago
  8. 1c567b5 add a new assign method by Chris Lattner · 18 years ago
  9. f06f35e Eliminate some malloc traffic by allocating vectors on the stack. Change some by Chris Lattner · 18 years ago
  10. 8de353d Add ctor that initializes from a range. by Chris Lattner · 18 years ago
  11. f4b4c41 Eliminate reachability matrix. It has to be calculated before any instruction by Evan Cheng · 18 years ago
  12. 080e187 New test case. by Evan Cheng · 18 years ago
  13. d1001f2 Fix an anchor name. by Reid Spencer · 18 years ago
  14. d0337c1 Remove assertions from the SmallVector class. They slow down clients of by Chris Lattner · 18 years ago
  15. 51a4911 New CSEMap datastructure impl by Chris Lattner · 18 years ago
  16. 1b22fde Make the name of the project consistent with that specified in the by Reid Spencer · 18 years ago
  17. dc4f6be Remove the use of "IncludeFile" from this support facility. The mechanism by Reid Spencer · 18 years ago
  18. 05445e3 Make this example pass use some things from lib/Support (EscapeString, by Reid Spencer · 18 years ago
  19. 42fe455 For PR780: by Reid Spencer · 18 years ago
  20. a568285 Revamp the "CSEMap" datastructure used in the SelectionDAG class. This by Chris Lattner · 18 years ago
  21. 2ef88a0 Match tablegen isel changes. by Evan Cheng · 18 years ago
  22. 9bdca03 Making TableGen'd instruction selection code non-recursive. This fixes PR805. by Evan Cheng · 18 years ago
  23. fe8dc2e Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code. by Evan Cheng · 18 years ago
  24. 99157a0 Clear TopOrder before assigning topological order. Some clean ups. by Evan Cheng · 18 years ago
  25. 3b97acd Reverse the FlaggedNodes after scanning up for flagged preds or else the order would be reversed. by Evan Cheng · 18 years ago
  26. e46e1a5 Make XMM, FP register dwarf register numbers consistent with gcc. by Evan Cheng · 18 years ago
  27. f5e42bf Add a clear method to SmallVector by Chris Lattner · 18 years ago
  28. 25259a3 Remove extraneous #include. by Reid Spencer · 18 years ago
  29. a8e80c5 Make the removal of files use Path::eraseFromDisk just like it does for by Reid Spencer · 18 years ago
  30. bffdc36 Add a note about how the "isFile" check in Path::eraseFromDisk prevents by Reid Spencer · 18 years ago
  31. 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
  32. 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
  33. cfb3ba0 Silence a warning on x86-64, reported by chandlerc. by Chris Lattner · 18 years ago
  34. e6ffe61 This causes some random crashes. by Evan Cheng · 18 years ago
  35. 3acbb9b Fixed typo. Thanks, Reid. by Anton Korobeynikov · 18 years ago
  36. de9c02b Removed usage of "sort", which can lead to undeterministic behavior on mingw & cygwin platforms. by Anton Korobeynikov · 18 years ago
  37. 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
  38. 304d5f2 Collect references from globals. by Devang Patel · 18 years ago
  39. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  40. 5fa8fff Added how to add machine passes to command line options. by Jim Laskey · 18 years ago
  41. 2210eeb converge on the right number of %'s :) by Chris Lattner · 18 years ago
  42. 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
  43. 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
  44. 190a418 Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which by Chris Lattner · 18 years ago
  45. 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
  46. cfa5291 Use the %llvm-gcc% variable to find llvm-gcc for those of us that don't by Reid Spencer · 18 years ago
  47. 341b864 use a 'register pressure reducing' scheduler by Rafael Espindola · 18 years ago
  48. 6312da0 Bug fix: always generate a RET_FLAG in LowerRET fixes ret_null.ll and call.ll by Rafael Espindola · 18 years ago
  49. c75a04b updated CVS server location by Chris Lattner · 18 years ago
  50. ecfe088 For PR845: by Reid Spencer · 18 years ago
  51. d8c20a9 Fix a typo in the name of expand_dependencies. by Reid Spencer · 18 years ago
  52. 8cfe633 Fix PR867 (and maybe 868) and testcsae: by Chris Lattner · 18 years ago
  53. 006f2d0 new testcase for pr867 by Chris Lattner · 18 years ago
  54. c0131f8 Applying for all. by Jim Laskey · 18 years ago
  55. f492391 Copy the liveins for the first block. PR859 by Jim Laskey · 18 years ago
  56. 93d537c Make all the schedulers continue to work. by Jim Laskey · 18 years ago
  57. d0fa46a Print an error message if the lib directory (first argument) is not a directory. by Reid Spencer · 18 years ago
  58. 1eaf0ac update comment by Chris Lattner · 18 years ago
  59. fb1fcf0 remove some more dead sparcv9 support stuff by Chris Lattner · 18 years ago
  60. 7a2144b remove a dead proto by Chris Lattner · 18 years ago
  61. 6b59a36 Get darwin intel debugging up and running. by Jim Laskey · 18 years ago
  62. 30f63ad Make it fit into 80-columns. by Devang Patel · 18 years ago
  63. 94a0ac9 Fix typo. by Devang Patel · 18 years ago
  64. f5a156d Simplify. Use addprefix. by Devang Patel · 18 years ago
  65. f4fda80 add and use ARMISD::RET_FLAG by Rafael Espindola · 18 years ago
  66. 202ae32 Now that SparcV9 is gone, this logical can be simplified significantly. by Chris Lattner · 18 years ago
  67. a5eee6e Fix typo. by Devang Patel · 18 years ago
  68. 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
  69. bbd1cb4 Remove ARM for the moment since it is a work in progress. by Devang Patel · 18 years ago
  70. a89d47f Add new tool, lto, to do link time optimization. This tool installs by Devang Patel · 18 years ago
  71. 7e79b38 by Chris Lattner · 18 years ago
  72. 58d6356 Remove some extraneous newlines. by Chris Lattner · 18 years ago
  73. 32501a0 Really add support for compilers without noinline by Chris Lattner · 18 years ago
  74. 3700f90 Work around a GCC 3.3.5 bug noticed by a user. by Chris Lattner · 18 years ago
  75. 8653b37 Work around a bug in gcc 3.3.5, reported by a user by Chris Lattner · 18 years ago
  76. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  77. 4876dc5 Reflect change to AssignTopologicalOrder(). by Evan Cheng · 18 years ago
  78. c384d6c - Change AssignTopologicalOrder to return vector of SDNode* by reference. by Evan Cheng · 18 years ago
  79. 09fd736 AssignTopologicalOrder now returns the vector of SDNode* by reference to by Evan Cheng · 18 years ago
  80. abe0e3e If the Program name was NULL then all further output sent to std::cerr was by Jim Laskey · 18 years ago
  81. 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
  82. eb577ba Final polish on machine pass registries. by Jim Laskey · 18 years ago
  83. 9b9528d Breaking out specialized classes. by Jim Laskey · 18 years ago
  84. 686c4a1 Use of vector<bool> causes some horrendous compile time regression (2x)! by Evan Cheng · 18 years ago
  85. 83a6d49 Update the readme to remove duplicate information and clarify the loop problem. by Nate Begeman · 18 years ago
  86. 8f74680 Disable LSR at -fast by Nate Begeman · 18 years ago
  87. f9ba401 Add special check to avoid isLoop call. Simple, but doesn't seem to speed by Chris Lattner · 18 years ago
  88. 880ddb0 Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. by Chris Lattner · 18 years ago
  89. d41ae8b Replace the SSA update code in LCSSA with a bottom-up approach instead of a top by Chris Lattner · 18 years ago
  90. d3a680a Fix the build on case-sensitive filesystems :( by Chris Lattner · 18 years ago
  91. 6aba483 Add dominates/properlyDominates queries to IDom. by Chris Lattner · 18 years ago
  92. 9373beb Now that the ISel is available, it's possible to create a default instruction by Jim Laskey · 18 years ago
  93. 1ed3af1 start comments with # by Rafael Espindola · 18 years ago
  94. 9ff542f 1. Change use of "Cache" to "Default". by Jim Laskey · 18 years ago
  95. 2f2d324 no need to check readability here by Chris Lattner · 18 years ago
  96. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  97. 33b0e9c No need to check isWriteable here (which isn't sufficient anyway). Just attempt by Chris Lattner · 18 years ago
  98. 8bdbb04 Use Path::getFileStatus by Chris Lattner · 18 years ago
  99. 0b32d8b Use Path::getFileStatus to get status-related info. by Chris Lattner · 18 years ago
  100. 8961501 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 18 years ago