1. a568285 Revamp the "CSEMap" datastructure used in the SelectionDAG class. This by Chris Lattner · 18 years ago
  2. 2ef88a0 Match tablegen isel changes. by Evan Cheng · 18 years ago
  3. 9bdca03 Making TableGen'd instruction selection code non-recursive. This fixes PR805. by Evan Cheng · 18 years ago
  4. fe8dc2e Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code. by Evan Cheng · 18 years ago
  5. 99157a0 Clear TopOrder before assigning topological order. Some clean ups. by Evan Cheng · 18 years ago
  6. 3b97acd Reverse the FlaggedNodes after scanning up for flagged preds or else the order would be reversed. by Evan Cheng · 18 years ago
  7. e46e1a5 Make XMM, FP register dwarf register numbers consistent with gcc. by Evan Cheng · 18 years ago
  8. f5e42bf Add a clear method to SmallVector by Chris Lattner · 18 years ago
  9. 25259a3 Remove extraneous #include. by Reid Spencer · 18 years ago
  10. a8e80c5 Make the removal of files use Path::eraseFromDisk just like it does for by Reid Spencer · 18 years ago
  11. bffdc36 Add a note about how the "isFile" check in Path::eraseFromDisk prevents by Reid Spencer · 18 years ago
  12. 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
  13. 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
  14. cfb3ba0 Silence a warning on x86-64, reported by chandlerc. by Chris Lattner · 18 years ago
  15. e6ffe61 This causes some random crashes. by Evan Cheng · 18 years ago
  16. 3acbb9b Fixed typo. Thanks, Reid. by Anton Korobeynikov · 18 years ago
  17. de9c02b Removed usage of "sort", which can lead to undeterministic behavior on mingw & cygwin platforms. by Anton Korobeynikov · 18 years ago
  18. 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
  19. 304d5f2 Collect references from globals. by Devang Patel · 18 years ago
  20. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  21. 5fa8fff Added how to add machine passes to command line options. by Jim Laskey · 18 years ago
  22. 2210eeb converge on the right number of %'s :) by Chris Lattner · 18 years ago
  23. 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
  24. 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
  25. 190a418 Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which by Chris Lattner · 18 years ago
  26. 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
  27. cfa5291 Use the %llvm-gcc% variable to find llvm-gcc for those of us that don't by Reid Spencer · 18 years ago
  28. 341b864 use a 'register pressure reducing' scheduler by Rafael Espindola · 18 years ago
  29. 6312da0 Bug fix: always generate a RET_FLAG in LowerRET fixes ret_null.ll and call.ll by Rafael Espindola · 18 years ago
  30. c75a04b updated CVS server location by Chris Lattner · 18 years ago
  31. ecfe088 For PR845: by Reid Spencer · 18 years ago
  32. d8c20a9 Fix a typo in the name of expand_dependencies. by Reid Spencer · 18 years ago
  33. 8cfe633 Fix PR867 (and maybe 868) and testcsae: by Chris Lattner · 18 years ago
  34. 006f2d0 new testcase for pr867 by Chris Lattner · 18 years ago
  35. c0131f8 Applying for all. by Jim Laskey · 18 years ago
  36. f492391 Copy the liveins for the first block. PR859 by Jim Laskey · 18 years ago
  37. 93d537c Make all the schedulers continue to work. by Jim Laskey · 18 years ago
  38. d0fa46a Print an error message if the lib directory (first argument) is not a directory. by Reid Spencer · 18 years ago
  39. 1eaf0ac update comment by Chris Lattner · 18 years ago
  40. fb1fcf0 remove some more dead sparcv9 support stuff by Chris Lattner · 18 years ago
  41. 7a2144b remove a dead proto by Chris Lattner · 18 years ago
  42. 6b59a36 Get darwin intel debugging up and running. by Jim Laskey · 18 years ago
  43. 30f63ad Make it fit into 80-columns. by Devang Patel · 18 years ago
  44. 94a0ac9 Fix typo. by Devang Patel · 18 years ago
  45. f5a156d Simplify. Use addprefix. by Devang Patel · 18 years ago
  46. f4fda80 add and use ARMISD::RET_FLAG by Rafael Espindola · 18 years ago
  47. 202ae32 Now that SparcV9 is gone, this logical can be simplified significantly. by Chris Lattner · 18 years ago
  48. a5eee6e Fix typo. by Devang Patel · 18 years ago
  49. 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
  50. bbd1cb4 Remove ARM for the moment since it is a work in progress. by Devang Patel · 18 years ago
  51. a89d47f Add new tool, lto, to do link time optimization. This tool installs by Devang Patel · 18 years ago
  52. 7e79b38 by Chris Lattner · 18 years ago
  53. 58d6356 Remove some extraneous newlines. by Chris Lattner · 18 years ago
  54. 32501a0 Really add support for compilers without noinline by Chris Lattner · 18 years ago
  55. 3700f90 Work around a GCC 3.3.5 bug noticed by a user. by Chris Lattner · 18 years ago
  56. 8653b37 Work around a bug in gcc 3.3.5, reported by a user by Chris Lattner · 18 years ago
  57. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  58. 4876dc5 Reflect change to AssignTopologicalOrder(). by Evan Cheng · 18 years ago
  59. c384d6c - Change AssignTopologicalOrder to return vector of SDNode* by reference. by Evan Cheng · 18 years ago
  60. 09fd736 AssignTopologicalOrder now returns the vector of SDNode* by reference to by Evan Cheng · 18 years ago
  61. abe0e3e If the Program name was NULL then all further output sent to std::cerr was by Jim Laskey · 18 years ago
  62. 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
  63. eb577ba Final polish on machine pass registries. by Jim Laskey · 18 years ago
  64. 9b9528d Breaking out specialized classes. by Jim Laskey · 18 years ago
  65. 686c4a1 Use of vector<bool> causes some horrendous compile time regression (2x)! by Evan Cheng · 18 years ago
  66. 83a6d49 Update the readme to remove duplicate information and clarify the loop problem. by Nate Begeman · 18 years ago
  67. 8f74680 Disable LSR at -fast by Nate Begeman · 18 years ago
  68. f9ba401 Add special check to avoid isLoop call. Simple, but doesn't seem to speed by Chris Lattner · 18 years ago
  69. 880ddb0 Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. by Chris Lattner · 18 years ago
  70. d41ae8b Replace the SSA update code in LCSSA with a bottom-up approach instead of a top by Chris Lattner · 18 years ago
  71. d3a680a Fix the build on case-sensitive filesystems :( by Chris Lattner · 18 years ago
  72. 6aba483 Add dominates/properlyDominates queries to IDom. by Chris Lattner · 18 years ago
  73. 9373beb Now that the ISel is available, it's possible to create a default instruction by Jim Laskey · 18 years ago
  74. 1ed3af1 start comments with # by Rafael Espindola · 18 years ago
  75. 9ff542f 1. Change use of "Cache" to "Default". by Jim Laskey · 18 years ago
  76. 2f2d324 no need to check readability here by Chris Lattner · 18 years ago
  77. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  78. 33b0e9c No need to check isWriteable here (which isn't sufficient anyway). Just attempt by Chris Lattner · 18 years ago
  79. 8bdbb04 Use Path::getFileStatus by Chris Lattner · 18 years ago
  80. 0b32d8b Use Path::getFileStatus to get status-related info. by Chris Lattner · 18 years ago
  81. 8961501 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 18 years ago
  82. c7c453a elimiante some syscalls by Chris Lattner · 18 years ago
  83. 3336aa0 Update my entry. by Reid Spencer · 18 years ago
  84. 936ef2f Update Bil's entry by Chris Lattner · 18 years ago
  85. c6a0a11 Forgot the added files for plugable machine passes. by Jim Laskey · 18 years ago
  86. 704e81f Fix HTML 4.01 Strict errors. by Reid Spencer · 18 years ago
  87. 13ec702 Introducing plugable register allocators and instruction schedulers. by Jim Laskey · 18 years ago
  88. 06c1e7e implement LowerConstantPool and LowerGlobalAddress by Rafael Espindola · 18 years ago
  89. abf41f2 Adding to credibility. by Jim Laskey · 18 years ago
  90. e6f35d8 Added AssignTopologicalOrder() to assign each node an unique id based on their topological order. by Evan Cheng · 18 years ago
  91. db3cc3d Factor topological order code to SelectionDAG. Clean up. by Evan Cheng · 18 years ago
  92. 9bf2e7f Fix a problem with use of undefined variables. Print an error message if by Reid Spencer · 18 years ago
  93. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 18 years ago
  94. ca6a18f Update to include new options. by Reid Spencer · 18 years ago
  95. e131ec9 Update library dependency information, describe new libraries, talk a by Reid Spencer · 18 years ago
  96. 8f2105b Added myself to credits. by Anton Korobeynikov · 18 years ago
  97. d3f8429 Pass N by reference to select functions to prevent gcc from allocating more stack. by Evan Cheng · 18 years ago
  98. 8825a48 PIC jump table entries are always 32-bit even in 64-bit mode. by Evan Cheng · 18 years ago
  99. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
  100. f76d180 Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll. by Chris Lattner · 18 years ago