Age | Commit message (Expand) | Author |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-03-14 | Fix typo in comment. | Nick Lewycky |
2013-03-11 | Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195' | Eli Bendersky |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-28 | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman |
2013-01-07 | Switch the SCEV expander and LoopStrengthReduce to use | Chandler Carruth |
2012-10-19 | revert r166264 because the LTO build is still failing | Nadav Rotem |
2012-10-19 | recommit the patch that makes LSR and LowerInvoke use the TargetTransform int... | Nadav Rotem |
2012-10-18 | Merge commit '3298959540ca744ec16b4c65db244534a929a862' | Derek Schuff |
2012-10-18 | Temporarily revert the TargetTransform changes. | Bob Wilson |
2012-10-12 | Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6' | Derek Schuff |
2012-10-10 | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem |
2012-09-25 | Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6' | Derek Schuff |
2012-09-17 | Add a pass to llvm to rewrite the bitcode in an | Robert Muth |
2012-09-15 | Port the SSAUpdater-based promotion logic from the old SROA pass to the | Chandler Carruth |
2012-09-14 | Introduce a new SROA implementation. | Chandler Carruth |
2012-07-20 | move the bounds checking pass to the instrumentation folder, where it belongs... | Nuno Lopes |
2012-06-21 | Add a number of threshold arguments to the SRA pass. | Nadav Rotem |
2012-05-22 | add a new pass to instrument loads and stores for run-time bounds checking | Nuno Lopes |
2012-01-17 | Add a new ObjC ARC optimization pass to eliminate unneeded | Dan Gohman |
2011-12-08 | Remove reference to dead GEPSplitterPass. PR11506. | Eli Friedman |
2011-10-17 | svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp | Devang Patel |
2011-08-30 | Remove the old tail duplication pass. It is not used and is unable to update | Rafael Espindola |
2011-07-06 | Introduce "expect" intrinsic instructions. | Jakub Staszak |
2011-06-15 | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall |
2011-04-13 | Passing unroll parameters (unroll-count, threshold, and partial unroll) via L... | Junjie Gu |
2011-02-28 | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman |
2011-01-18 | Remove outdated references to dominance frontiers. | Cameron Zwarich |
2011-01-14 | split SROA into two passes: one that uses DomFrontiers (-scalarrepl) | Chris Lattner |
2011-01-03 | Add a new loop-instsimplify pass, with the intention of replacing the instance | Cameron Zwarich |
2011-01-02 | sketch out a new early cse pass. No functionality yet. | Chris Lattner |
2010-12-26 | Start of a pass for recognizing memset and memcpy idioms. | Chris Lattner |
2010-12-20 | Add a new convenience pass for testing InstructionSimplify. Previously | Duncan Sands |
2010-10-07 | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel |
2010-08-31 | Rename ValuePropagation to a more descriptive CorrelatedValuePropagation. | Owen Anderson |
2010-08-28 | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner |
2010-08-27 | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson |
2010-08-06 | Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
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-03 | Add an atomic lowering pass | Peter Collingbourne |
2010-05-07 | Add an LLVM IR version of code sinking. This uses the same simple algorithm | Dan Gohman |
2010-04-26 | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner |
2010-04-13 | SCCVN, we hardly knew ye! | Owen Anderson |
2010-02-28 | Revert r97245 which seems to be causing performance problems. | Bob Wilson |
2010-02-26 | Move the EnableFullLoadPRE flag from a separate command-line option to an | Bob Wilson |
2010-02-26 | Remove unused "NoPRE" parameter in GVN and createGVNPass(). | Bob Wilson |
2010-02-09 | Pull these back out, they're a little too aggressive and time | Eric Christopher |
2010-02-09 | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher |