summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-13
* Update test.Daniel Dunbar2009-11-13
* Clean up testcase a bit. Simplify case blocks and adjust switch instruction t...Jim Grosbach2009-11-12
* Fix typo in run line.Benjamin Kramer2009-11-12
* typoGabor Greif2009-11-12
* implement a nice little efficiency hack in the inliner. Since we're nowChris Lattner2009-11-12
* RegScavenger::enterBasicBlock should always reset register state.Evan Cheng2009-11-12
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-12
* use getPredicateOnEdge to fold comparisons through PHI nodes,Chris Lattner2009-11-12
* should not commit when distracted.Chris Lattner2009-11-12
* We now thread some impossible condition information with LVI.Chris Lattner2009-11-12
* with the new code we can thread non-instruction values. ThisChris Lattner2009-11-12
* move some stuff into DEBUG's and turn on lazy-value-info forChris Lattner2009-11-12
* Tail merge at any size when there are two potentials blocks and oneDan Gohman2009-11-12
* x86 users can now return arbitrary sized structs. Structs too large to fit i...Kenneth Uildriks2009-11-11
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-11
* Reenable StackTracke.cpp test.Devang Patel2009-11-11
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-11
* Add nounwind.Evan Cheng2009-11-11
* remove condprop testcases.Chris Lattner2009-11-11
* Add missing run line. Devang, please check.Daniel Dunbar2009-11-11
* Fix test to work on every platform.Bill Wendling2009-11-11
* Fix test to work on every platform.Bill Wendling2009-11-11
* XFAIL for now.Devang Patel2009-11-11
* Make sure that the exception handling data has the same visibility as theBill Wendling2009-11-11
* Do not assume first function scope seen represents current function. Devang Patel2009-11-11
* oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to ...Chris Lattner2009-11-11
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-11
* While creating DbgScopes, do not forget parent scope. Devang Patel2009-11-11
* Block terminator may be a switch.Evan Cheng2009-11-11
* Test this on Darwin only.Bill Wendling2009-11-10
* Emit correct code when making a ConstantPool entry for a vectorDale Johannesen2009-11-10
* implement a TODO by teaching jump threading about "xor x, 1".Chris Lattner2009-11-10
* Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling2009-11-10
* fix a crash in SCCP handling extractvalue of an array, pointed out andChris Lattner2009-11-10
* Make jump threading eliminate blocks that just contain phi nodes,Chris Lattner2009-11-10
* Generalize lsr code that optimize loop to count down towards zero.Evan Cheng2009-11-10
* Optimize test more.Dan Gohman2009-11-10
* Teach DSE to eliminate useless trampolines.Duncan Sands2009-11-10
* Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez2009-11-10
* optimize testChris Lattner2009-11-10
* unify the code that determines whether it is a good idea to change the typeChris Lattner2009-11-10
* Reapply r86359, "Teach dead store elimination that certain intrinsics write toNick Lewycky2009-11-10
* make jump threading recursively simplify expressions instead of doing it Chris Lattner2009-11-10
* Trim a bunch of unneeded code from this testcase.Dan Gohman2009-11-10
* Add testcase for recent checkin.Mike Stump2009-11-09
* Update testJim Grosbach2009-11-09
* Default-addressspace null pointers don't alias anything. This allowsDan Gohman2009-11-09
* Generalize LCSSA to handle loops with exits with predecessors outsideDan Gohman2009-11-09
* Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,Daniel Dunbar2009-11-09