summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SampleProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Fix some doc and comment typosAlp Toker2014-04-091-1/+1
* Tolerate unmangled names in sample profiles.Diego Novillo2014-03-181-6/+12
* Remove named Twine.David Blaikie2014-03-161-4/+2
* SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.NAKAMURA Takumi2014-03-151-2/+4
* SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twi...NAKAMURA Takumi2014-03-151-5/+3
* Re-format SampleProfile.cpp with clang-format. No functional changes.Diego Novillo2014-03-141-2/+2
* Use DiagnosticInfo facility.Diego Novillo2014-03-141-14/+46
* Use discriminator information in sample profiles.Diego Novillo2014-03-101-40/+85
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-4/+3
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-4/+4
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* Include <cctype> for isdigit().Logan Chien2014-02-221-0/+1
* [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