index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
Analysis.cpp
Age
Commit message (
Expand
)
Author
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-01-07
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
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
dependence analysis
Sebastian Pop
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2011-08-19
C API functions must be able to see their extern "C" definitions, or it will ...
Benjamin Kramer
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-06-23
Introduce BlockFrequency analysis for BasicBlocks.
Jakub Staszak
2011-06-04
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
Andrew Trick
2011-04-05
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
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
2011-01-18
Move DominanceFrontier from VMCore to Analysis.
Cameron Zwarich
2010-10-07
Add initialization routines for Analysis and IPA.
Owen Anderson
2010-01-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2009-08-11
Tidy #includes.
Dan Gohman
2008-03-31
Expose Function::viewCFG and Function::viewCFGOnly to bindings.
Erick Tryzelaar
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-19
Adding bindings for memory buffers and module providers. Switching
Gordon Henriksen
2007-10-06
Bindings for the verifier.
Gordon Henriksen