| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR2358 by resolving calls with undef arguments to overdefined. | Chris Lattner | 2008-05-24 | 1 | -0/+6 |
* | Allow for switch with no cases. Was causing fault | Dale Johannesen | 2008-05-23 | 1 | -0/+2 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -7/+7 |
* | Fix various DOUTs to not call the extremely expensive Value::getName() | Chris Lattner | 2008-05-11 | 1 | -5/+5 |
* | Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. | Chris Lattner | 2008-05-10 | 1 | -14/+2 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -5/+0 |
* | code restructuring, not functionality change. | Chris Lattner | 2008-04-24 | 1 | -22/+24 |
* | Don't replace multiple result of calls with undef, | Chris Lattner | 2008-04-24 | 1 | -2/+4 |
* | code cleanup, no functionality change. | Chris Lattner | 2008-04-24 | 1 | -19/+21 |
* | Rewrite multiple return value handling in SCCP. Before, the -sccp pass | Chris Lattner | 2008-04-23 | 1 | -112/+114 |
* | Be conservative if getresult operand is neither call nor invoke. | Devang Patel | 2008-04-09 | 1 | -2/+3 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | Add TODO reminder. | Devang Patel | 2008-03-11 | 1 | -0/+1 |
* | Initial multiple return values support. | Devang Patel | 2008-03-11 | 1 | -19/+95 |
* | SCCP also needs to be taught to follow unwind_to | Nick Lewycky | 2008-03-09 | 1 | -0/+4 |
* | Not all users of a BB are Instructions any more. | Nick Lewycky | 2008-03-08 | 1 | -1/+6 |
* | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov | 2008-02-20 | 1 | -2/+2 |
* | Fix PR1938 by forcing the code that uses an undefined value to branch one | Chris Lattner | 2008-01-28 | 1 | -4/+19 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Disable null pointer folding transforms for non-generic address spaces. This ... | Christopher Lamb | 2007-12-29 | 1 | -1/+3 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
* | Place SCCPSolver also in the anonymous namespace. This | Duncan Sands | 2007-07-20 | 1 | -3/+3 |
* | Fix PR1431 | Devang Patel | 2007-05-17 | 1 | -1/+1 |
* | Fix typo in comment. | Nick Lewycky | 2007-05-06 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -4/+4 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -4/+4 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+7 |
* | fix long lines | Chris Lattner | 2007-04-14 | 1 | -4/+4 |
* | minor cleanups | Chris Lattner | 2007-03-04 | 1 | -7/+8 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -4/+4 |
* | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer | 2007-02-05 | 1 | -3/+4 |
* | Switch this back to using an std::map. DenseMap entries are getting invalidated | Chris Lattner | 2007-02-02 | 1 | -5/+5 |
* | Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%. | Chris Lattner | 2007-02-02 | 1 | -10/+10 |
* | Convert an std::set to SmallSet, this speeds up IPSCCP 17% on kimwitu. | Chris Lattner | 2007-02-02 | 1 | -5/+5 |
* | eliminate a malloc/free for (almost) every GEP processed. This speeds up | Chris Lattner | 2007-02-02 | 1 | -2/+3 |
* | switch hash_map's over to DenseMap in SCCP. This speeds up SCCP by 30% in | Chris Lattner | 2007-02-02 | 1 | -19/+21 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -1/+0 |
* | Adjust #includes to match movement of constant folding code from transformuti... | Chris Lattner | 2007-01-30 | 1 | -1/+2 |
* | use smallvector instead of vector to make constant folding a bit more efficient | Chris Lattner | 2007-01-30 | 1 | -2/+3 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -4/+4 |
* | Fix a minor bug handling constant exprs, introduced by a recent patch. | Chris Lattner | 2007-01-13 | 1 | -1/+1 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -1/+1 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -5/+3 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -3/+3 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -10/+12 |
* | Enable a couple xforms for packed vectors (undef | v) -> -1 for packed. | Chris Lattner | 2007-01-04 | 1 | -8/+9 |
* | Vectors are not supported by ConstantInt::getAllOnesValue. | Jim Laskey | 2007-01-03 | 1 | -5/+10 |
* | Fix a typo. | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -0/+88 |