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