[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
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.