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
/
ProfileVerifierPass.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-16
Eliminate some calls to Value::getNameStr.
Benjamin Kramer
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
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-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-03-25
rename pred_const_iterator to const_pred_iterator for consistency's sake
Gabor Greif
2009-12-23
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-03
Convert ProfileVerifier to template so it can be used for different types of ...
Andreas Neustifter
2009-11-02
Apply fix for PR5135, Credit to Andreas Neustifter.
Edward O'Callaghan
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-09-11
Bugfix. Sorry.
Andreas Neustifter
2009-09-11
Make ProfileEstimator even more robust on general CFGs.
Andreas Neustifter
2009-09-10
Make ProfileEstimator more robust on general CFGs.
Andreas Neustifter
2009-09-09
Fixed wrong storage option for ProfileVerifierDisableAssertions.
Andreas Neustifter
2009-09-04
Prevent warnings on compilers for which its not clear that assert won't return.
Andreas Neustifter
2009-09-04
Cleaned up ProfileVerifierPass.
Andreas Neustifter
2009-09-01
Preparation for Optimal Edge Profiling:
Andreas Neustifter