1. b6ec3a9 Merged in both release announcement guts. by Tanya Lattner · 18 years ago
  2. 98a6c62 Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores. by Dale Johannesen · 18 years ago
  3. d6ddc30 isBlockPredicable() always ignore terminal instructions; add comments. by Evan Cheng · 18 years ago
  4. 3f8602c ARM::tB is also predicable. by Evan Cheng · 18 years ago
  5. 02c602b PredicateInstruction returns true if the operation was successful. by Evan Cheng · 18 years ago
  6. 2eb80fa Add default implementation of PredicateInstruction(). by Evan Cheng · 18 years ago
  7. c3a289c Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr. by Evan Cheng · 18 years ago
  8. 75604f8 Move if-conversion after all passes that may use register scavenger. by Evan Cheng · 18 years ago
  9. b5f8eff Removed isPredicable(). by Evan Cheng · 18 years ago
  10. 5ada199 Make ARM::B isPredicable; Make Bcc and MOVCC condition option a normal operand so they are not predicable. by Evan Cheng · 18 years ago
  11. 064d7cd Added isPredicable bit to class Instruction. by Evan Cheng · 18 years ago
  12. 5127ce0 Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable without having a PredicateOperand. by Evan Cheng · 18 years ago
  13. 1bccb49 Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() to MachineInstr::isPredicable(). by Evan Cheng · 18 years ago
  14. 6551dcd Fix a bug in the "fromString" method where radix 2,8 and 16 values were by Reid Spencer · 18 years ago
  15. 2b91631 Update for arbitrary precision integer types. by Reid Spencer · 18 years ago
  16. 562744c Fix PR1355: Only compute the SUBPATH and TESTDIR once. by Reid Spencer · 18 years ago
  17. fab21b0 Fix PR number. by Devang Patel · 18 years ago
  18. f750a2b New test for PR1417 by Devang Patel · 18 years ago
  19. 52811bd Avoid a "loss of precision" error in gcc 4.1.3. by Reid Spencer · 18 years ago
  20. 53c3a33 Output exception call-sites in address order, as required by the unwinding by Duncan Sands · 18 years ago
  21. aeafca0 Conditional branch is not a barrier. by Evan Cheng · 18 years ago
  22. c76d441 Use a ptr set instead of a linear search to unique TokenFactor operands. by Chris Lattner · 18 years ago
  23. 1651871 testcase for maskmovq by Chris Lattner · 18 years ago
  24. 738a6ec implement the missing maskmovq mmx intrinsic that akor hit. by Chris Lattner · 18 years ago
  25. bfcd803 add missing mmx intrinsic by Chris Lattner · 18 years ago
  26. 2706f97 Fix comment. by Evan Cheng · 18 years ago
  27. c5d05ef Devang points out that we need an assertion here. by Evan Cheng · 18 years ago
  28. 6c1d2b9 Fix comments. by Evan Cheng · 18 years ago
  29. 951418b Implement printing of instruction result values when debug info is turned by Reid Spencer · 18 years ago
  30. 93003b8 Bug fix: should check ABI alignment, not pref. alignment. by Evan Cheng · 18 years ago
  31. 9307292 Hooks for predication support. by Evan Cheng · 18 years ago
  32. 4e65485 Initial commit of (very basic) if converter. by Evan Cheng · 18 years ago
  33. 0402e17 Add TargetInstrInfo predication hooks. by Evan Cheng · 18 years ago
  34. 01b4748 New test. by Devang Patel · 18 years ago
  35. 14ba0cc Remove extra CFG edges before doing these passes; it makes them happier. by Dale Johannesen · 18 years ago
  36. e0adffa add PR number and testcase from the PR. by Chris Lattner · 18 years ago
  37. decc209 new testcase by Chris Lattner · 18 years ago
  38. b5bb7ff Fix an infinite recursion in GetNegatedExpression. by Lauro Ramos Venancio · 18 years ago
  39. f879aab Don't put test cases into regression test suite before the bug is fixed. by Reid Spencer · 18 years ago
  40. 49b5c27 The index into the actions table is a ULEB128 not a SLEB128. by Duncan Sands · 18 years ago
  41. e4285dc Note on current implementation of ELF32/PPC ABI. by Nicolas Geoffray · 18 years ago
  42. 8ff18f1 Add a test case for PR1420 by Reid Spencer · 18 years ago
  43. ce3e2bf selects can also reach here by Chris Lattner · 18 years ago
  44. d67c632 implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
  45. 76c94b6 Un-brain-dead-ify the lowering of part set for the reverse case. by Reid Spencer · 18 years ago
  46. 4ef9b11 Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recent by Chris Lattner · 18 years ago
  47. c90233b Fix some subtle issues handling immediate values. This fixes by Chris Lattner · 18 years ago
  48. 14fc235 new testcase that crashes llc by Chris Lattner · 18 years ago
  49. 9f5d578 fix some subtle inline asm selection issues by Chris Lattner · 18 years ago
  50. 44bec52 Add PredicateOperand to all ARM instructions that have the condition field. by Evan Cheng · 18 years ago
  51. 709fd41 fix subtle bugs in inline asm operand selection by Chris Lattner · 18 years ago
  52. 19e3f31 Added getNumExplicitOperands and findFirstPredOperand. by Evan Cheng · 18 years ago
  53. 30d15757 Added \!con(a,b) syntax to concatnate two dag fragments. by Evan Cheng · 18 years ago
  54. 5de723c All operands that made up of the predicate operands are maked M_PREDICATE_OPERAND. by Evan Cheng · 18 years ago
  55. 3ab6dcf Mark all (not just the first) predicate operand M_PREDICATE_OPERAND. by Evan Cheng · 18 years ago
  56. 39376d0 PredicateOperand related bug fix. by Evan Cheng · 18 years ago
  57. 4b2e7ac testcase that crashes llc by Chris Lattner · 18 years ago
  58. 289f617 Correct a comment. by Dan Gohman · 18 years ago
  59. 6b6aef8 Fix Transforms/InstCombine/2007-05-14-Crash.ll by Chris Lattner · 18 years ago
  60. 24bb504 New testcase that crashes instcombine by Chris Lattner · 18 years ago
  61. 5d3d44a Fix previous patch. GOTOFF can be used only when the symbol has internal by Lauro Ramos Venancio · 18 years ago
  62. 2944652 implement a simple fneg optimization/propagation thing. This compiles: by Chris Lattner · 18 years ago
  63. f2f4bb2 new testcase by Chris Lattner · 18 years ago
  64. 8dfffd5 Only worry about intervening kill if there are more than one live ranges in the interval. by Evan Cheng · 18 years ago
  65. 0dbea33 Test for PR1406. by Evan Cheng · 18 years ago
  66. 2f6cb2b Fix for PR1406: by Evan Cheng · 18 years ago
  67. 47927b3 New test. by Evan Cheng · 18 years ago
  68. 3cc94c0 Doh. .cpp -> .ll by Evan Cheng · 18 years ago
  69. 8b966d9 When marking a register as being implicitly defined, make sure to clear its partial use info as well. by Evan Cheng · 18 years ago
  70. 930d161 Optimize PIC implementation. GOTOFF can be used when the symbol is defined by Lauro Ramos Venancio · 18 years ago
  71. 69642f1 Enable aliases on arm-linux. by Lauro Ramos Venancio · 18 years ago
  72. 7055fd0 Remove duplicated line. by Evan Cheng · 18 years ago
  73. b92cb15 Reverse last patch .. premature. Depends on uncommitted CBE patch. by Reid Spencer · 18 years ago
  74. 477e974 Update this test to match the (corrected) output from the CBE. by Reid Spencer · 18 years ago
  75. 9bd57b6 Give names to the final result values of the part_set computations. This by Reid Spencer · 18 years ago
  76. c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 18 years ago
  77. d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 18 years ago
  78. d9efdb2 Correct a few comments. by Dan Gohman · 18 years ago
  79. a196b99 Add passes -view-cfg and -view-cfg-only that are like -print-cfg and by Dan Gohman · 18 years ago
  80. 2703f23 Use templates for the GraphType for DefaultDOTGraphTraits' members instead by Dan Gohman · 18 years ago
  81. b7f0675 Add a addRequiredTransitiveID member function, which is to by Dan Gohman · 18 years ago
  82. f3e5bc6 Add a skeleton for future contents by Chris Lattner · 18 years ago
  83. d82dc66 update comments by Chris Lattner · 18 years ago
  84. 69944e8 Make the results for the rotate functions correct when rotateAmt == 0. by Reid Spencer · 18 years ago
  85. 19dc32a Add some things needed by the llvm-gcc version supporting bit accurate integer by Reid Spencer · 18 years ago
  86. 9273418 add a link by Chris Lattner · 18 years ago
  87. 40c1b66 Fix PR1413 by Chris Lattner · 18 years ago
  88. d2abaf5 this crashes globalopt by Chris Lattner · 18 years ago
  89. 79cfddf Fix Transforms/GlobalOpt/2007-05-13-Crash.ll by Chris Lattner · 18 years ago
  90. 185bc89 Emit function debug frames in one atom. This will prevent us from generating incorrect assembler in case of both by Anton Korobeynikov · 18 years ago
  91. 8c7c173 Emit multiple common EH frames for multiple (including blank) personality by Anton Korobeynikov · 18 years ago
  92. 69b3e40 add initial description of llvm top-level stuff. by Chris Lattner · 18 years ago
  93. 7300af5 finish the description of the bitstream format. by Chris Lattner · 18 years ago
  94. 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 18 years ago
  95. 92c7283 Fix shl to produce the correct result when the bitwidth is > 64 and the by Reid Spencer · 18 years ago
  96. 45d6764 Add a test case for shl of APInt integers > 64 bits by 0 shift amount. by Reid Spencer · 18 years ago
  97. 5156f5b Get the size of auto arrays right, regardless of its changing size. by Reid Spencer · 18 years ago
  98. 58d0547 Fix a grammaro. by Reid Spencer · 18 years ago
  99. f1d64e9 fix typo by Chris Lattner · 18 years ago
  100. daeb63c continued description by Chris Lattner · 18 years ago