1. efae4d3 Remove my Value.h build fix. by Daniel Dunbar · 15 years ago
  2. d7a18e4 by David Greene · 15 years ago
  3. b9c2fd9 by David Greene · 15 years ago
  4. b87bc95 by David Greene · 15 years ago
  5. db99095 Attempt to unbreak LLVM build, David G. please check. by Daniel Dunbar · 15 years ago
  6. bf4af35 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  7. ac18929 If there's more than one function operand to a call instruction, be conservative by Bill Wendling · 15 years ago
  8. 3f2bf85 by David Greene · 15 years ago
  9. 05872ea Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 15 years ago
  10. cf62632 by David Greene · 15 years ago
  11. 1251443 by David Greene · 15 years ago
  12. e55abe5 by David Greene · 15 years ago
  13. 12dd99d Rename registers to break output dependencies in addition to anti-dependencies. by David Goodwin · 15 years ago
  14. 70d75ca "Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for line number and scopes. by Devang Patel · 15 years ago
  15. 777bdad Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, since by Dan Gohman · 15 years ago
  16. 7f82fdb Silence a warning on targets with unsigned chars. by Benjamin Kramer · 15 years ago
  17. 80697d1 Update TB[BH] layout optimization. Add support for moving the target block by Jim Grosbach · 15 years ago
  18. cb2c2b7 Clean up testcase a bit. Simplify case blocks and adjust switch instruction to not take an undefined value as input. by Jim Grosbach · 15 years ago
  19. 4459145 fix crash in my previous patch by Nuno Lopes · 15 years ago
  20. 34e992d implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite tricky. by Nuno Lopes · 15 years ago
  21. 9e3728b Fix typo in run line. by Benjamin Kramer · 15 years ago
  22. 8bedf02 typo by Gabor Greif · 15 years ago
  23. dbab4dc implement a nice little efficiency hack in the inliner. Since we're now by Chris Lattner · 15 years ago
  24. 60f9061 RegScavenger::enterBasicBlock should always reset register state. by Evan Cheng · 15 years ago
  25. 586f69a - Teach LSR to avoid changing cmp iv stride if it will create an immediate that by Evan Cheng · 15 years ago
  26. b9d2c03 Use table to separate opcode from operands. by Evan Cheng · 15 years ago
  27. 06b53c0 isLegalICmpImmediate should take a signed integer; code clean up. by Evan Cheng · 15 years ago
  28. 8e3c169 CMake: Hopefully unbreak the build by mimicking the changes on the by Oscar Fuentes · 15 years ago
  29. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  30. a447cfe CMake: Pass -lm to check_symbol_exists for detecting several math by Oscar Fuentes · 15 years ago
  31. 66c04c4 use getPredicateOnEdge to fold comparisons through PHI nodes, by Chris Lattner · 15 years ago
  32. f496e79 various fixes to the lattice transfer functions. by Chris Lattner · 15 years ago
  33. 0e0ff29 switch jump threading to use getPredicateOnEdge in one place by Chris Lattner · 15 years ago
  34. b52675b Add a new getPredicateOnEdge method which returns more rich information for by Chris Lattner · 15 years ago
  35. 7707a0d Move the utility function UpdateTerminator() from CodePlacementOpt() into by Jim Grosbach · 15 years ago
  36. 01dec0e Revert 86857. It's causing consumer-typeset to fail, and there's a better way to do it forthcoming anyway. by Jim Grosbach · 15 years ago
  37. 116664a Use stubs when we have them, otherwise use code we already have, by Eric Christopher · 15 years ago
  38. dfa9261 Add the braces gcc suggested. by Daniel Dunbar · 15 years ago
  39. ad108ba Add CreateNUWAdd and CreateNUWSub to complement the existing CreateNSWAdd and by Nick Lewycky · 15 years ago
  40. 3e04a05 should not commit when distracted. by Chris Lattner · 15 years ago
  41. 72b2990 Make the BranchFolderPass class local to BranchFolding.cpp. by Dan Gohman · 15 years ago
  42. a5810ad We now thread some impossible condition information with LVI. by Chris Lattner · 15 years ago
  43. 8520149d Minor code cleanups. by Dan Gohman · 15 years ago
  44. 87e9f59 with the new code we can thread non-instruction values. This by Chris Lattner · 15 years ago
  45. 1c96b41 this argument can be an arbitrary value, it doesn't need to be an instruction. by Chris Lattner · 15 years ago
  46. 38392bb expose edge information and switch j-t to use it. by Chris Lattner · 15 years ago
  47. f035ce5 Fixed an iteration condition in PreAllocSplitting. This should fix some miscompilations casued by PreAllocSplitting. by Lang Hames · 15 years ago
  48. b8c124c move some stuff into DEBUG's and turn on lazy-value-info for by Chris Lattner · 15 years ago
  49. 5cf0aed Fix typo, cleanup whitespace. by Eric Christopher · 15 years ago
  50. afa5a34 Do not use StringRef in DebugInfo interface. by Devang Patel · 15 years ago
  51. ad6af45 Tail merge at any size when there are two potentials blocks and one by Dan Gohman · 15 years ago
  52. 73b5551 Don't mark a call as potentially throwing if the function it's calling has the by Bill Wendling · 15 years ago
  53. 9089ba8 A real solution for the first part of PR5445 by Bruno Cardoso Lopes · 15 years ago
  54. 1697652 make LazyValueInfo actually to some stuff. This isn't very tested but improves by Chris Lattner · 15 years ago
  55. 2ad00bf pass TD into a SimplifyCmpInst call. Add another case that by Chris Lattner · 15 years ago
  56. ffe644e Promote MergePotentialsElt and SameTailElt to be regular classes by Dan Gohman · 15 years ago
  57. c158dde x86 users can now return arbitrary sized structs. Structs too large to fit in return registers will be returned through a hidden sret parameter introduced during SelectionDAG construction. by Kenneth Uildriks · 15 years ago
  58. 7cc253e Revert this line of 86871. by Dan Gohman · 15 years ago
  59. 3380cc5 If doesSupportDebugInformation() is false then do not try to emit dwarf debug info. by Devang Patel · 15 years ago
  60. 412a3b9 Check in the changes to this file too. by Dan Gohman · 15 years ago
  61. 2210c0b Add support for tail duplication to BranchFolding, and extend by Dan Gohman · 15 years ago
  62. 3e20475 Fix liveness calculation when splitting critical edges during PHI elimination. by Jakob Stoklund Olesen · 15 years ago
  63. eba4ed9 Reenable StackTracke.cpp test. by Devang Patel · 15 years ago
  64. 4a8efb0 Add SetDebugLocation() variant to add debug info location to an instruction. by Devang Patel · 15 years ago
  65. 77e4751 Add TargetLowering::isLegalICmpImmediate. It tells LSR what immediate can be folded into target icmp instructions. by Evan Cheng · 15 years ago
  66. f4997e8 Do jump table adjustment before constant island allocation by Jim Grosbach · 15 years ago
  67. cdc06ba Fix indentation level. by Dan Gohman · 15 years ago
  68. 4e3f125 Whitespace cleanups. by Dan Gohman · 15 years ago
  69. a127edc Prefix MBB numbers with "BB#" in debug output to make it clear what by Dan Gohman · 15 years ago
  70. d194498 Minor code simplification. by Dan Gohman · 15 years ago
  71. 641c6f9 Fix a copy+pasto in a comment. by Dan Gohman · 15 years ago
  72. adaace8 Set isBarrier = 1 on return instructions, as they are control barriers. by Dan Gohman · 15 years ago
  73. e94975e Use a tab in INT3's asm string, for consistency. by Dan Gohman · 15 years ago
  74. fc926c2 another const prop failure. by Chris Lattner · 15 years ago
  75. 6fdfc9c add a note by Chris Lattner · 15 years ago
  76. d682a60 Reject duplicate case values in a switch, PR5450. by Chris Lattner · 15 years ago
  77. a3da922 Don't trivially delete unused calls to llvm.invariant.start. This allows by Duncan Sands · 15 years ago
  78. 0123974 Add nounwind. by Evan Cheng · 15 years ago
  79. f8fb7c2 remove the now dead condprop pass, PR3906. by Chris Lattner · 15 years ago
  80. b069c91 Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo by Jeffrey Yasskin · 15 years ago
  81. f1e9cf5 remove condprop testcases. by Chris Lattner · 15 years ago
  82. a8333d3 Add StringRef::split(StringRef), to complement StringRef::split(char). by Daniel Dunbar · 15 years ago
  83. 90a6fd3 Remove dead code. by Rafael Espindola · 15 years ago
  84. bf177ee Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  85. 95470b7 Add missing run line. Devang, please check. by Daniel Dunbar · 15 years ago
  86. c032679 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  87. 1fc7d71 by Jim Grosbach · 15 years ago
  88. cc4d3b2 stub out some LazyValueInfo interfaces, and have JumpThreading by Chris Lattner · 15 years ago
  89. 5606ec8 Fix test to work on every platform. by Bill Wendling · 15 years ago
  90. 13f6135 Fix test to work on every platform. by Bill Wendling · 15 years ago
  91. 3bbc9b4 XFAIL for now. by Devang Patel · 15 years ago
  92. ee161a6 Make sure that the exception handling data has the same visibility as the by Bill Wendling · 15 years ago
  93. 3691393 Add Triple::str() which returns the contents of the Triple as a string, as a more readable alternative to getTriple(). by Daniel Dunbar · 15 years ago
  94. 39ae3ff Do not assume first function scope seen represents current function. by Devang Patel · 15 years ago
  95. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 15 years ago
  96. 253e9b2 llvm-gcc/clang don't (won't?) need this hack. by Daniel Dunbar · 15 years ago
  97. 2b9024c oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to commit this, no harm, but add a todoo by Chris Lattner · 15 years ago
  98. 10f2d13 Stub out a new lazy value info pass, which will eventually by Chris Lattner · 15 years ago
  99. b14b88a add a fixme by Chris Lattner · 15 years ago
  100. 68cf604 remove redundant foward declaration. This function is already in by Chris Lattner · 15 years ago