1. c75a04b updated CVS server location by Chris Lattner · 18 years ago
  2. ecfe088 For PR845: by Reid Spencer · 18 years ago
  3. d8c20a9 Fix a typo in the name of expand_dependencies. by Reid Spencer · 18 years ago
  4. 8cfe633 Fix PR867 (and maybe 868) and testcsae: by Chris Lattner · 18 years ago
  5. 006f2d0 new testcase for pr867 by Chris Lattner · 18 years ago
  6. c0131f8 Applying for all. by Jim Laskey · 18 years ago
  7. f492391 Copy the liveins for the first block. PR859 by Jim Laskey · 18 years ago
  8. 93d537c Make all the schedulers continue to work. by Jim Laskey · 18 years ago
  9. d0fa46a Print an error message if the lib directory (first argument) is not a directory. by Reid Spencer · 18 years ago
  10. 1eaf0ac update comment by Chris Lattner · 18 years ago
  11. fb1fcf0 remove some more dead sparcv9 support stuff by Chris Lattner · 18 years ago
  12. 7a2144b remove a dead proto by Chris Lattner · 18 years ago
  13. 6b59a36 Get darwin intel debugging up and running. by Jim Laskey · 18 years ago
  14. 30f63ad Make it fit into 80-columns. by Devang Patel · 18 years ago
  15. 94a0ac9 Fix typo. by Devang Patel · 18 years ago
  16. f5a156d Simplify. Use addprefix. by Devang Patel · 18 years ago
  17. f4fda80 add and use ARMISD::RET_FLAG by Rafael Espindola · 18 years ago
  18. 202ae32 Now that SparcV9 is gone, this logical can be simplified significantly. by Chris Lattner · 18 years ago
  19. a5eee6e Fix typo. by Devang Patel · 18 years ago
  20. 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
  21. bbd1cb4 Remove ARM for the moment since it is a work in progress. by Devang Patel · 18 years ago
  22. a89d47f Add new tool, lto, to do link time optimization. This tool installs by Devang Patel · 18 years ago
  23. 7e79b38 by Chris Lattner · 18 years ago
  24. 58d6356 Remove some extraneous newlines. by Chris Lattner · 18 years ago
  25. 32501a0 Really add support for compilers without noinline by Chris Lattner · 18 years ago
  26. 3700f90 Work around a GCC 3.3.5 bug noticed by a user. by Chris Lattner · 18 years ago
  27. 8653b37 Work around a bug in gcc 3.3.5, reported by a user by Chris Lattner · 18 years ago
  28. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  29. 4876dc5 Reflect change to AssignTopologicalOrder(). by Evan Cheng · 18 years ago
  30. c384d6c - Change AssignTopologicalOrder to return vector of SDNode* by reference. by Evan Cheng · 18 years ago
  31. 09fd736 AssignTopologicalOrder now returns the vector of SDNode* by reference to by Evan Cheng · 18 years ago
  32. abe0e3e If the Program name was NULL then all further output sent to std::cerr was by Jim Laskey · 18 years ago
  33. 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
  34. eb577ba Final polish on machine pass registries. by Jim Laskey · 18 years ago
  35. 9b9528d Breaking out specialized classes. by Jim Laskey · 18 years ago
  36. 686c4a1 Use of vector<bool> causes some horrendous compile time regression (2x)! by Evan Cheng · 18 years ago
  37. 83a6d49 Update the readme to remove duplicate information and clarify the loop problem. by Nate Begeman · 18 years ago
  38. 8f74680 Disable LSR at -fast by Nate Begeman · 18 years ago
  39. f9ba401 Add special check to avoid isLoop call. Simple, but doesn't seem to speed by Chris Lattner · 18 years ago
  40. 880ddb0 Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. by Chris Lattner · 18 years ago
  41. d41ae8b Replace the SSA update code in LCSSA with a bottom-up approach instead of a top by Chris Lattner · 18 years ago
  42. d3a680a Fix the build on case-sensitive filesystems :( by Chris Lattner · 18 years ago
  43. 6aba483 Add dominates/properlyDominates queries to IDom. by Chris Lattner · 18 years ago
  44. 9373beb Now that the ISel is available, it's possible to create a default instruction by Jim Laskey · 18 years ago
  45. 1ed3af1 start comments with # by Rafael Espindola · 18 years ago
  46. 9ff542f 1. Change use of "Cache" to "Default". by Jim Laskey · 18 years ago
  47. 2f2d324 no need to check readability here by Chris Lattner · 18 years ago
  48. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  49. 33b0e9c No need to check isWriteable here (which isn't sufficient anyway). Just attempt by Chris Lattner · 18 years ago
  50. 8bdbb04 Use Path::getFileStatus by Chris Lattner · 18 years ago
  51. 0b32d8b Use Path::getFileStatus to get status-related info. by Chris Lattner · 18 years ago
  52. 8961501 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 18 years ago
  53. c7c453a elimiante some syscalls by Chris Lattner · 18 years ago
  54. 3336aa0 Update my entry. by Reid Spencer · 18 years ago
  55. 936ef2f Update Bil's entry by Chris Lattner · 18 years ago
  56. c6a0a11 Forgot the added files for plugable machine passes. by Jim Laskey · 18 years ago
  57. 704e81f Fix HTML 4.01 Strict errors. by Reid Spencer · 18 years ago
  58. 13ec702 Introducing plugable register allocators and instruction schedulers. by Jim Laskey · 18 years ago
  59. 06c1e7e implement LowerConstantPool and LowerGlobalAddress by Rafael Espindola · 18 years ago
  60. abf41f2 Adding to credibility. by Jim Laskey · 18 years ago
  61. e6f35d8 Added AssignTopologicalOrder() to assign each node an unique id based on their topological order. by Evan Cheng · 18 years ago
  62. db3cc3d Factor topological order code to SelectionDAG. Clean up. by Evan Cheng · 18 years ago
  63. 9bf2e7f Fix a problem with use of undefined variables. Print an error message if by Reid Spencer · 18 years ago
  64. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 18 years ago
  65. ca6a18f Update to include new options. by Reid Spencer · 18 years ago
  66. e131ec9 Update library dependency information, describe new libraries, talk a by Reid Spencer · 18 years ago
  67. 8f2105b Added myself to credits. by Anton Korobeynikov · 18 years ago
  68. d3f8429 Pass N by reference to select functions to prevent gcc from allocating more stack. by Evan Cheng · 18 years ago
  69. 8825a48 PIC jump table entries are always 32-bit even in 64-bit mode. by Evan Cheng · 18 years ago
  70. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
  71. f76d180 Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll. by Chris Lattner · 18 years ago
  72. 7fbb2ec New testcase for PR850. by Chris Lattner · 18 years ago
  73. 6c3acb7 Changed to a new directory for opensource checkout. by Jim Laskey · 18 years ago
  74. 6d581e8 handle GlobalValue::InternalLinkage in doFinalization by Rafael Espindola · 18 years ago
  75. f55914a Fix a couple typos. by Jim Laskey · 18 years ago
  76. 6966c48 Remove an unneeded match condition: the type check for root node has been by Evan Cheng · 18 years ago
  77. ca32028 Remove a duplicate pattern. by Evan Cheng · 18 years ago
  78. 043eb82 Remove a duplicate pattern/ by Evan Cheng · 18 years ago
  79. 6646383 testcase for PR854. by Chris Lattner · 18 years ago
  80. 61095d7 Testcase for GCC bug28417, ensuring that we don't start getting it wrong by Chris Lattner · 18 years ago
  81. e36de54 fix externals by Andrew Lenharth · 18 years ago
  82. 4a6bd33 Instead of blindly looking past constantexpr casts, actually constant by Chris Lattner · 18 years ago
  83. 03a4605 New testcase for PR853 by Chris Lattner · 18 years ago
  84. 501d529 Remove a redundant syscall. by Chris Lattner · 18 years ago
  85. b6ee7f7 Split each select function for a particular opcode into multiple ones. One by Evan Cheng · 18 years ago
  86. ceaf1c3 Fix the --with-extra-options to use the correct variable. by Reid Spencer · 18 years ago
  87. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 18 years ago
  88. 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 18 years ago
  89. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  90. 65a392e Finegrainify namespacification, minor cleanups by Chris Lattner · 18 years ago
  91. 86ca129 Update comments. by Chris Lattner · 18 years ago
  92. 4645cdc WriteBytecodeToFile actually can't throw. by Chris Lattner · 18 years ago
  93. c847f7c formatting cleanups by Chris Lattner · 18 years ago
  94. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  95. 3236ced libsupport still throws. by Chris Lattner · 18 years ago
  96. 435540f Exceptions are thrown by and through this library. by Chris Lattner · 18 years ago
  97. e197821 WriteBytecodeToFile throws, so this needs EH info. by Chris Lattner · 18 years ago
  98. 513748d Fix handling of asm specifiers for external globals. This unbreaks many programs by Chris Lattner · 18 years ago
  99. dacbe7b Make functions with an "asm" name propagate that asm name into the cbe.c file. by Chris Lattner · 18 years ago
  100. b112af2 Reverted previous commit. Thanks, Chris. by John Criswell · 18 years ago