| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup. Make ScalarEvolution an explicit argument of the | Andrew Trick | 2011-08-10 | 1 | -3/+3 |
* | Added a SimplifyIndVar utility to simplify induction variable users | Andrew Trick | 2011-08-10 | 1 | -0/+58 |
* | Use cast<> instead of a C-style cast to get some free assertions. | Jay Foad | 2011-08-03 | 1 | -2/+2 |
* | Move trip count discovery outside of the generic LoopUnroll helper. This | Andrew Trick | 2011-07-23 | 1 | -1/+2 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 2 | -5/+5 |
* | Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me | Chandler Carruth | 2011-07-10 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -2/+32 |
* | Simplify. Consolidate dbg.declare handling in AllocaPromoter. | Devang Patel | 2011-07-06 | 1 | -4/+5 |
* | Remove unused code. | Eli Friedman | 2011-06-15 | 1 | -6/+0 |
* | Clean up the lazy initialization of DIBuilder a bit. | Cameron Zwarich | 2011-05-24 | 1 | -2/+2 |
* | Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when | Cameron Zwarich | 2011-05-24 | 2 | -1/+10 |
* | Add a parameter to ConstantFoldTerminator() that callers can use to ask it to... | Frits van Bommel | 2011-05-22 | 1 | -2/+4 |
* | Assing line number info to new PHIs created by SSA updater. | Devang Patel | 2011-04-29 | 1 | -0/+5 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction | Eli Friedman | 2011-04-02 | 1 | -4/+0 |
* | If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo... | Devang Patel | 2011-03-18 | 1 | -0/+6 |
* | Try to not lose variable's debug info during instcombine. | Devang Patel | 2011-03-17 | 1 | -0/+5 |
* | Refactor into a separate utility function. | Devang Patel | 2011-03-17 | 1 | -0/+12 |
* | If the phi node was used by an unreachable instruction that ends up using | Duncan Sands | 2011-02-21 | 1 | -1/+1 |
* | Re-apply r124518 with fix. Watch out for invalidated iterator. | Evan Cheng | 2011-01-29 | 1 | -2/+11 |
* | Revert r124518. It broke Linux self-host. | Evan Cheng | 2011-01-29 | 1 | -11/+2 |
* | Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon... | Evan Cheng | 2011-01-29 | 1 | -2/+11 |
* | Roll r123609 back in with two changes that fix test failures with expensive | Cameron Zwarich | 2011-01-17 | 1 | -2/+1 |
* | Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. | Cameron Zwarich | 2011-01-17 | 1 | -1/+2 |
* | Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to | Cameron Zwarich | 2011-01-17 | 1 | -2/+1 |
* | Generalize LoadAndStorePromoter a bit and switch LICM | Chris Lattner | 2011-01-15 | 1 | -3/+20 |
* | Add a new LoadAndStorePromoter class, which implements the general | Chris Lattner | 2011-01-14 | 1 | -0/+32 |
* | Fix FoldSingleEntryPHINodes to update memdep and AA when it deletes | Chris Lattner | 2011-01-11 | 1 | -2/+2 |
* | Revamp the ValueMapper interfaces in a couple ways: | Chris Lattner | 2011-01-08 | 1 | -2/+21 |
* | BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and... | Benjamin Kramer | 2010-12-27 | 1 | -14/+0 |
* | Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. | Chris Lattner | 2010-12-25 | 1 | -0/+12 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
* | remove the dead (and terrible) llvm::RemoveSuccessor function. | Chris Lattner | 2010-12-14 | 1 | -9/+0 |
* | Second attempt at fixing the performance regressions introduced | Owen Anderson | 2010-11-27 | 1 | -0/+6 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Fix PR8313 by changing ValueToValueMap use a TrackingVH. | Rafael Espindola | 2010-10-13 | 1 | -1/+1 |
* | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 2010-10-13 | 1 | -7/+8 |
* | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson | 2010-09-16 | 1 | -0/+4 |
* | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands | 2010-09-02 | 1 | -5/+7 |
* | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher | 2010-09-01 | 1 | -7/+5 |
* | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands | 2010-09-01 | 1 | -5/+7 |
* | implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse. | Chris Lattner | 2010-08-29 | 1 | -0/+6 |
* | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner | 2010-08-28 | 1 | -93/+0 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 2 | -3/+18 |
* | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 1 | -0/+29 |
* | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman | 2010-08-14 | 1 | -2/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 2 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 2 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 2 | -2/+2 |
* | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 1 | -8/+8 |