| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb | 2007-12-18 | 1 | -10/+1 |
* | Fix typos. | Christopher Lamb | 2007-12-18 | 1 | -1/+1 |
* | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb | 2007-12-18 | 1 | -0/+38 |
* | Make invokes of inline asm legal. Teach codegen | Duncan Sands | 2007-12-17 | 1 | -1/+1 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 2 | -1/+8 |
* | 1. "Upgrage" comments. | Wojciech Matyjewicz | 2007-12-12 | 1 | -0/+10 |
* | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 1 | -0/+33 |
* | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 1 | -0/+9 |
* | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands | 2007-12-10 | 3 | -27/+27 |
* | If ExitValue operand is also defined in Loop header then | Devang Patel | 2007-12-03 | 1 | -0/+44 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -2/+0 |
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 1 | -2/+2 |
* | Implement PR1822 | Chris Lattner | 2007-11-25 | 1 | -3/+11 |
* | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands | 2007-11-25 | 1 | -0/+12 |
* | Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. | Chris Lattner | 2007-11-23 | 1 | -0/+8 |
* | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands | 2007-11-23 | 4 | -49/+50 |
* | Fix a bug where we'd try to find a scev value for a bitcast operand, | Chris Lattner | 2007-11-23 | 1 | -0/+20 |
* | Fix PR1817. | Chris Lattner | 2007-11-22 | 1 | -0/+16 |
* | Turn invokes of nounwind functions into ordinary calls. | Duncan Sands | 2007-11-22 | 1 | -0/+14 |
* | Readonly/readnone functions are allowed to throw | Duncan Sands | 2007-11-22 | 1 | -10/+12 |
* | Fix PR1800 by correcting mistaken logic. | Chris Lattner | 2007-11-16 | 1 | -0/+10 |
* | Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll | Chris Lattner | 2007-11-14 | 1 | -0/+11 |
* | upgrade test | Chris Lattner | 2007-11-13 | 2 | -11/+11 |
* | Implement PR1786 by iterating between dead cycle elimination | Chris Lattner | 2007-11-13 | 1 | -0/+100 |
* | Tighten up a check for folding away loads from (newly constant) globals. This | Chris Lattner | 2007-11-09 | 1 | -0/+19 |
* | Better check | Andrew Lenharth | 2007-11-08 | 1 | -1/+4 |
* | Fix PR1780 | Andrew Lenharth | 2007-11-08 | 1 | -0/+19 |
* | Implement PR1777 by detecting dependent phis that | Chris Lattner | 2007-11-06 | 1 | -0/+31 |
* | Fix an abort in instcombine when folding creates a vector rem instruction. | Dan Gohman | 2007-11-05 | 1 | -0/+9 |
* | If a value is incoming from outside the loop then the value does not need rem... | Devang Patel | 2007-11-05 | 1 | -0/+293 |
* | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands | 2007-11-04 | 1 | -0/+30 |
* | Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been | Owen Anderson | 2007-11-01 | 1 | -1/+1 |
* | Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious | Chris Lattner | 2007-11-01 | 1 | -0/+21 |
* | Fix InstCombine/2007-10-31-RangeCrash.ll | Chris Lattner | 2007-11-01 | 1 | -0/+35 |
* | Add support for folding binary operators with vector zero operands. | Dan Gohman | 2007-10-30 | 1 | -0/+35 |
* | update testcase | Chris Lattner | 2007-10-29 | 1 | -1/+1 |
* | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner | 2007-10-29 | 1 | -0/+47 |
* | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling | Chris Lattner | 2007-10-29 | 1 | -0/+24 |
* | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner | 2007-10-29 | 1 | -0/+892 |
* | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner | 2007-10-24 | 2 | -0/+24 |
* | Don't branch fold inline asm statements. | Bill Wendling | 2007-10-19 | 1 | -0/+18 |
* | This test now passes. | Devang Patel | 2007-10-19 | 1 | -1/+1 |
* | Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by | Chris Lattner | 2007-10-18 | 1 | -0/+12 |
* | XFAIL for now. | Devang Patel | 2007-10-18 | 1 | -0/+1 |
* | Do not raise free() call that is called through invoke instruction. | Devang Patel | 2007-10-17 | 1 | -0/+17 |
* | Apply "Instead of loading small c string constant, use integer constant direc... | Devang Patel | 2007-10-17 | 1 | -0/+1 |
* | Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll | Chris Lattner | 2007-10-12 | 1 | -0/+38 |
* | testcase for PR1728 | Chris Lattner | 2007-10-12 | 1 | -0/+26 |
* | Lower memcpy if it makes sense. | Devang Patel | 2007-10-11 | 1 | -0/+18 |