aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Remove an orthogonal transformation of the selection condition from my most r...Christopher Lamb2007-12-181-10/+1
* Fix typos.Christopher Lamb2007-12-181-1/+1
* Fold certain additions through selects (and their compares) so as to eliminat...Christopher Lamb2007-12-181-0/+38
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-171-1/+1
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-162-1/+8
* 1. "Upgrage" comments.Wojciech Matyjewicz2007-12-121-0/+10
* Implement constant folding if vector<->vector bitcasts where the numberChris Lattner2007-12-111-0/+33
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-101-0/+9
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-103-27/+27
* If ExitValue operand is also defined in Loop header thenDevang Patel2007-12-031-0/+44
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-1/+1
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+0
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-251-2/+2
* Implement PR1822Chris Lattner2007-11-251-3/+11
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-251-0/+12
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-231-0/+8
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-234-49/+50
* Fix a bug where we'd try to find a scev value for a bitcast operand,Chris Lattner2007-11-231-0/+20
* Fix PR1817.Chris Lattner2007-11-221-0/+16
* Turn invokes of nounwind functions into ordinary calls.Duncan Sands2007-11-221-0/+14
* Readonly/readnone functions are allowed to throwDuncan Sands2007-11-221-10/+12
* Fix PR1800 by correcting mistaken logic.Chris Lattner2007-11-161-0/+10
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-141-0/+11
* upgrade testChris Lattner2007-11-132-11/+11
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-131-0/+100
* Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner2007-11-091-0/+19
* Better checkAndrew Lenharth2007-11-081-1/+4
* Fix PR1780Andrew Lenharth2007-11-081-0/+19
* Implement PR1777 by detecting dependent phis thatChris Lattner2007-11-061-0/+31
* Fix an abort in instcombine when folding creates a vector rem instruction.Dan Gohman2007-11-051-0/+9
* If a value is incoming from outside the loop then the value does not need rem...Devang Patel2007-11-051-0/+293
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-041-0/+30
* Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had beenOwen Anderson2007-11-011-1/+1
* Fix InstCombine/2007-10-31-StringCrash.ll by removing an obviousChris Lattner2007-11-011-0/+21
* Fix InstCombine/2007-10-31-RangeCrash.llChris Lattner2007-11-011-0/+35
* Add support for folding binary operators with vector zero operands.Dan Gohman2007-10-301-0/+35
* update testcaseChris Lattner2007-10-291-1/+1
* Model stacksave and stackrestore as both writing memory, since we Chris Lattner2007-10-291-0/+47
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-291-0/+24
* Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner2007-10-291-0/+892
* Implement a couple of foldings for ordered and unordered comparisons,Chris Lattner2007-10-242-0/+24
* Don't branch fold inline asm statements.Bill Wendling2007-10-191-0/+18
* This test now passes.Devang Patel2007-10-191-1/+1
* Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner2007-10-181-0/+12
* XFAIL for now.Devang Patel2007-10-181-0/+1
* Do not raise free() call that is called through invoke instruction.Devang Patel2007-10-171-0/+17
* Apply "Instead of loading small c string constant, use integer constant direc...Devang Patel2007-10-171-0/+1
* Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.llChris Lattner2007-10-121-0/+38
* testcase for PR1728Chris Lattner2007-10-121-0/+26
* Lower memcpy if it makes sense.Devang Patel2007-10-111-0/+18