index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ProfileVerifierPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
rename pred_const_iterator to const_pred_iterator for consistency's sake
Gabor Greif
2010-03-25
1
-3
/
+3
*
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-23
1
-8
/
+8
*
Convert ProfileVerifier to template so it can be used for different types of ...
Andreas Neustifter
2009-12-03
1
-243
/
+276
*
Apply fix for PR5135, Credit to Andreas Neustifter.
Edward O'Callaghan
2009-11-02
1
-1
/
+2
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Bugfix. Sorry.
Andreas Neustifter
2009-09-11
1
-1
/
+1
*
Make ProfileEstimator even more robust on general CFGs.
Andreas Neustifter
2009-09-11
1
-14
/
+25
*
Make ProfileEstimator more robust on general CFGs.
Andreas Neustifter
2009-09-10
1
-6
/
+17
*
Fixed wrong storage option for ProfileVerifierDisableAssertions.
Andreas Neustifter
2009-09-09
1
-36
/
+107
*
Prevent warnings on compilers for which its not clear that assert won't return.
Andreas Neustifter
2009-09-04
1
-0
/
+1
*
Cleaned up ProfileVerifierPass.
Andreas Neustifter
2009-09-04
1
-57
/
+78
*
Preparation for Optimal Edge Profiling:
Andreas Neustifter
2009-09-01
1
-0
/
+228