Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -4/+4 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Re-sort #include lines again, prior to moving headers around. | Chandler Carruth | 2014-01-13 | 1 | -3/+3 |
* | Extend and simplify the sample profile input file. | Diego Novillo | 2014-01-10 | 1 | -106/+95 |
* | Propagation of profile samples through the CFG. | Diego Novillo | 2014-01-10 | 1 | -67/+605 |
* | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Refactor some code in SampleProfile.cpp | Diego Novillo | 2013-11-26 | 1 | -99/+112 |
* | Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi... | Alexey Samsonov | 2013-11-13 | 1 | -4/+4 |
* | SampleProfileLoader pass. Initial setup. | Diego Novillo | 2013-11-13 | 1 | -0/+479 |