| Age | Commit message (Expand) | Author |
| 2010-08-29 | reduce indentation in LICM::sink by using early exits, use | Chris Lattner |
| 2010-08-29 | modernize this pass a bit: use efficient set/map and reduce indentation. | Chris Lattner |
| 2010-08-28 | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner |
| 2010-08-28 | squish dead code. | Chris Lattner |
| 2010-08-28 | Update CMake build. Add newline at end of file. | Benjamin Kramer |
| 2010-08-27 | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson |
| 2010-08-27 | Fix typos in comments. | Owen Anderson |
| 2010-08-27 | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson |
| 2010-08-26 | Make JumpThreading smart enough to properly thread StrSwitch when it's compil... | Owen Anderson |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-24 | Turn LVI on, previously detected failures should be fixed now. | Owen Anderson |
| 2010-08-23 | Turn LVI back off, I have a testcase now. | Owen Anderson |
| 2010-08-23 | Re-enable LazyValueInfo. Monitoring for failures. | Owen Anderson |
| 2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
| 2010-08-19 | Disable LVI while I evaluate a failure. | Owen Anderson |
| 2010-08-19 | Tentatively enabled LVI by default. I'll be monitoring for any failures. | Owen Anderson |
| 2010-08-19 | Process the step before the start, because it's usually the simpler | Dan Gohman |
| 2010-08-18 | Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i... | Owen Anderson |
| 2010-08-18 | Fix PR7755: knowing something about an inval for a pred | Chris Lattner |
| 2010-08-18 | remove some dead code. | Chris Lattner |
| 2010-08-18 | remove dead prototype. | Chris Lattner |
| 2010-08-17 | When rotating loops, put the original header at the bottom of the | Dan Gohman |
| 2010-08-17 | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng |
| 2010-08-16 | Instead of having CollectSubexpr's categorize operands as interesting or | Dan Gohman |
| 2010-08-16 | Put add operands in ScalarEvolution-canonical order, when convenient. | Dan Gohman |
| 2010-08-14 | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman |
| 2010-08-13 | Fix LSR's ExtractImmediate and ExtractSymbol to avoid calling | Dan Gohman |
| 2010-08-12 | fix PR7876: If ipsccp decides that a function's address is taken | Chris Lattner |
| 2010-08-07 | Don't attempt the PRE inline asm calls, since we don't value number them yet.... | Owen Anderson |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Fix uninitialized variable warning. | Nick Lewycky |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-05 | Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the ... | Owen Anderson |
| 2010-08-04 | Experiments show that we can safely increase our unrolling threshold without ... | Owen Anderson |
| 2010-08-04 | Fix whitespace. | Dan Gohman |
| 2010-08-04 | Fix a comment. | Dan Gohman |
| 2010-08-03 | Add an atomic lowering pass | Peter Collingbourne |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-07-30 | Add missing newline to debug statement. | Nick Lewycky |
| 2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
| 2010-07-28 | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif |
| 2010-07-27 | recommit simplification (r109502, backed out r109509); seems to innocent | Gabor Greif |
| 2010-07-27 | back out this too to restore the bots | Gabor Greif |
| 2010-07-27 | simplify | Gabor Greif |
| 2010-07-26 | Add an initial implementation of LazyValueInfo updating for JumpThreading. D... | Owen Anderson |
| 2010-07-26 | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman |
| 2010-07-26 | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman |
| 2010-07-26 | A block dominates itself, by definition. | Dan Gohman |
| 2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |