1. 5f72a5e Further progration of metadata operands. The by Dale Johannesen · 16 years ago
  2. 86af655 Fix a comment typo. by Bob Wilson · 16 years ago
  3. 21c14e3 Update a partially obsolete comment. by Dan Gohman · 16 years ago
  4. 5c9cf19 Fix a typo in a comment. by Dan Gohman · 16 years ago
  5. dd437ba Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND was constant folded. by Jakob Stoklund Olesen · 16 years ago
  6. fe240b1 Disable transformation of select of two loads to a select of address and then a load if the by Mon P Wang · 16 years ago
  7. 2359850 s/NextValueNo/NextMDValueNo while processing metadata. by Devang Patel · 16 years ago
  8. d199636 Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode by Dan Gohman · 16 years ago
  9. 54e146b Dan pointed out checking whether a node is dead by comparing its opcode to ISD::DELETED_NODE is not safe. Use a DAGUpdateListener to remove dead nodes from work list instead. by Evan Cheng · 16 years ago
  10. 6f279e0 ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced. Do not delete dead nodes again. by Evan Cheng · 16 years ago
  11. bd1fccf Fix rdar://7517201, a regression introduced by r92849. by Chris Lattner · 16 years ago
  12. ef7634c factor this code better and reduce nesting at the same by Chris Lattner · 16 years ago
  13. 347a9cb APInt'fy TargetLowering::SimplifySetCC to fix PR5963. by Evan Cheng · 16 years ago
  14. 2e0de6f Simplify code. No intended functionality/performance change. by Benjamin Kramer · 16 years ago
  15. 3d594fd Kill dead store. by Benjamin Kramer · 16 years ago
  16. e7078ae Remove dead variable. by Benjamin Kramer · 16 years ago
  17. 7b1e2a5 Use pop_back_val instead of back()+pop_back. by Benjamin Kramer · 16 years ago
  18. 541e9ae Allow double defs after tail duplication. by Jakob Stoklund Olesen · 16 years ago
  19. 30ac046 Add Target hook to duplicate machine instructions. by Jakob Stoklund Olesen · 16 years ago
  20. 80c2b0d Anti-dependency breaking needs to be careful regarding instructions with by Jim Grosbach · 16 years ago
  21. 54eb4c2 Comment. by Evan Cheng · 16 years ago
  22. d40d03e Teach dag combine to fold the following transformation more aggressively: by Evan Cheng · 16 years ago
  23. 2973b57 80 column and whitespace cleanup by Jim Grosbach · 16 years ago
  24. 421c073 Fixed malformed -*- lines in PBQP headers. by Lang Hames · 16 years ago
  25. 8efadf9 Add <imp-def> and <imp-kill> operands when replacing virtual sub-register defs and kills. by Jakob Stoklund Olesen · 16 years ago
  26. 3f09487 The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 order. by Bill Wendling · 16 years ago
  27. cfeea4b Only check the ordering if there is an ordering for each nodes. by Bill Wendling · 16 years ago
  28. 247fb4e Add a semi-primitive form of scheduling via the "SDNode ordering" to the by Bill Wendling · 16 years ago
  29. 9f7c5c0 Don't assign the shift the same type as the variable being shifted. This could by Bill Wendling · 16 years ago
  30. 7c3ecb6 Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen by Dan Gohman · 16 years ago
  31. dda30cd Restore dump() methods to Loop and MachineLoop. by Dan Gohman · 16 years ago
  32. 8c65f6e Move remaining stuff to the isInteger predicate. by Benjamin Kramer · 16 years ago
  33. b31defe Remove livein checks from machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  34. ee890ed If a scope has only one instruction then first instruction is also the last instruction. by Devang Patel · 16 years ago
  35. f012705 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  36. 614d2ad Delete renaming use of dead dbg intrinsics. by Devang Patel · 16 years ago
  37. 351ca33 Use StringRef.startswith(). by Devang Patel · 16 years ago
  38. 1a05323 Change errs() to dbgs(). by David Greene · 16 years ago
  39. dea8fbc Change errs() to dbgs(). by David Greene · 16 years ago
  40. 4424817 Change errs() to dbgs(). by David Greene · 16 years ago
  41. e1b2129 Change errs() to dbgs(). by David Greene · 16 years ago
  42. c19a9cd Change errs() to dbgs(). by David Greene · 16 years ago
  43. 32edbd7 Change errs() to dbgs(). by David Greene · 16 years ago
  44. 65de504 Change errs() to dbgs(). by David Greene · 16 years ago
  45. 0ee5218 Change errs() to dbgs(). by David Greene · 16 years ago
  46. 87b0efc Change errs() to dbgs(). by David Greene · 16 years ago
  47. 4175f58 Change errs() to dbgs(). by David Greene · 16 years ago
  48. 0080b1a Change errs() to dbgs(). by David Greene · 16 years ago
  49. 3093154 Change errs() to dbgs(). by David Greene · 16 years ago
  50. 4b134d1 Change errs() to dbgs(). by David Greene · 16 years ago
  51. 0d5c06e Change errs() to dbgs(). by David Greene · 16 years ago
  52. 3727776 Change errs() to dbgs(). by David Greene · 16 years ago
  53. 00dec1b Change errs() to dbgs(). by David Greene · 16 years ago
  54. 84fa822 Change errs() to dbgs(). by David Greene · 16 years ago
  55. 33db62c Change errs() to dbgs(). by David Greene · 16 years ago
  56. bb22223 Change errs() to dbgs(). by David Greene · 16 years ago
  57. f109029 Change errs() to dbgs(). by David Greene · 16 years ago
  58. 4b69d99 Change errs() to dbgs(). by David Greene · 16 years ago
  59. e492ae1 Change errs() to dbgs(). by David Greene · 16 years ago
  60. 993aace Change errs() to dbgs(). by David Greene · 16 years ago
  61. ad61b12 Change errs() to dbgs(). by David Greene · 16 years ago
  62. f0dee89 Change errs() to dbgs(). by David Greene · 16 years ago
  63. 9abe0bb Change errs() to dbgs(). by David Greene · 16 years ago
  64. ec2d7fe Change errs() to dbgs(). by David Greene · 16 years ago
  65. 7419b18 Change errs() to dbgs(). by David Greene · 16 years ago
  66. 55d146e Change errs() to dbgs(). by David Greene · 16 years ago
  67. d765353 Change errs() to dbgs(). by David Greene · 16 years ago
  68. 7530efb Change errs() to dbgs(). by David Greene · 16 years ago
  69. f788297 Change errs() to dbgs(). by David Greene · 16 years ago
  70. eb00b18 Change errs() to dbgs(). by David Greene · 16 years ago
  71. eeb3a00 Change SelectCode's argument from SDValue to SDNode *, to make it more by Dan Gohman · 16 years ago
  72. 4c32355 Change errs() to dbgs(). by David Greene · 16 years ago
  73. 6bb93ef by David Greene · 16 years ago
  74. 65a41eb by David Greene · 16 years ago
  75. 3b32533 by David Greene · 16 years ago
  76. dc55481 by David Greene · 16 years ago
  77. dbdbbd9 by David Greene · 16 years ago
  78. 7d30d62 by David Greene · 16 years ago
  79. 6d206f8 by David Greene · 16 years ago
  80. ba1d826 Fix debug_inlined section entries for routines whose names are changed through __asm() extension. by Devang Patel · 16 years ago
  81. 1d44df6 by David Greene · 16 years ago
  82. 8a34229 by David Greene · 16 years ago
  83. 5242154 by David Greene · 16 years ago
  84. 2800eb1 by David Greene · 16 years ago
  85. 083b7ff by David Greene · 16 years ago
  86. cc54c7c by David Greene · 16 years ago
  87. aba28d1 by David Greene · 16 years ago
  88. 73242dd by David Greene · 16 years ago
  89. f2d7fb3 Use a pointer type rather than MVT::Other for the ExternalSymbol node used by Dan Gohman · 16 years ago
  90. 344130e Fix begin and end markers for nested scopes. by Devang Patel · 16 years ago
  91. 6e120a1 by David Greene · 16 years ago
  92. 5957c9b by David Greene · 16 years ago
  93. 26045e2 by David Greene · 16 years ago
  94. 89d6a24 by David Greene · 16 years ago
  95. d0592d3 fix PR5930, allowing the asmprinter to emit difference between by Chris Lattner · 16 years ago
  96. 133ce87 Teach codegen to handle: by Chris Lattner · 16 years ago
  97. 53334ca whitespace cleanup by Chris Lattner · 16 years ago
  98. bfdfea8 Fix a warning on gcc 4.4. by Mikhail Glushenkov · 16 years ago
  99. b3c0199 Trailing whitespace, 80-col violations. by Mikhail Glushenkov · 16 years ago
  100. f031e8a Teach codegen to lower llvm.powi to an efficient (but not optimal) by Chris Lattner · 16 years ago