| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. | Benjamin Kramer | 2010-09-10 | 1 | -0/+20 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 2 | -1/+3 |
* | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 1 | -0/+6 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 2 | -13/+57 |
* | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson | 2010-09-09 | 1 | -92/+90 |
* | Add a new experimental generalized dependence query interface to | Dan Gohman | 2010-09-08 | 2 | -0/+212 |
* | Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ... | Owen Anderson | 2010-09-07 | 1 | -0/+2 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+6 |
* | cleanup some of the lifetime/invariant marker stuff, add a big fixme. | Chris Lattner | 2010-09-06 | 1 | -6/+11 |
* | speed up -gvn 3.4% on the testcase in PR7023 | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 1 | -6/+10 |
* | fix PR8063, a crash in globalopt in the malloc analysis code. | Chris Lattner | 2010-09-05 | 1 | -20/+29 |
* | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 4 | -29/+0 |
* | Disable the asserts that check that normalization is perfectly | Dan Gohman | 2010-09-03 | 1 | -2/+7 |
* | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson | 2010-09-03 | 1 | -2/+11 |
* | stop forcing a noop AssemblyAnnotationWriter to silence #uses | Chris Lattner | 2010-09-02 | 1 | -5/+1 |
* | Remove incorrect and poorly tested code for trying to reason about values on ... | Owen Anderson | 2010-09-02 | 1 | -16/+2 |
* | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson | 2010-09-02 | 1 | -4/+0 |
* | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman | 2010-09-01 | 1 | -89/+78 |
* | Reapply r112432, now that the real problem is addressed. | Dan Gohman | 2010-08-31 | 1 | -4/+9 |
* | Reapply r112433, now that the real problem is addressed. | Dan Gohman | 2010-08-31 | 1 | -21/+24 |
* | Revert r110916. This patch is buggy because the code inside the | Dan Gohman | 2010-08-31 | 1 | -7/+4 |
* | Revert r112432. It appears to be exposing a problem in the emacs build. | Dan Gohman | 2010-08-31 | 1 | -9/+4 |
* | Speculatively revert r112433. | Dan Gohman | 2010-08-31 | 1 | -24/+21 |
* | It is possible to try to merge a not-constant with a constantrage, when deali... | Owen Anderson | 2010-08-30 | 1 | -2/+3 |
* | Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo... | Benjamin Kramer | 2010-08-30 | 1 | -2/+1 |
* | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner | 2010-08-29 | 1 | -14/+20 |
* | Make IVUsers iterative instead of recursive. | Dan Gohman | 2010-08-29 | 1 | -78/+89 |
* | Restructure the {A,+,B}<L> * {C,+,D}<L> folding so that it folds | Dan Gohman | 2010-08-29 | 1 | -21/+24 |
* | Batch up subtracts along with adds, when analyzing long chains of | Dan Gohman | 2010-08-29 | 1 | -4/+9 |
* | Micro-optimize GroupByComplexity. | Dan Gohman | 2010-08-29 | 1 | -2/+3 |
* | Hold AddRec->getLoop() in a variable, to make the Mul code more consistent | Dan Gohman | 2010-08-29 | 1 | -3/+4 |
* | Rename a variable, for consistency. | Dan Gohman | 2010-08-29 | 1 | -5/+8 |
* | Use iterators instead of indices. | Dan Gohman | 2010-08-29 | 1 | -2/+2 |
* | when merging two alias sets, the result set is volatile if either | Chris Lattner | 2010-08-29 | 1 | -0/+1 |
* | more cleanup | Chris Lattner | 2010-08-29 | 1 | -8/+8 |
* | clean this up | Chris Lattner | 2010-08-29 | 1 | -51/+53 |
* | Fix an index calculation thinko. | Dan Gohman | 2010-08-28 | 1 | -1/+1 |
* | Improve the precision of getConstant(). | Owen Anderson | 2010-08-27 | 1 | -0/+5 |
* | When merging adjacent operands, scan ahead and merge all equal | Dan Gohman | 2010-08-27 | 1 | -11/+14 |
* | Make the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C,+,B+D}<L> | Dan Gohman | 2010-08-27 | 1 | -23/+21 |
* | Switch ScalarEvolution's main Value*->SCEV* map from std::map | Dan Gohman | 2010-08-27 | 1 | -28/+26 |
* | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson | 2010-08-27 | 1 | -1/+2 |
* | Optimize SCEVComplexityCompare. Use a 3-way return instead of a 2-way | Dan Gohman | 2010-08-27 | 1 | -48/+82 |
* | In the default address space, any GEP off of null results in a trap value if ... | Owen Anderson | 2010-08-25 | 1 | -4/+5 |
* | NULL loads are only invalid in the default address space. | Owen Anderson | 2010-08-24 | 1 | -1/+1 |
* | Add support for inferring values for the default cases of switches. | Owen Anderson | 2010-08-24 | 1 | -3/+22 |
* | Add support for inferring that a load from a pointer implies that it is not n... | Owen Anderson | 2010-08-24 | 1 | -4/+17 |
* | Don't assume that all constants with integer types are ConstantInts. | Owen Anderson | 2010-08-24 | 1 | -2/+11 |