| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove -print-dbginfo as it is unused & bitrotten. | David Blaikie | 2013-03-08 | 1 | -3/+0 |
* | Add a cost model analysis that allows us to estimate the cost of IR-level ins... | Nadav Rotem | 2012-11-02 | 1 | -0/+7 |
* | Remove LoopDependenceAnalysis. | Benjamin Kramer | 2012-10-26 | 1 | -7/+0 |
* | llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass(). | NAKAMURA Takumi | 2012-10-11 | 1 | -3/+3 |
* | dependence analysis | Sebastian Pop | 2012-10-11 | 1 | -0/+9 |
* | Profile: set branch weight metadata with data generated from profiling. | Manman Ren | 2012-08-28 | 1 | -0/+8 |
* | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall | 2011-06-15 | 1 | -0/+7 |
* | Delete the LiveValues pass. I won't get get back to the project it | Dan Gohman | 2011-02-28 | 1 | -6/+0 |
* | Implementation of path profiling. | Andrew Trick | 2011-01-29 | 1 | -2/+24 |
* | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman | 2010-10-19 | 1 | -1/+1 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 1 | -0/+7 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman | 2010-08-02 | 1 | -0/+7 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+7 |
* | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 2010-07-07 | 1 | -19/+1 |
* | Document that BasicAA respects noalias, while InterproceduralBasicAA | Dan Gohman | 2010-07-02 | 1 | -2/+5 |
* | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman | 2010-06-29 | 1 | -0/+8 |
* | Generalize AAEval so that it can be used both per-function and | Dan Gohman | 2010-06-28 | 1 | -0/+7 |
* | Add a simple module-level debug info printer. It just sets up a | Dan Gohman | 2010-05-07 | 1 | -0/+3 |
* | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -7/+0 |
* | Use ProfileInfo-API in ProfileInfo Loader and do more assertions. | Andreas Neustifter | 2009-12-03 | 1 | -0/+1 |
* | Stub out a new lazy value info pass, which will eventually | Chris Lattner | 2009-11-11 | 1 | -0/+6 |
* | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -7/+0 |
* | Add a function to Passes.h to allow clients to create instances | Dan Gohman | 2009-11-01 | 1 | -0/+7 |
* | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -0/+6 |
* | Create a ScalarEvolution-based AliasAnalysis implementation. | Dan Gohman | 2009-08-26 | 1 | -0/+7 |
* | Add a basic static ProfileInfo provider (ProfileEstimatorPass). | Daniel Dunbar | 2009-08-08 | 1 | -0/+9 |
* | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 1 | -0/+8 |
* | Add a liveness analysis pass for LLVM IR values. This computes | Dan Gohman | 2009-03-19 | 1 | -0/+6 |
* | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Torok Edwin | 2008-12-16 | 1 | -0/+3 |
* | Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca... | Owen Anderson | 2008-08-15 | 1 | -7/+0 |
* | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner | 2008-05-07 | 1 | -0/+9 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | A shim over other AA impls to catch incorrect uses | Andrew Lenharth | 2006-11-14 | 1 | -0/+6 |
* | add a proto | Chris Lattner | 2005-10-24 | 1 | -0/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 |
* | Get VC++ compiling again | Jeff Cohen | 2005-01-28 | 1 | -7/+0 |
* | Apply feed back from Chris: | Jeff Cohen | 2005-01-10 | 1 | -2/+3 |
* | Add last four createXxxPass functions | Jeff Cohen | 2005-01-09 | 1 | -0/+28 |
* | Add even more missing createXxxPass functions. | Jeff Cohen | 2005-01-08 | 1 | -2/+58 |
* | Add new header | Chris Lattner | 2004-06-28 | 1 | -0/+29 |