summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SampleProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-4/+4
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-3/+3
* Extend and simplify the sample profile input file.Diego Novillo2014-01-101-106/+95
* Propagation of profile samples through the CFG.Diego Novillo2014-01-101-67/+605
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Refactor some code in SampleProfile.cppDiego Novillo2013-11-261-99/+112
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-131-4/+4
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-131-0/+479
OpenPOWER on IntegriCloud