Scalar/PlaceSafepoints.cpp: Fix a warning introduced in r228090. [-Wunused-variable]
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-20 Duncan P. N. Exon... SampleProfile: Check for missing debug locations
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-10-30 Diego NovilloFix Twine corruption problem with diagnostics.
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-22 Diego NovilloShorten auto iterators for function basic blocks.
2014-10-22 Diego NovilloUse auto iteration in lib/Transforms/Scalar/SampleProfi...
2014-10-22 Diego NovilloChange error to warning when a profile cannot be found.
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.