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
/
include
/
llvm
/
Analysis
/
BlockFrequencyImpl.h
Age
Commit message (
Expand
)
Author
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-08-01
Add BlockFrequency::getEntryFrequency()
Jakub Staszak
2011-07-28
If run with -debug give more information about Cyclic Probability.
Jakub Staszak
2011-07-28
Fix stupid mistake from commit 136381.
Jakub Staszak
2011-07-28
Speed up BlockFrequencyInfo a little bit.
Jakub Staszak
2011-07-27
Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.
Jakub Staszak
2011-07-27
Edge to itself is backedge as well.
Jakub Staszak
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-22
Allow getBlockFreq to return 0.
Jakub Staszak
2011-07-16
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-06-23
Calculate backedge probability correctly.
Jakub Staszak
2011-06-23
Missing files for the BlockFrequency analysis added.
Jakub Staszak