1. beba1a3 Fix 80 column ruler. by Nick Lewycky · 15 years ago
  2. ac15da6 Bugpoint no longer uses exceptions. by Nick Lewycky · 15 years ago
  3. d305035 implement mc asmparser support for '.', which gets the by Chris Lattner · 15 years ago
  4. ff1ef6b Remove tab. by Nick Lewycky · 15 years ago
  5. 05f1498 Commit testcase for r101213. by Nick Lewycky · 15 years ago
  6. 5894c0b While DAE can't modify the function signature of an externally visible function, by Nick Lewycky · 15 years ago
  7. 32acbc1 Generalize this code to handle Instructions in addition to ConstantExprs. by Dan Gohman · 15 years ago
  8. b4be71e Reorder the methods of this class to be a little more organized. by Dan Gohman · 15 years ago
  9. 6f72ab3 Fixed another assert exposed by fuzzing. Now, when an encoding error occurs by Johnny Chen · 15 years ago
  10. 1d526c3 Clear MachineInstr->MCSymbol maps at the end of a function. by Devang Patel · 15 years ago
  11. efcdac0 Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid by Johnny Chen · 15 years ago
  12. 07b3a04 Fix -Asserts warnings. by Daniel Dunbar · 15 years ago
  13. 7cc11ce XFAIL this test for powerpc. by Devang Patel · 15 years ago
  14. 533ae9b Unbreak CMake build by improving the EnhancedDisassembly makefile a by Douglas Gregor · 15 years ago
  15. 6327537 Fast path implicit_def check. by Evan Cheng · 15 years ago
  16. 370aac4 Add test for post-ra machine licm. by Evan Cheng · 15 years ago
  17. 6a234f0 Handle a v2f64 formal parameter that is split between registers and memory by Bob Wilson · 15 years ago
  18. 535f4de Quick fix for build errors caused by undefined NULL. by Sean Callanan · 15 years ago
  19. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
  20. 0a6f053 Add CMake support for 'edis'. by Ted Kremenek · 15 years ago
  21. 8a87ffb Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, by Johnny Chen · 15 years ago
  22. 50d80e3 Do not include types without any definition in pubtypes list. by Devang Patel · 15 years ago
  23. c15d913 Avoid variable shadowing. by Evan Cheng · 15 years ago
  24. aeb2f4a Expand postra machine licm's capability a little more. If an instruction's register operands are all loop invariants, then it's safe to hoist it. by Evan Cheng · 15 years ago
  25. 8d17160 Teach MachineSinking to handle easy critical edges. by Jakob Stoklund Olesen · 15 years ago
  26. 005de5e Fix test on non-x86 hosts. by Evan Cheng · 15 years ago
  27. fc5a03e Re-apply 101075 and fix it properly. Just reuse the debug info of the branch instruction being optimized. There is no need to --I which can deref off start of the BB. by Evan Cheng · 15 years ago
  28. f23c769 Make the disassembler respect the assembler dialect when printing instructions, by Chris Lattner · 15 years ago
  29. 97e6992 Temporarily revert r101075, it's causing invalid iterator assertions by Eric Christopher · 15 years ago
  30. 5dc57ce Teach postra machine licm to hoist more obvious invariants, e.g. instructions with no source operands. by Evan Cheng · 15 years ago
  31. 4183e31 Add a few comments. by Dan Gohman · 15 years ago
  32. 81bf03e Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 15 years ago
  33. 9e9aa44 Rename MachineFrameInfo variables to MFI, for consistency with by Dan Gohman · 15 years ago
  34. 13e73f4 Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. by Dan Gohman · 15 years ago
  35. c5e43c9 Use MachineBasicBlock::isLiveIn. by Dan Gohman · 15 years ago
  36. 5c98294 Delete an unused member variable. by Dan Gohman · 15 years ago
  37. 2828779 Teach ScalarEvolution to simplify smax and umax when it can prove by Dan Gohman · 15 years ago
  38. 3ab1312 Minor code micro-optimizations. by Dan Gohman · 15 years ago
  39. 2a7cb9d Actually... return after the check for invalid input. by Eric Christopher · 15 years ago
  40. b0322e6 BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) by Benjamin Kramer · 15 years ago
  41. f3a3b0f Update unittest for allocator laziness. by Benjamin Kramer · 15 years ago
  42. 5e6a705 Let BumpPtrAllocator lazily allocate the first slab. by Benjamin Kramer · 15 years ago
  43. d5e6240 Remove SCCVN from the CMake build system. by Owen Anderson · 15 years ago
  44. 00736fc checkpoint. by Chris Lattner · 15 years ago
  45. fd64901 SCCVN, we hardly knew ye! by Owen Anderson · 15 years ago
  46. 7c57b7b Fix PR6826: GraphWriter delete the generated file before "dotty" load it, by Chris Lattner · 15 years ago
  47. b123b8b Replace r101053 with a fix for getSOImmValRotate() so that it will correctly by Bob Wilson · 15 years ago
  48. a590b79 Teach IndVarSimplify how to eliminate remainder operators where the by Dan Gohman · 15 years ago
  49. afc9a0c VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of by Daniel Dunbar · 15 years ago
  50. ee09d27 IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt constants. by Daniel Dunbar · 15 years ago
  51. 43ac721 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 15 years ago
  52. 18d5766 Build system fix to make llvm-mc properly build by Sean Callanan · 15 years ago
  53. bca091d Micro-optimize a few hot spots. by Dan Gohman · 15 years ago
  54. 82865a1 Use .set expression for x86 pic jump table reference to reduce assembly relocation. rdar://7738756 by Evan Cheng · 15 years ago
  55. 6ab10f6 Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, as by Dan Gohman · 15 years ago
  56. 8cc21ca Third time's a charm... by Bill Wendling · 15 years ago
  57. 476e62c Genericize the label test. by Bill Wendling · 15 years ago
  58. 35fe231 Correct test to test what I mean it to test. by Bill Wendling · 15 years ago
  59. 2aae6ae Micro-optimization: by Bill Wendling · 15 years ago
  60. 3b49063 Simplify this code. by Dan Gohman · 15 years ago
  61. 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 15 years ago
  62. ca9b703 Suppress LinearFunctionTestReplace when the computed backedge-taken by Dan Gohman · 15 years ago
  63. dae9efc Bug fix: made the enhanced disassembler's link by Sean Callanan · 15 years ago
  64. 4b318ef Bug fix: included System/Types.h instead of by Sean Callanan · 15 years ago
  65. 668b154 Second try at integrating the edis tester. This by Sean Callanan · 15 years ago
  66. bb6e9d8 Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling by Johnny Chen · 15 years ago
  67. 8b3d668 Remove a #include. by Dan Gohman · 15 years ago
  68. 63d3659 Remove unneeded debug in PostDominator runOnFunction() by Tobias Grosser · 15 years ago
  69. e7e08c3 Remove dead code in the dotty dominance tree printer. by Tobias Grosser · 15 years ago
  70. 2706387 Boolify. by Benjamin Kramer · 15 years ago
  71. 678d9b7 Plug trivial leak. by Benjamin Kramer · 15 years ago
  72. ef817cc Delete this code, which is no longer needed. by Dan Gohman · 15 years ago
  73. d890f29 Move the EliminateIVUsers call back out to its original location. Now that by Dan Gohman · 15 years ago
  74. 27dead4 Generalize ScalarEvolution's PHI analysis to handle loops that don't by Dan Gohman · 15 years ago
  75. 646e047 Rewrite the overflow checking in the get{Signed,Unsigned}Range code for by Dan Gohman · 15 years ago
  76. dd842e3 Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons, by Dan Gohman · 15 years ago
  77. 09010a3 Enable post regalloc machine licm by default. by Evan Cheng · 15 years ago
  78. 22ff748 Remove use of exceptions from bugpoint. No deliberate functionality change! by Nick Lewycky · 15 years ago
  79. 67a71b5 Verify function prototypes before trying to optimize functions. We also by Eric Christopher · 15 years ago
  80. 58c2587 Remove unnecessary parens. by Dan Gohman · 15 years ago
  81. ce80051 Minor code simplification. by Dan Gohman · 15 years ago
  82. 931e345 Re-apply r101000, with a fix: Don't eliminate an icmp which is part of by Dan Gohman · 15 years ago
  83. 17e8b7f whether we enable dylibs or not depends on the host, not the target. by Chris Lattner · 15 years ago
  84. ac3b9cd Revert 101000, which is breaking self-host builds. by Dan Gohman · 15 years ago
  85. 5ee60f7 Fix indentation. by Dan Gohman · 15 years ago
  86. 3fddbb3 Teach IndVarSimplify how to eliminate comparisons involving induction by Dan Gohman · 15 years ago
  87. 53c66ea Enhance ScalarEvolution::isKnownPredicate with support for by Dan Gohman · 15 years ago
  88. b64cf89 Minor code simplification. by Dan Gohman · 15 years ago
  89. bc7129f When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because by Dan Gohman · 15 years ago
  90. e481727 Fix a comment. by Dan Gohman · 15 years ago
  91. e521ccb Add a cast to void to show that the return value is being intentionally ignored. by Dan Gohman · 15 years ago
  92. 87527c5 Delete a dead check. by Dan Gohman · 15 years ago
  93. 86eeeaf Delete dead code. by Dan Gohman · 15 years ago
  94. d908bbf Fix a #include. by Dan Gohman · 15 years ago
  95. 3948d0b Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise by Dan Gohman · 15 years ago
  96. b61e94f utostr isn't going away too soon, try to make it slightly smaller. by Benjamin Kramer · 15 years ago
  97. 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 15 years ago
  98. 5106dcd Implement support for varargs functions without any fixed by Chris Lattner · 15 years ago
  99. 195d2de configure: Fix default value for optimize_option, I messed up the test condition by Daniel Dunbar · 15 years ago
  100. 6f285d2 fix PR6743, a case where we'd delete an instruction before using it by Chris Lattner · 15 years ago