1. c21a2dc Delete an unused function. by Dan Gohman · 15 years ago
  2. 5dc4433 Clear the FunctionLoweringInfo object before doing other things that by Dan Gohman · 15 years ago
  3. 0e02672 Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and by Dan Gohman · 15 years ago
  4. 046fe6b Add a comment. by Dan Gohman · 15 years ago
  5. b13033f Move the code for initialing the entry block livein set out of SelectionDAGISel. by Dan Gohman · 15 years ago
  6. c0fb65d Reorgnaize this code to be more tidy and readable. by Dan Gohman · 15 years ago
  7. 441516f Trim #includes. by Dan Gohman · 15 years ago
  8. 9870826 Move the code for emitting livein copies out of SelectionDAGISel. by Dan Gohman · 15 years ago
  9. 67894a3 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago
  10. de4c0a7 Sink landing-pad marking code out of by Dan Gohman · 15 years ago
  11. d0d8275 It's not necessary to recompute EB here. by Dan Gohman · 15 years ago
  12. 488d442 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago
  13. 2c93e39 Add a comment. by Dan Gohman · 15 years ago
  14. 5861142 Fix whitespace, comments. by Dan Gohman · 15 years ago
  15. 4788ec4 Add explicit keywords. by Dan Gohman · 15 years ago
  16. 6193e5b Use C++, not C++-standard-library-internals-ese. by Dan Gohman · 15 years ago
  17. 8bc489f Make SuccIterator's private parts private too. by Dan Gohman · 15 years ago
  18. 0118b8d Make helper utility members private. by Dan Gohman · 15 years ago
  19. be10811 EDis: Don't include inttypes.h. We support compilers which don't provide it. It was unused anyways. by Benjamin Kramer · 15 years ago
  20. 29efad1 Enable RTTI again. While this works fine for LLVM, it creates an ABI by Nick Lewycky · 15 years ago
  21. ac1a379 Don't forget cmake! by Nick Lewycky · 15 years ago
  22. 0a850d6 Turn off RTTI for VMCore. Yay! by Nick Lewycky · 15 years ago
  23. 3c594ff I don't know how, but I managed to goof the revert. Remove function that should by Nick Lewycky · 15 years ago
  24. 3715e45 Revert r101213. by Nick Lewycky · 15 years ago
  25. d4ef4df Remove accidentally committed cruft. by Nick Lewycky · 15 years ago
  26. beba1a3 Fix 80 column ruler. by Nick Lewycky · 15 years ago
  27. ac15da6 Bugpoint no longer uses exceptions. by Nick Lewycky · 15 years ago
  28. d305035 implement mc asmparser support for '.', which gets the by Chris Lattner · 15 years ago
  29. ff1ef6b Remove tab. by Nick Lewycky · 15 years ago
  30. 05f1498 Commit testcase for r101213. by Nick Lewycky · 15 years ago
  31. 5894c0b While DAE can't modify the function signature of an externally visible function, by Nick Lewycky · 15 years ago
  32. 32acbc1 Generalize this code to handle Instructions in addition to ConstantExprs. by Dan Gohman · 15 years ago
  33. b4be71e Reorder the methods of this class to be a little more organized. by Dan Gohman · 15 years ago
  34. 6f72ab3 Fixed another assert exposed by fuzzing. Now, when an encoding error occurs by Johnny Chen · 15 years ago
  35. 1d526c3 Clear MachineInstr->MCSymbol maps at the end of a function. by Devang Patel · 15 years ago
  36. efcdac0 Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid by Johnny Chen · 15 years ago
  37. 07b3a04 Fix -Asserts warnings. by Daniel Dunbar · 15 years ago
  38. 7cc11ce XFAIL this test for powerpc. by Devang Patel · 15 years ago
  39. 533ae9b Unbreak CMake build by improving the EnhancedDisassembly makefile a by Douglas Gregor · 15 years ago
  40. 6327537 Fast path implicit_def check. by Evan Cheng · 15 years ago
  41. 370aac4 Add test for post-ra machine licm. by Evan Cheng · 15 years ago
  42. 6a234f0 Handle a v2f64 formal parameter that is split between registers and memory by Bob Wilson · 15 years ago
  43. 535f4de Quick fix for build errors caused by undefined NULL. by Sean Callanan · 15 years ago
  44. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
  45. 0a6f053 Add CMake support for 'edis'. by Ted Kremenek · 15 years ago
  46. 8a87ffb Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, by Johnny Chen · 15 years ago
  47. 50d80e3 Do not include types without any definition in pubtypes list. by Devang Patel · 15 years ago
  48. c15d913 Avoid variable shadowing. by Evan Cheng · 15 years ago
  49. 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
  50. 8d17160 Teach MachineSinking to handle easy critical edges. by Jakob Stoklund Olesen · 15 years ago
  51. 005de5e Fix test on non-x86 hosts. by Evan Cheng · 15 years ago
  52. 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
  53. f23c769 Make the disassembler respect the assembler dialect when printing instructions, by Chris Lattner · 15 years ago
  54. 97e6992 Temporarily revert r101075, it's causing invalid iterator assertions by Eric Christopher · 15 years ago
  55. 5dc57ce Teach postra machine licm to hoist more obvious invariants, e.g. instructions with no source operands. by Evan Cheng · 15 years ago
  56. 4183e31 Add a few comments. by Dan Gohman · 15 years ago
  57. 81bf03e Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 15 years ago
  58. 9e9aa44 Rename MachineFrameInfo variables to MFI, for consistency with by Dan Gohman · 15 years ago
  59. 13e73f4 Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. by Dan Gohman · 15 years ago
  60. c5e43c9 Use MachineBasicBlock::isLiveIn. by Dan Gohman · 15 years ago
  61. 5c98294 Delete an unused member variable. by Dan Gohman · 15 years ago
  62. 2828779 Teach ScalarEvolution to simplify smax and umax when it can prove by Dan Gohman · 15 years ago
  63. 3ab1312 Minor code micro-optimizations. by Dan Gohman · 15 years ago
  64. 2a7cb9d Actually... return after the check for invalid input. by Eric Christopher · 15 years ago
  65. b0322e6 BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) by Benjamin Kramer · 15 years ago
  66. f3a3b0f Update unittest for allocator laziness. by Benjamin Kramer · 15 years ago
  67. 5e6a705 Let BumpPtrAllocator lazily allocate the first slab. by Benjamin Kramer · 15 years ago
  68. d5e6240 Remove SCCVN from the CMake build system. by Owen Anderson · 15 years ago
  69. 00736fc checkpoint. by Chris Lattner · 15 years ago
  70. fd64901 SCCVN, we hardly knew ye! by Owen Anderson · 15 years ago
  71. 7c57b7b Fix PR6826: GraphWriter delete the generated file before "dotty" load it, by Chris Lattner · 15 years ago
  72. b123b8b Replace r101053 with a fix for getSOImmValRotate() so that it will correctly by Bob Wilson · 15 years ago
  73. a590b79 Teach IndVarSimplify how to eliminate remainder operators where the by Dan Gohman · 15 years ago
  74. afc9a0c VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of by Daniel Dunbar · 15 years ago
  75. ee09d27 IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt constants. by Daniel Dunbar · 15 years ago
  76. 43ac721 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 15 years ago
  77. 18d5766 Build system fix to make llvm-mc properly build by Sean Callanan · 15 years ago
  78. bca091d Micro-optimize a few hot spots. by Dan Gohman · 15 years ago
  79. 82865a1 Use .set expression for x86 pic jump table reference to reduce assembly relocation. rdar://7738756 by Evan Cheng · 15 years ago
  80. 6ab10f6 Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, as by Dan Gohman · 15 years ago
  81. 8cc21ca Third time's a charm... by Bill Wendling · 15 years ago
  82. 476e62c Genericize the label test. by Bill Wendling · 15 years ago
  83. 35fe231 Correct test to test what I mean it to test. by Bill Wendling · 15 years ago
  84. 2aae6ae Micro-optimization: by Bill Wendling · 15 years ago
  85. 3b49063 Simplify this code. by Dan Gohman · 15 years ago
  86. 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 15 years ago
  87. ca9b703 Suppress LinearFunctionTestReplace when the computed backedge-taken by Dan Gohman · 15 years ago
  88. dae9efc Bug fix: made the enhanced disassembler's link by Sean Callanan · 15 years ago
  89. 4b318ef Bug fix: included System/Types.h instead of by Sean Callanan · 15 years ago
  90. 668b154 Second try at integrating the edis tester. This by Sean Callanan · 15 years ago
  91. bb6e9d8 Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling by Johnny Chen · 15 years ago
  92. 8b3d668 Remove a #include. by Dan Gohman · 15 years ago
  93. 63d3659 Remove unneeded debug in PostDominator runOnFunction() by Tobias Grosser · 15 years ago
  94. e7e08c3 Remove dead code in the dotty dominance tree printer. by Tobias Grosser · 15 years ago
  95. 2706387 Boolify. by Benjamin Kramer · 15 years ago
  96. 678d9b7 Plug trivial leak. by Benjamin Kramer · 15 years ago
  97. ef817cc Delete this code, which is no longer needed. by Dan Gohman · 15 years ago
  98. d890f29 Move the EliminateIVUsers call back out to its original location. Now that by Dan Gohman · 15 years ago
  99. 27dead4 Generalize ScalarEvolution's PHI analysis to handle loops that don't by Dan Gohman · 15 years ago
  100. 646e047 Rewrite the overflow checking in the get{Signed,Unsigned}Range code for by Dan Gohman · 15 years ago