Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb1dbb41f6d7eaa3b45793d3307fe092f635167
/
llvm
/
lib
/
Analysis
/
Analysis.cpp
f1f5452
Move the initialization to the Analysis library as well as the pass.
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
a6b91ac
Add a cost model analysis that allows us to estimate the cost of IR-level instructions.
by Nadav Rotem
· 13 years ago
6dc1e2f
Remove LoopDependenceAnalysis.
by Benjamin Kramer
· 13 years ago
59b61b9
dependence analysis
by Sebastian Pop
· 13 years ago
abbb01ab
Profile: set branch weight metadata with data generated from profiling.
by Manman Ren
· 13 years ago
5a656883
C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C.
by Benjamin Kramer
· 14 years ago
875ebd5
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
by Jakub Staszak
· 14 years ago
be52acc
Introduce BlockFrequency analysis for BasicBlocks.
by Jakub Staszak
· 14 years ago
49371f3
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
by Andrew Trick
· 14 years ago
57ee5a5
remove postdom frontiers, because it is dead. Forward dom frontiers are
by Chris Lattner
· 14 years ago
1610588
Delete the LiveValues pass. I won't get get back to the project it
by Dan Gohman
· 15 years ago
24f5ff0
Implementation of path profiling. Modified patch by Adam Preuss.
by Andrew Trick
· 15 years ago
6b0c4c9
Move DominanceFrontier from VMCore to Analysis.
by Cameron Zwarich
· 15 years ago
6875c2e
Add initialization routines for Analysis and IPA.
by Owen Anderson
· 15 years ago
25963c6
"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."
by Chris Lattner
· 16 years ago
7c50c9b
Tidy #includes.
by Dan Gohman
· 16 years ago
4a0da98
Expose Function::viewCFG and Function::viewCFGOnly to bindings.
by Erick Tryzelaar
· 18 years ago
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
34eb6d8
Adding bindings for memory buffers and module providers. Switching
by Gordon Henriksen
· 18 years ago
c3d661a
Bindings for the verifier.
by Gordon Henriksen
· 18 years ago