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