1. 13ec702 Introducing plugable register allocators and instruction schedulers. by Jim Laskey · 18 years ago
  2. 06c1e7e implement LowerConstantPool and LowerGlobalAddress by Rafael Espindola · 18 years ago
  3. abf41f2 Adding to credibility. by Jim Laskey · 18 years ago
  4. e6f35d8 Added AssignTopologicalOrder() to assign each node an unique id based on their topological order. by Evan Cheng · 18 years ago
  5. db3cc3d Factor topological order code to SelectionDAG. Clean up. by Evan Cheng · 18 years ago
  6. 9bf2e7f Fix a problem with use of undefined variables. Print an error message if by Reid Spencer · 18 years ago
  7. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 18 years ago
  8. ca6a18f Update to include new options. by Reid Spencer · 18 years ago
  9. e131ec9 Update library dependency information, describe new libraries, talk a by Reid Spencer · 18 years ago
  10. 8f2105b Added myself to credits. by Anton Korobeynikov · 18 years ago
  11. d3f8429 Pass N by reference to select functions to prevent gcc from allocating more stack. by Evan Cheng · 18 years ago
  12. 8825a48 PIC jump table entries are always 32-bit even in 64-bit mode. by Evan Cheng · 18 years ago
  13. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
  14. f76d180 Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll. by Chris Lattner · 18 years ago
  15. 7fbb2ec New testcase for PR850. by Chris Lattner · 18 years ago
  16. 6c3acb7 Changed to a new directory for opensource checkout. by Jim Laskey · 18 years ago
  17. 6d581e8 handle GlobalValue::InternalLinkage in doFinalization by Rafael Espindola · 18 years ago
  18. f55914a Fix a couple typos. by Jim Laskey · 18 years ago
  19. 6966c48 Remove an unneeded match condition: the type check for root node has been by Evan Cheng · 18 years ago
  20. ca32028 Remove a duplicate pattern. by Evan Cheng · 18 years ago
  21. 043eb82 Remove a duplicate pattern/ by Evan Cheng · 18 years ago
  22. 6646383 testcase for PR854. by Chris Lattner · 18 years ago
  23. 61095d7 Testcase for GCC bug28417, ensuring that we don't start getting it wrong by Chris Lattner · 18 years ago
  24. e36de54 fix externals by Andrew Lenharth · 18 years ago
  25. 4a6bd33 Instead of blindly looking past constantexpr casts, actually constant by Chris Lattner · 18 years ago
  26. 03a4605 New testcase for PR853 by Chris Lattner · 18 years ago
  27. 501d529 Remove a redundant syscall. by Chris Lattner · 18 years ago
  28. b6ee7f7 Split each select function for a particular opcode into multiple ones. One by Evan Cheng · 18 years ago
  29. ceaf1c3 Fix the --with-extra-options to use the correct variable. by Reid Spencer · 18 years ago
  30. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 18 years ago
  31. 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 18 years ago
  32. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  33. 65a392e Finegrainify namespacification, minor cleanups by Chris Lattner · 18 years ago
  34. 86ca129 Update comments. by Chris Lattner · 18 years ago
  35. 4645cdc WriteBytecodeToFile actually can't throw. by Chris Lattner · 18 years ago
  36. c847f7c formatting cleanups by Chris Lattner · 18 years ago
  37. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  38. 3236ced libsupport still throws. by Chris Lattner · 18 years ago
  39. 435540f Exceptions are thrown by and through this library. by Chris Lattner · 18 years ago
  40. e197821 WriteBytecodeToFile throws, so this needs EH info. by Chris Lattner · 18 years ago
  41. 513748d Fix handling of asm specifiers for external globals. This unbreaks many programs by Chris Lattner · 18 years ago
  42. dacbe7b Make functions with an "asm" name propagate that asm name into the cbe.c file. by Chris Lattner · 18 years ago
  43. b112af2 Reverted previous commit. Thanks, Chris. by John Criswell · 18 years ago
  44. 5804c0d Added in the LGPL text and copyright information. This needs to be by John Criswell · 18 years ago
  45. 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
  46. 0d72a20 Fix some ppc64 issues with vector code. by Chris Lattner · 18 years ago
  47. 37e1803 Can't spell. by Evan Cheng · 18 years ago
  48. ba27731 Some clean up. by Evan Cheng · 18 years ago
  49. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  50. d91e5f9 The smallvector dtor should destroy the elements. by Chris Lattner · 18 years ago
  51. 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
  52. dc7a66a Clean up. by Evan Cheng · 18 years ago
  53. 0dd7fb2 Removed some unneccesary printing from the nightly tester. by Patrick Jenkins · 18 years ago
  54. f2dfafc Rename IsFoldableBy to CanBeFoldedleBy by Evan Cheng · 18 years ago
  55. 2584d93 Node selected into address mode cannot be folded. by Evan Cheng · 18 years ago
  56. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 18 years ago
  57. f26f5dd Print empty inline asms as a blank line instead of: by Chris Lattner · 18 years ago
  58. 63ce568 Another duh. Determine topological order before any target node is added. by Evan Cheng · 18 years ago
  59. 0e2c36f Brain cramp.. by Evan Cheng · 18 years ago
  60. a6e216f Undo last commit, which was committed accidentally. by Reid Spencer · 18 years ago
  61. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  62. b3c3346 Allocating too large an array for ReachibilityMatrix. by Evan Cheng · 18 years ago
  63. 5fa5de8 Calculate the portion of reachbility matrix on demand. by Evan Cheng · 18 years ago
  64. 8cbc93a isNonImmUse is replaced by IsFoldableBy by Evan Cheng · 18 years ago
  65. d4623e9 Removed some unneccesary print statemnts by Patrick Jenkins · 18 years ago
  66. 96970e9 ChangeDir now returns the correct value by Patrick Jenkins · 18 years ago
  67. 33a0a6d Working toward registration of register allocators. by Jim Laskey · 18 years ago
  68. 3aac4d5 Remove dead code. by Evan Cheng · 18 years ago
  69. 278a6b5 Fixed a stupid error where changedir returned false upon success. by Patrick Jenkins · 18 years ago
  70. c281b0d Added more descriptive output to singlesource,multisource tests. by Patrick Jenkins · 18 years ago
  71. 59d1a66 Removed some clutter that was left over from development. by Patrick Jenkins · 18 years ago
  72. f141cc4 Resolve BB references with relocation. by Evan Cheng · 18 years ago
  73. 16620fc Pass -fstrict-aliasing to the compiler when building a release build on darwin. by Chris Lattner · 18 years ago
  74. b4e80f8 Add basic block machine relocation. by Evan Cheng · 18 years ago
  75. 7e6e441 synchronizeICache removeed from TargetJITInfo. by Evan Cheng · 18 years ago
  76. 4d9bbdc Code cleanups, per review by Nate Begeman · 18 years ago
  77. a8df1b4 Use reachbility information to determine whether a node can be folded into another during isel. by Evan Cheng · 18 years ago
  78. 2e9f368 Fixed a typo in Evan's submisson. by Jim Laskey · 18 years ago
  79. b01c4bb emit global constants by Rafael Espindola · 18 years ago
  80. 7c16d77 AssignNodeIds should return unsigned. by Evan Cheng · 18 years ago
  81. d30a971 Correct a misunderstanding about cross-compiling. Anton's changes don't by Reid Spencer · 18 years ago
  82. 33e9ad9 Remove NodeDepth by Evan Cheng · 18 years ago
  83. 091cba1 AssignNodeIds assign each node in the DAG an unique id. by Evan Cheng · 18 years ago
  84. 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
  85. 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
  86. 55b5053 Move synchronizeICache from TargetJITInfo into a static function in JITEmitter.cpp by Evan Cheng · 18 years ago
  87. 2d4ed2d Fix section title to use lower case. by Reid Spencer · 18 years ago
  88. 17850ef Add instructions for building a cross-compiler. Patch contributed by by Reid Spencer · 18 years ago
  89. c148e5e Reduce the padding on the doc_notes style. It was set to 1em which leaves by Reid Spencer · 18 years ago
  90. bbf6894 Bump version # by Chris Lattner · 18 years ago
  91. 6883a88 Add some advice by Chris Lattner · 18 years ago
  92. 825405c Use std::copy instead of custom loops to take advantage of STL optimizations. by Chris Lattner · 18 years ago
  93. ea34858 Use the predicate. by Jim Laskey · 18 years ago
  94. cc8414f I made a stupid mistake when adding support for -use-gmake. ~PJ by Patrick Jenkins · 18 years ago
  95. 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
  96. 2f1ae88 Support jump tables when in PIC relocation model by Nate Begeman · 18 years ago
  97. 30ffe1b Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842. by Jim Laskey · 18 years ago
  98. 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
  99. 35a1446 Fix warning on linux by Chris Lattner · 18 years ago
  100. c9cf4f1 Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. by Chris Lattner · 18 years ago