aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Delete a dead check.Dan Gohman2010-04-111-1/+0
* Delete dead code.Dan Gohman2010-04-111-26/+0
* Fix a #include.Dan Gohman2010-04-111-1/+1
* Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman2010-04-114-21/+21
* utostr isn't going away too soon, try to make it slightly smaller.Benjamin Kramer2010-04-111-13/+8
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-103-16/+6
* Implement support for varargs functions without any fixedChris Lattner2010-04-102-31/+23
* configure: Fix default value for optimize_option, I messed up the test conditionDaniel Dunbar2010-04-102-6/+13
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-102-1/+20
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-102-2/+29
* turn an assert into a proper check, fixing crash on invalid here:Chris Lattner2010-04-101-2/+1
* improve haiku portability, patch by Paul Davey.Chris Lattner2010-04-101-0/+2
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-105-33/+93
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-103-1/+31
* Fix a typo and some indentation.Dan Gohman2010-04-091-2/+2
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-092-33/+103
* Tidy whitespace.Bob Wilson2010-04-091-9/+8
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-092-9/+15