aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Let BumpPtrAllocator lazily allocate the first slab.Benjamin Kramer2010-04-131-3/+6
* Remove SCCVN from the CMake build system.Owen Anderson2010-04-131-1/+0
* checkpoint.Chris Lattner2010-04-131-6/+20
* SCCVN, we hardly knew ye!Owen Anderson2010-04-133-723/+0
* Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner2010-04-131-1/+2
* Replace r101053 with a fix for getSOImmValRotate() so that it will correctlyBob Wilson2010-04-132-53/+7
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-132-0/+192
* VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms ofDaniel Dunbar2010-04-132-0/+11
* IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con...Daniel Dunbar2010-04-131-2/+59
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-134-3/+85
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-121-2/+2
* Micro-optimize a few hot spots.Dan Gohman2010-04-121-10/+11
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-122-2/+16
* Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, asDan Gohman2010-04-121-0/+14
* Third time's a charm...Bill Wendling2010-04-121-1/+1
* Genericize the label test.Bill Wendling2010-04-121-1/+1
* Correct test to test what I mean it to test.Bill Wendling2010-04-121-1/+2
* Micro-optimization:Bill Wendling2010-04-122-1/+84
* Simplify this code.Dan Gohman2010-04-121-14/+14
* Build system fixes. llvm-mc depends onSean Callanan2010-04-122-14/+11
* Suppress LinearFunctionTestReplace when the computed backedge-takenDan Gohman2010-04-122-0/+180
* Bug fix: made the enhanced disassembler's linkSean Callanan2010-04-121-1/+1
* Bug fix: included System/Types.h instead ofSean Callanan2010-04-121-1/+1
* Second try at integrating the edis tester. ThisSean Callanan2010-04-125-41/+252
* Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen2010-04-123-1/+41
* Remove a #include.Dan Gohman2010-04-121-1/+0
* Remove unneeded debug in PostDominator runOnFunction()Tobias Grosser2010-04-121-1/+0
* Remove dead code in the dotty dominance tree printer.Tobias Grosser2010-04-121-25/+0
* Boolify.Benjamin Kramer2010-04-121-1/+1
* Plug trivial leak.Benjamin Kramer2010-04-121-0/+2
* Delete this code, which is no longer needed.Dan Gohman2010-04-121-4/+0
* Move the EliminateIVUsers call back out to its original location. Now thatDan Gohman2010-04-121-10/+4
* Generalize ScalarEvolution's PHI analysis to handle loops that don'tDan Gohman2010-04-122-14/+55
* Rewrite the overflow checking in the get{Signed,Unsigned}Range code forDan Gohman2010-04-121-10/+34
* Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons,Dan Gohman2010-04-121-3/+12
* Enable post regalloc machine licm by default.Evan Cheng2010-04-122-5/+141
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-1210-341/+463
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-123-8/+53
* Remove unnecessary parens.Dan Gohman2010-04-122-4/+4
* Minor code simplification.Dan Gohman2010-04-121-1/+1
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-122-1/+129
* whether we enable dylibs or not depends on the host, not the target.Chris Lattner2010-04-121-1/+1
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-122-78/+0
* Fix indentation.Dan Gohman2010-04-111-1/+1
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-112-0/+78
* Enhance ScalarEvolution::isKnownPredicate with support forDan Gohman2010-04-112-8/+40
* Minor code simplification.Dan Gohman2010-04-111-2/+1
* When creating a ConstantRange for [n,UINT_MAX], special case n == 0, becauseDan Gohman2010-04-111-3/+4
* Fix a comment.Dan Gohman2010-04-111-1/+1
* Add a cast to void to show that the return value is beingDan Gohman2010-04-111-1/+1