1. b554494 Clarify a comment. by Dan Gohman · 16 years ago
  2. a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 16 years ago
  3. 13a09e2 Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). by Nick Lewycky · 16 years ago
  4. b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 16 years ago
  5. edf22b9 Reword the comment for ConstantInt's getLimitedValue. by Dan Gohman · 16 years ago
  6. 9dce873 Remove redundant test for vector-nature. Scan the vector first to see whether by Nick Lewycky · 16 years ago
  7. fce4028 LiveInterval::removeKills and isKill don't need 'this' and by Dan Gohman · 16 years ago
  8. e19c636 Use SmallVector's pop_back_val. by Dan Gohman · 16 years ago
  9. f89e6e6 Use the correct Preds and Succs lists in setHeightDirty() by Dan Gohman · 16 years ago
  10. b8fd419 More precise XFAIL. by Bill Wendling · 16 years ago
  11. c6acb57 Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it. by Bill Wendling · 16 years ago
  12. 6c3643c Use ~0u instead of -1u as the special value, to hopefully avoid by Dan Gohman · 16 years ago
  13. 5379f41 Fix PR3149. If an early clobber def is a physical register and it is tied to an input operand, it effectively extends the live range of the physical register. Currently we do not have a good way to represent this. by Evan Cheng · 16 years ago
  14. de8c611 The fields for the stoppoint debug intrinsic have not changed, so update the by John Criswell · 16 years ago
  15. 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 16 years ago
  16. 95ca731 Add dyn_cast_or_null bindings for some additional classes missed in r61252. by Gordon Henriksen · 16 years ago
  17. 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
  18. 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 16 years ago
  19. 018a34c Move the patterns which have i8 immediates before the patterns by Dan Gohman · 16 years ago
  20. 0b53d98 Use dyn_cast intead of isa + cast in the generated DAGISel code. This by Dan Gohman · 16 years ago
  21. ab63152 - CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges. by Evan Cheng · 16 years ago
  22. a33649e Fix some release-assert warnings by Chris Lattner · 16 years ago
  23. 2f6fea9 Fix bug 3202. by Rafael Espindola · 16 years ago
  24. d802be3 Update the .cvs files for nocapture. by Nick Lewycky · 16 years ago
  25. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 16 years ago
  26. f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 16 years ago
  27. bebbded Perform this loop only when the -debug flag is specified. by Bill Wendling · 16 years ago
  28. 1385758 Initialize the ImplicitDefed member, to avoid getting stale by Dan Gohman · 16 years ago
  29. 5b200d8 Fix RegScavenger::forward() to work on basic blocks containing exactly by Dan Gohman · 16 years ago
  30. 9755faa Delete the RegScavenging constructor that takes a MachineBasicBlock by Dan Gohman · 16 years ago
  31. 7538454 Fix test to account for generating some vector code for mul v2i64 instead by Mon P Wang · 16 years ago
  32. e533f4e Didn't mean to commit this. by Bill Wendling · 16 years ago
  33. a5b2fee Teach LowerSubregs to preserve kill/dead information when lowering by Dan Gohman · 16 years ago
  34. 82c19ae Re-XFAIL this test until debug stuff settles down. by Bill Wendling · 16 years ago
  35. 98c2069 Make LowerSubregs' debug output for EXTRACT_SUBREG consistent with by Dan Gohman · 16 years ago
  36. f04865f Fix a copy+pasto in an assertion message. by Dan Gohman · 16 years ago
  37. 07af765 Fix indentation level. by Dan Gohman · 16 years ago
  38. bfd23c9 When emitting instructions that define EFLAGS and the EFLAGS value isn't by Dan Gohman · 16 years ago
  39. 34d6ad7 When setting up the frame pointer, add it as a live-in register to all by Dan Gohman · 16 years ago
  40. 2ccc839 Print subreg information in MachineInstr::dump. by Dan Gohman · 16 years ago
  41. af9b952 Fixed x86 code generation of multiple for v2i64. It was incorrect for SSE4.1. by Mon P Wang · 16 years ago
  42. 1d04548 Added some basic test cases for r61209 by Mon P Wang · 16 years ago
  43. 87c8a8f Added support for vector widening. by Mon P Wang · 16 years ago
  44. 5c9f34b Remove dead comments. by Evan Cheng · 16 years ago
  45. 19c2892 Oops! Left out a line. by Nick Lewycky · 16 years ago
  46. 2a8f659 Make all the vector elements positive in an srem of constant vector. by Nick Lewycky · 16 years ago
  47. 31535f1 Fix PR2929 by making bugpoint/code extract propagate the nothrow by Chris Lattner · 16 years ago
  48. 65ee1e6 Fix typo in error message. by Mikhail Glushenkov · 16 years ago
  49. 78eb804 Recommit this grammar fix that was backed out along with nocapture. by Nick Lewycky · 16 years ago
  50. 7224170 Give MachineLICM a name, for -time-passes etc. by Dan Gohman · 16 years ago
  51. 23b0d49 Move post-RA scheduling before branch folding for now, because branch by Dan Gohman · 16 years ago
  52. 2ebf63f Re-apply r61158 in a form that no longer breaks tests. by Owen Anderson · 16 years ago
  53. a1d9cb1 Revert previous patch, appears to break bootstrap. by Dale Johannesen · 16 years ago
  54. a32b7ac Mark the x86 fp stack registers as "reserved". This tells LiveVariables by Dan Gohman · 16 years ago
  55. 12b882c Fix the time regression I introduced in 464.h264ref with by Dale Johannesen · 16 years ago
  56. 5f4f84b reapply this hunk from Bill's reversion in r61169, it is conservative by Chris Lattner · 16 years ago
  57. a5d5c02 XFAIL on Linux. by Bill Wendling · 16 years ago
  58. 24313e7 make instnamer name unnamed blocks as well as instructions and args. by Chris Lattner · 16 years ago
  59. 10ef02e Do not XFAIL. by Bill Wendling · 16 years ago
  60. 13d1009 Temporarily revert r61027. It was causing a bootstrap failure in "release" mode by Bill Wendling · 16 years ago
  61. 3ac619e by Devang Patel · 16 years ago
  62. 965c415 Xfail these tests for now. by Devang Patel · 16 years ago
  63. 854967e by Devang Patel · 16 years ago
  64. c7a2194 Revert r61158 for now, as it caused some test failures. by Owen Anderson · 16 years ago
  65. 25dffa7 Fix miscompilations caused by renumbering, and enable it as part of prealloc splitting. by Owen Anderson · 16 years ago
  66. 851ba39 This adds some missing functions to the C binding: by Chris Lattner · 16 years ago
  67. 29bc4f0 Forgot to revert r61031 when I reverted r61019, r61030, and r61040. by Bill Wendling · 16 years ago
  68. a54d4b2 Simplified marking code regions -- no need to use <div> to surround <pre> tags. by Misha Brukman · 16 years ago
  69. b610655 Instead of referring to the license file in the 2.3 release, refer to the by Misha Brukman · 16 years ago
  70. 9474d01 Added mention of the RELEASE_24 tag for the 2.4 release. by Misha Brukman · 16 years ago
  71. 84aff84 Fix expansion of vsetcc to set the high bit for true instead of 1. by Mon P Wang · 16 years ago
  72. f49a28c insert some sequence points and preincrement an iterator to avoid by Chris Lattner · 16 years ago
  73. bce4afe Enhance heap sra to be substantially more aggressive w.r.t PHI by Chris Lattner · 16 years ago
  74. 89b64bd Double the amount of memory reserved for SUnits. This is a by Dan Gohman · 16 years ago
  75. fccf6dd Use getDepth() and getHeight() instead of accessing the by Dan Gohman · 16 years ago
  76. 89bf4f2 Fix the comments for getDepth and getHeight. by Dan Gohman · 16 years ago
  77. 28dc98f Fix for PR3225: disable a broken optimization in by Eli Friedman · 16 years ago
  78. 2d0484c Update also the generated docs. by Mikhail Glushenkov · 16 years ago
  79. 5c2b6b2 Some enhancements for the 'case' expression. by Mikhail Glushenkov · 16 years ago
  80. b039062 Clarify that the scale factor from CheckForIVReuse by Dale Johannesen · 16 years ago
  81. fd3b7b7 A new dag combine; several permutations of this by Dale Johannesen · 16 years ago
  82. d0b6a0d Add code to renumber split intervals into new vregs. This is disabled for now until I finish working out some iterator invalidation issues. by Owen Anderson · 16 years ago
  83. 85d3d4f Fix another crash found by inspection. If we have a PHI node merging by Chris Lattner · 16 years ago
  84. 542dc1a fix a crash found by inspection. by Chris Lattner · 16 years ago
  85. 080efb8 Add a helper to remove a branch and DCE the condition, and use it by Eli Friedman · 16 years ago
  86. 00dc84a Eliminate the loop that walks the critical path. Instead, just track the by Dan Gohman · 16 years ago
  87. 43445c1 Remove empty test. by Bill Wendling · 16 years ago
  88. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  89. 905ff1e Preserve SourceValue information when lowering produces multiple loads from by Dan Gohman · 16 years ago
  90. 09dc9c0 We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error. by Evan Cheng · 16 years ago
  91. 8069f28 CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt. by Oscar Fuentes · 16 years ago
  92. 367cdff add testcase for -print-dbginfo by Torok Edwin · 16 years ago
  93. 6e68106 Add -print-dbginfo pass that prints LLVM IR with comments inserted to show by Torok Edwin · 16 years ago
  94. 620f280 Add utility functions to search for DbgStopPointInst corresponding to an by Torok Edwin · 16 years ago
  95. a70c68e use different name for parameter to make it clear that we set DIDescriptor::GV by Torok Edwin · 16 years ago
  96. 1447f5c Generalize support for analyzing loops to include SLE/SGE loop exit conditions by Nick Lewycky · 16 years ago
  97. 5a6bb6a switch some std::set/std::map to SmallPtrSet/DenseMap. by Chris Lattner · 16 years ago
  98. f478951 fix PR3217: fully cached queries need to be verified against the by Chris Lattner · 16 years ago
  99. 812d750 Enable anti-dependence breaking by default when post-RA scheduling is enabled. by Dan Gohman · 16 years ago
  100. fde221f When breaking an anti-dependency, don't use a register which has seen by Dan Gohman · 16 years ago