| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 64 | -84/+84 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 64 | -84/+84 |
* | Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the ... | Owen Anderson | 2010-08-05 | 1 | -1/+4 |
* | Experiments show that we can safely increase our unrolling threshold without ... | Owen Anderson | 2010-08-04 | 1 | -1/+1 |
* | Fix whitespace. | Dan Gohman | 2010-08-04 | 1 | -1/+1 |
* | Fix a comment. | Dan Gohman | 2010-08-04 | 1 | -1/+1 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -1/+1 |
* | Make instcombine set explicit alignments on load or store | Dan Gohman | 2010-08-03 | 1 | -6/+14 |
* | Add an atomic lowering pass | Peter Collingbourne | 2010-08-03 | 2 | -0/+161 |
* | Use unary + instead of a separate local variable for working | Dan Gohman | 2010-08-03 | 1 | -2/+1 |
* | Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke. | Owen Anderson | 2010-08-02 | 1 | -5/+38 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 2 | -4/+4 |
* | Fix a -Wreorder warning. | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
* | Work in progress. | Nick Lewycky | 2010-08-02 | 1 | -129/+164 |
* | Speculatively revert r108614, "Another attempt at getting the clang self-host to | Daniel Dunbar | 2010-07-31 | 1 | -32/+0 |
* | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 2010-07-31 | 1 | -5/+3 |
* | Move MaximumAlignment to be a member of the Value class. | Dan Gohman | 2010-07-30 | 1 | -1/+2 |
* | Add missing newline to debug statement. | Nick Lewycky | 2010-07-30 | 1 | -1/+1 |
* | PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull | Eli Friedman | 2010-07-29 | 1 | -1/+1 |
* | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif | 2010-07-28 | 8 | -24/+24 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -1/+5 |
* | When user code intentionally dereferences null, the alignment of the | Dan Gohman | 2010-07-28 | 1 | -2/+7 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif | 2010-07-28 | 1 | -2/+1 |
* | recommit simplification (r109502, backed out r109509); seems to innocent | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | back out this too to restore the bots | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | simplify: CallSite::get --> CallSite constructor | Gabor Greif | 2010-07-27 | 1 | -4/+4 |
* | simplify | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | Add an initial implementation of LazyValueInfo updating for JumpThreading. D... | Owen Anderson | 2010-07-26 | 1 | -0/+3 |
* | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman | 2010-07-26 | 4 | -19/+12 |
* | Preserve ScalarEvolution in the loop unroller. | Dan Gohman | 2010-07-26 | 1 | -0/+6 |
* | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | A block dominates itself, by definition. | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | Revert this because we can't clone cyclic MDNodes which are creating during a | Nick Lewycky | 2010-07-24 | 1 | -3/+4 |
* | Whether function-local or not, a MDNode may reference a Function in which case | Nick Lewycky | 2010-07-24 | 1 | -4/+3 |
* | Speculatively revert 109117 | Devang Patel | 2010-07-22 | 1 | -27/+6 |
* | keep in 80 cols | Gabor Greif | 2010-07-22 | 1 | -3/+4 |
* | Map MDNode correctly. | Devang Patel | 2010-07-22 | 1 | -6/+27 |
* | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 8 | -10/+10 |
* | simplify | Gabor Greif | 2010-07-22 | 1 | -3/+2 |
* | do not access arguments via low-level interface, do not multiply dereference ... | Gabor Greif | 2010-07-22 | 1 | -17/+19 |
* | pass dereferenced iterator to dyn_cast | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | pass dereferenced iterator to dyn_cast | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 5 | -22/+30 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -4/+2 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 54 | -108/+119 |
* | Make this code a little more readable. | Dan Gohman | 2010-07-20 | 1 | -2/+4 |
* | Use DebugLocs instead of MDNodes. | Dan Gohman | 2010-07-20 | 1 | -32/+27 |
* | Fix a typo. | Dan Gohman | 2010-07-20 | 1 | -1/+1 |
* | Don't look up the "dbg" metadata kind by name. | Dan Gohman | 2010-07-20 | 3 | -15/+14 |