| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bugfix. Sorry. | Andreas Neustifter | 2009-09-11 | 1 | -1/+1 | 
| | | | | | llvm-svn: 81517 | ||||
| * | Make ProfileEstimator even more robust on general CFGs. | Andreas Neustifter | 2009-09-11 | 1 | -14/+25 | 
| | | | | | llvm-svn: 81516 | ||||
| * | Make ProfileEstimator more robust on general CFGs. | Andreas Neustifter | 2009-09-10 | 1 | -6/+17 | 
| | | | | | llvm-svn: 81450 | ||||
| * | Fixed wrong storage option for ProfileVerifierDisableAssertions. | Andreas Neustifter | 2009-09-09 | 1 | -36/+107 | 
| | | | | | | | | | | | Fixed non working -profile-verifier-noassert option. Fixed missing newline in debugEntry(). Cleaned up assert messages. (assert(0 && Message) is still shown, but the message is printed before.) When verifiying loaded profiles the ProfileVerifier got confused when block was a setjmp target, this is checked now. When verifiying loaded profiles the ProfileVerifier got confused when block eventually reaching an exit(), this is checked now. llvm-svn: 81338 | ||||
| * | Prevent warnings on compilers for which its not clear that assert won't return. | Andreas Neustifter | 2009-09-04 | 1 | -0/+1 | 
| | | | | | llvm-svn: 81044 | ||||
| * | Cleaned up ProfileVerifierPass. | Andreas Neustifter | 2009-09-04 | 1 | -57/+78 | 
| | | | | | | | (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090831/086219.html) llvm-svn: 81007 | ||||
| * | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -0/+228 | 
| This adds a pass to verify the current profile against the flow conditions. This is very helpful when later on trying to perserve the profiling information during all passes. llvm-svn: 80666 | |||||

