summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SampleProfile.cpp
Commit message (Expand)AuthorAge
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Extend and simplify the sample profile input file.Diego Novillo2014-01-10
* Propagation of profile samples through the CFG.Diego Novillo2014-01-10
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Refactor some code in SampleProfile.cppDiego Novillo2013-11-26
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-13
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13