1. f4997e8 Do jump table adjustment before constant island allocation by Jim Grosbach · 16 years ago
  2. cdc06ba Fix indentation level. by Dan Gohman · 16 years ago
  3. 4e3f125 Whitespace cleanups. by Dan Gohman · 16 years ago
  4. a127edc Prefix MBB numbers with "BB#" in debug output to make it clear what by Dan Gohman · 16 years ago
  5. d194498 Minor code simplification. by Dan Gohman · 16 years ago
  6. 641c6f9 Fix a copy+pasto in a comment. by Dan Gohman · 16 years ago
  7. adaace8 Set isBarrier = 1 on return instructions, as they are control barriers. by Dan Gohman · 16 years ago
  8. e94975e Use a tab in INT3's asm string, for consistency. by Dan Gohman · 16 years ago
  9. fc926c2 another const prop failure. by Chris Lattner · 16 years ago
  10. 6fdfc9c add a note by Chris Lattner · 16 years ago
  11. d682a60 Reject duplicate case values in a switch, PR5450. by Chris Lattner · 16 years ago
  12. a3da922 Don't trivially delete unused calls to llvm.invariant.start. This allows by Duncan Sands · 16 years ago
  13. 0123974 Add nounwind. by Evan Cheng · 16 years ago
  14. f8fb7c2 remove the now dead condprop pass, PR3906. by Chris Lattner · 16 years ago
  15. b069c91 Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo by Jeffrey Yasskin · 16 years ago
  16. f1e9cf5 remove condprop testcases. by Chris Lattner · 16 years ago
  17. a8333d3 Add StringRef::split(StringRef), to complement StringRef::split(char). by Daniel Dunbar · 16 years ago
  18. 90a6fd3 Remove dead code. by Rafael Espindola · 16 years ago
  19. bf177ee Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. by Sandeep Patel · 16 years ago
  20. 95470b7 Add missing run line. Devang, please check. by Daniel Dunbar · 16 years ago
  21. c032679 Fix -Asserts warning. by Daniel Dunbar · 16 years ago
  22. 1fc7d71 by Jim Grosbach · 16 years ago
  23. cc4d3b2 stub out some LazyValueInfo interfaces, and have JumpThreading by Chris Lattner · 16 years ago
  24. 5606ec8 Fix test to work on every platform. by Bill Wendling · 16 years ago
  25. 13f6135 Fix test to work on every platform. by Bill Wendling · 16 years ago
  26. 3bbc9b4 XFAIL for now. by Devang Patel · 16 years ago
  27. ee161a6 Make sure that the exception handling data has the same visibility as the by Bill Wendling · 16 years ago
  28. 3691393 Add Triple::str() which returns the contents of the Triple as a string, as a more readable alternative to getTriple(). by Daniel Dunbar · 16 years ago
  29. 39ae3ff Do not assume first function scope seen represents current function. by Devang Patel · 16 years ago
  30. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 16 years ago
  31. 253e9b2 llvm-gcc/clang don't (won't?) need this hack. by Daniel Dunbar · 16 years ago
  32. 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 · 16 years ago
  33. 10f2d13 Stub out a new lazy value info pass, which will eventually by Chris Lattner · 16 years ago
  34. b14b88a add a fixme by Chris Lattner · 16 years ago
  35. 68cf604 remove redundant foward declaration. This function is already in by Chris Lattner · 16 years ago
  36. 2f105c6 While creating DbgScopes, do not forget parent scope. by Devang Patel · 16 years ago
  37. f40888d Block terminator may be a switch. by Evan Cheng · 16 years ago
  38. 6eb8dd2 jump threading does everything that condprop does any more. This passes by Chris Lattner · 16 years ago
  39. 1742498 add a note by Chris Lattner · 16 years ago
  40. b6ad915 I did this a week or two ago by Chris Lattner · 16 years ago
  41. fb0ee43 Ignore variable if scope info is not available. by Devang Patel · 16 years ago
  42. 6b41aba Test this on Darwin only. by Bill Wendling · 16 years ago
  43. 9a645cd Emit correct code when making a ConstantPool entry for a vector by Dale Johannesen · 16 years ago
  44. 53bb5c9 Implement support to debug inlined functions. by Devang Patel · 16 years ago
  45. 0a26870 in -dot-cfg and -dot-cfg-only, when rendering switch instructions, by Chris Lattner · 16 years ago
  46. 055d046 implement a TODO by teaching jump threading about "xor x, 1". by Chris Lattner · 16 years ago
  47. 40d8c28 move some generally useful functions out of jump threading by Chris Lattner · 16 years ago
  48. 5b37fba Don't mark conditional branch instructions as control barriers. by Dan Gohman · 16 years ago
  49. b19a5e9 Modify how the prologue encoded the "move" information for the FDE. GCC by Bill Wendling · 16 years ago
  50. 6daf99b Process InlinedAt location info. by Devang Patel · 16 years ago
  51. 103f243 fix a crash in SCCP handling extractvalue of an array, pointed out and by Chris Lattner · 16 years ago
  52. f235f13 Teach PHIElimination to split critical edges when -split-phi-edges is enabled. by Jakob Stoklund Olesen · 16 years ago
  53. e35e3c3 Refactoring: Extract method PHIElimination::isLiveOut(). by Jakob Stoklund Olesen · 16 years ago
  54. 6f84a5f improve comment. by Chris Lattner · 16 years ago
  55. f3183f6 Make jump threading eliminate blocks that just contain phi nodes, by Chris Lattner · 16 years ago
  56. 81ebdcf Generalize lsr code that optimize loop to count down towards zero. by Evan Cheng · 16 years ago
  57. 14bbbf3 Optimize test more. by Dan Gohman · 16 years ago
  58. f06dca2 make this handle redefinition of malloc function with different prototype correctly by Victor Hernandez · 16 years ago
  59. 4b6bbe1 Change Thumb1 address mode printing, instead of [r0, #2 * 4] Now [r0, #8] by Evan Cheng · 16 years ago
  60. 1e13c79 Add a comment. by Evan Cheng · 16 years ago
  61. 650c643 Add defensive break. by Duncan Sands · 16 years ago
  62. 5da5885 Add a monstrous hack to improve X86ISelDAGToDAG compile time. by Daniel Dunbar · 16 years ago
  63. e3f749b Fix obvious typo. by Duncan Sands · 16 years ago
  64. 6b58391 clarify logic. by Chris Lattner · 16 years ago
  65. 8781416 CMake: Add Darwin-specific linker flags for building loadable modules by Douglas Gregor · 16 years ago
  66. 710c37c Teach DSE to eliminate useless trampolines. by Duncan Sands · 16 years ago
  67. e9097f7 Add brackets to make gcc-4.4 happy. by Duncan Sands · 16 years ago
  68. f07c949 Codegen support for the llvm.invariant/lifetime.start/end intrinsics: by Duncan Sands · 16 years ago
  69. 8e345a1 Update computeArraySize() to use ComputeMultiple() to determine the array size associated with a malloc; also extend PerformHeapAllocSRoA() to check if the optimized malloc's arg had its highest bit set, so that it is safe for ComputeMultiple() to look through sext instructions while determining the optimized malloc's array size by Victor Hernandez · 16 years ago
  70. 2b6705f Add ComputeMultiple() analysis function that recursively determines if a Value V is a multiple of unsigned Base by Victor Hernandez · 16 years ago
  71. 8fb0251 optimize test by Chris Lattner · 16 years ago
  72. c22d4d1 unify the code that determines whether it is a good idea to change the type by Chris Lattner · 16 years ago
  73. 7cef178 Simplify. by Nick Lewycky · 16 years ago
  74. 58571d6 Reapply r86359, "Teach dead store elimination that certain intrinsics write to by Nick Lewycky · 16 years ago
  75. dce94d9 refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG. by Chris Lattner · 16 years ago
  76. c5e1ae1 CMake: Support for building llvm loadable modules. by Oscar Fuentes · 16 years ago
  77. 6f479e5 lit: Start documentation testing architecture. by Daniel Dunbar · 16 years ago
  78. 6c1c9cf lit: Add ExampleTests, for testing lit and demonstrating test suite features. by Daniel Dunbar · 16 years ago
  79. 972cc05 lit: Fix bug in --show-suites which accidentally override the list of tests. by Daniel Dunbar · 16 years ago
  80. 734516d Fix PR5445 by Bruno Cardoso Lopes · 16 years ago
  81. 70ce6d0 I misread the parens, not so redundant after all. by Chris Lattner · 16 years ago
  82. fddcf47 make jump threading recursively simplify expressions instead of doing it by Chris Lattner · 16 years ago
  83. 9f3ce36 remove some redundant parens. by Chris Lattner · 16 years ago
  84. 3171f33 CMake: Remove unnecessary `unset' which was not supported by old cmake releases. by Oscar Fuentes · 16 years ago
  85. 7071528 Remove an unused variable. by Dan Gohman · 16 years ago
  86. b2e4099 Minor code simplification. by Dan Gohman · 16 years ago
  87. 7dd126c Trim a bunch of unneeded code from this testcase. by Dan Gohman · 16 years ago
  88. e7c9096 don't invalidate PN, rewrite of this code is in progress anyway. by Chris Lattner · 16 years ago
  89. e345378 add a new SimplifyInstruction API, which is like ConstantFoldInstruction, by Chris Lattner · 16 years ago
  90. 81cf432 Fix DenseMap iterator constness. by Jeffrey Yasskin · 16 years ago
  91. d06094f factor simplification logic for AND and OR out to InstSimplify from instcombine. by Chris Lattner · 16 years ago
  92. c2e8a7e Fixed to address code review. No functional changes. by David Goodwin · 16 years ago
  93. d65267e Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. by Daniel Dunbar · 16 years ago
  94. 0855dee Allow targets to specify register classes whose member registers should not be renamed to break anti-dependencies. by David Goodwin · 16 years ago
  95. 210c5d4 pull a bunch of logic out of instcombine into instsimplify for compare by Chris Lattner · 16 years ago
  96. 1ba3b6c Pass the (optional) TargetData object to ConstantFoldInstOperands by Dan Gohman · 16 years ago
  97. b0bdac0 inline a simple function. by Chris Lattner · 16 years ago
  98. 9dbb429 rename SimplifyCompare -> SimplifyCmpInst and split it into by Chris Lattner · 16 years ago
  99. 803b48a Now that the default is 'enabled,' a separate command line option for ARM is by Jim Grosbach · 16 years ago
  100. 75adb32 Add testcase for recent checkin. by Mike Stump · 16 years ago