Support using sample profiles with partial debug info.
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
2014-10-22 Diego NovilloSupport using sample profiles with partial debug info.
2014-09-09 NAKAMURA TakumiSampleProfile.cpp: Prune a stray \param added in r21743...
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-09 Alp TokerFix some doc and comment typos
2014-03-18 Diego NovilloTolerate unmangled names in sample profiles.
2014-03-16 David BlaikieRemove named Twine.
2014-03-15 NAKAMURA TakumiSampleProfile.cpp: Fix take #2. The issue was abuse...
2014-03-15 NAKAMURA TakumiSampleProfile.cpp: Quick fix to r203976 about abuse...
2014-03-14 Diego NovilloRe-format SampleProfile.cpp with clang-format. No funct...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-10 Diego NovilloUse discriminator information in sample profiles.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-02-22 Logan ChienInclude <cctype> for isdigit().
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-10 Diego NovilloExtend and simplify the sample profile input file.
2014-01-10 Diego NovilloPropagation of profile samples through the CFG.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-26 Diego NovilloRefactor some code in SampleProfile.cpp
2013-11-13 Alexey SamsonovFix -Wdelete-non-virtual-dtor warnings by making Sample...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.