index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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