1. 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 16 years ago
  2. 7d211e2 Get live interval reconstruction several steps closer to working. by Owen Anderson · 16 years ago
  3. d23b799 add a note by Chris Lattner · 16 years ago
  4. 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 16 years ago
  5. 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 16 years ago
  6. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 16 years ago
  7. 998dee9 Linux wants the FDE initial location and address range to be forced to 32-bit. by Bill Wendling · 16 years ago
  8. bce4528 The FDE initial location and address range data should be free to be 64-bit by Bill Wendling · 16 years ago
  9. 8722a2c * Updated TOC and fixed named anchors * Simplified section header marking by Misha Brukman · 16 years ago
  10. 9e6b68d Minimize the width of the notes region: it will end where the text ends, if the by Misha Brukman · 16 years ago
  11. 0427f7a Simplified marking code regions with a single <pre> rather than by Misha Brukman · 16 years ago
  12. f08bf11 Make stripPointerCasts and getUnderlyingObject non-recursive. by Duncan Sands · 16 years ago
  13. 2964fe3 Experiments show that looking through phi nodes by Duncan Sands · 16 years ago
  14. e9dd47a Fixed spelling, removed trailing whitespace. by Misha Brukman · 16 years ago
  15. 740e3db Center the legal note to give it even padding on left and right, and make it by Misha Brukman · 16 years ago
  16. ccd0295 Cleanup: clarify llvm-gcc version and package name. by Misha Brukman · 16 years ago
  17. 6531d47 Clarify a bit. Based on feedback by Talin. by Duncan Sands · 16 years ago
  18. 516ec62 Allow readnone functions to read (and write!) global by Duncan Sands · 16 years ago
  19. 2b7fc1e Add braces, as suggested by a gcc warning. by Duncan Sands · 16 years ago
  20. 1df30c4 - Various '#if 0' cleanups. by Scott Michel · 16 years ago
  21. 845145f Teach LeaglizeDAG that i64 mul can be a libcall. by Scott Michel · 16 years ago
  22. 9ace0cd select constant exprs should have the same constraints as select instructions, by Chris Lattner · 16 years ago
  23. b76ec32 move select validation logic into a shared place where the select ctor, by Chris Lattner · 16 years ago
  24. d4f6fe5 Fix up kill/dead marking in the new live interval reconstruction code. by Owen Anderson · 16 years ago
  25. 169d408 Forgot to commit this file. by Owen Anderson · 16 years ago
  26. 60d4f6d Add prototype code for recomputing a live interval's ranges and valnos through recursive phi construction. by Owen Anderson · 16 years ago
  27. 3037eda Check that the function prototypes are correct before assuming that the by Nick Lewycky · 16 years ago
  28. 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
  29. 793b2e3 implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder) by Chris Lattner · 16 years ago
  30. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 16 years ago
  31. 1323e8b add PR # by Chris Lattner · 16 years ago
  32. e55484e Add a simple pattern for matching 'bt'. by Chris Lattner · 16 years ago
  33. f1e9fd5 Fix some JIT encodings. by Chris Lattner · 16 years ago
  34. d1e3229 BT memory operands load from their address operand. by Chris Lattner · 16 years ago
  35. 1c39d4c translateX86CC can never fail. Simplify it based on this. by Chris Lattner · 16 years ago
  36. 722f5f1 Darwin likes for the EH frame to be non-local. by Bill Wendling · 16 years ago
  37. d4121be GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure by Bill Wendling · 16 years ago
  38. e5b7e0e Revert the changes in this testcase until Anton can fix them. by Bill Wendling · 16 years ago
  39. 8277970 Fix a compiler-abort on a testcase where the stack-pointer is added to by Dan Gohman · 16 years ago
  40. 4328708 indentation by Chris Lattner · 16 years ago
  41. 7c7bc72 Change comments so everybody can understand them, hopefully. by Dale Johannesen · 16 years ago
  42. 4c78e02 simplify some control flow and reduce indentation, no functionality change. by Chris Lattner · 16 years ago
  43. f6727b0 Revert 61362 and 61402 until SPEC breakage is fixed. by Dale Johannesen · 16 years ago
  44. 2fa2517 This fixes the bug in 175.vpr. It doesn't fix the by Dale Johannesen · 16 years ago
  45. f9cbc1f Add another permutation where we should get rid of a-a. by Dale Johannesen · 16 years ago
  46. c7a37d4 Add instruction patterns and encodings for the x86 bt instructions. by Dan Gohman · 16 years ago
  47. 42a8bbc Update test by Anton Korobeynikov · 16 years ago
  48. 56d245b Restore debug printing by Anton Korobeynikov · 16 years ago
  49. e2f95e9 Sometimes APInt syntax is really ugly... :( by Anton Korobeynikov · 16 years ago
  50. 1bfe237 Indent stuff properly by Anton Korobeynikov · 16 years ago
  51. 2321858 Initial checkin of APInt'ififcation of switch lowering by Anton Korobeynikov · 16 years ago
  52. fd1c6c3 Silence unused variable warnings. by Devang Patel · 16 years ago
  53. d0935c3 Fix typo. Silence unused variable warning. by Devang Patel · 16 years ago
  54. 2755896 Silience unused warnings. by Devang Patel · 16 years ago
  55. 0b1d4a7 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 16 years ago
  56. 9cf8ef6 add some notes for simplifylibcalls optimizations by Chris Lattner · 16 years ago
  57. 2e24342 Testcase to show we can tie together integers and pointers of the same size. by Chris Lattner · 16 years ago
  58. 1f33f8e Tweak --version to include the date and time. by Steve Naroff · 16 years ago
  59. c9a5b9e Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 16 years ago
  60. 1bda054 Comment MO_FPImmediate and doxygenate surrounding comments. by Dan Gohman · 16 years ago
  61. 237dee1 Use isTerminator() instead of isBranch()||isReturn() in by Dan Gohman · 16 years ago
  62. e1dfc7d Avoid an unnecessary call to allnodes_size(), which is linear. by Dan Gohman · 16 years ago
  63. 1578f84 Minor code simplifications. by Dan Gohman · 16 years ago
  64. f900f7b revert r61368. by Zhongxing Xu · 16 years ago
  65. fe5c8d0 Remove dead code. by Zhongxing Xu · 16 years ago
  66. 2fe269d Added shuffle and splat test cases for r61365. by Mon P Wang · 16 years ago
  67. 62c75ea Fixed code generation for v8i16 and v16i8 splats on X86. by Mon P Wang · 16 years ago
  68. e6ec255 Fix the time regression I introduced in 464.h264ref with by Dale Johannesen · 16 years ago
  69. 58e39b0 One more permutation of subtracting off a base value. by Dale Johannesen · 16 years ago
  70. ae53c93 Don't forget to remove phi nodes from the value numbering table after we collapse them. by Owen Anderson · 16 years ago
  71. 15a3a49 Make the fuse-failed debug output human-readable. by Dan Gohman · 16 years ago
  72. 30788b8 Comment clean-ups. No functionality change. by Bill Wendling · 16 years ago
  73. 6d463f2 Check that the instruction isn't in the value numbering scope. by Bill Wendling · 16 years ago
  74. 75f02ee Simplification: Negate the operator== method instead of implementing a full operator!= method. by Bill Wendling · 16 years ago
  75. 70ded19 Add verification that deleted instruction isn't hiding in the PHI map. by Bill Wendling · 16 years ago
  76. ec40d50 Verify removed in a few more places. by Bill Wendling · 16 years ago
  77. 246dbbb Add verification functions to GVN which check to see that an instruction was by Bill Wendling · 16 years ago
  78. 00d448a Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate by Dan Gohman · 16 years ago
  79. 8044e9b Optimize setDepthDirty and setHeightDirty a little, as they showed by Dan Gohman · 16 years ago
  80. 361c31d Add an assertion to the ScheduleDAGInstrs class to catch SUnits by Dan Gohman · 16 years ago
  81. fb8a135 Add an accesor for the isNormalMemory field in the SDep class. by Dan Gohman · 16 years ago
  82. 983bbba Add an assertion to catch SUnits reallocations. And add a doxygen by Dan Gohman · 16 years ago
  83. b554494 Clarify a comment. by Dan Gohman · 16 years ago
  84. a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 16 years ago
  85. 13a09e2 Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). by Nick Lewycky · 16 years ago
  86. b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 16 years ago
  87. edf22b9 Reword the comment for ConstantInt's getLimitedValue. by Dan Gohman · 16 years ago
  88. 9dce873 Remove redundant test for vector-nature. Scan the vector first to see whether by Nick Lewycky · 16 years ago
  89. fce4028 LiveInterval::removeKills and isKill don't need 'this' and by Dan Gohman · 16 years ago
  90. e19c636 Use SmallVector's pop_back_val. by Dan Gohman · 16 years ago
  91. f89e6e6 Use the correct Preds and Succs lists in setHeightDirty() by Dan Gohman · 16 years ago
  92. b8fd419 More precise XFAIL. by Bill Wendling · 16 years ago
  93. 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
  94. 6c3643c Use ~0u instead of -1u as the special value, to hopefully avoid by Dan Gohman · 16 years ago
  95. 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
  96. de8c611 The fields for the stoppoint debug intrinsic have not changed, so update the by John Criswell · 16 years ago
  97. 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 16 years ago
  98. 95ca731 Add dyn_cast_or_null bindings for some additional classes missed in r61252. by Gordon Henriksen · 16 years ago
  99. 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
  100. 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 16 years ago