summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add optional arg to profile count getters to filterXinliang David Li2019-04-241-4/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-6/+6
* [BFI] Use rounding while computing profile counts.Easwaran Raman2018-08-161-1/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-38/+42
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-6/+6
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [Analysis] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-6/+6
* Add a ProfileCount class to represent entry counts.Easwaran Raman2018-01-171-1/+1
* Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi2017-11-021-0/+21
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-07-211-13/+33
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-6/+3
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-021-1/+7
* [ADT] NFC: Generalize GraphTraits requirement of "NodeType *" in interfaces t...Tim Shen2016-08-011-0/+1
* Revert r277313 and r277314.Sean Silva2016-08-011-7/+1
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-011-1/+7
* [BFI]: NFC refactoringXinliang David Li2016-06-221-0/+16
* fix spelling; NFCSanjay Patel2016-05-091-2/+2
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-3/+13
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren2015-10-151-0/+7
* Temporarily revert r250345 to sort out bot failure.Manman Ren2015-10-151-7/+0
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-141-0/+7
* Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.Manman Ren2015-10-141-7/+0
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-131-0/+7
* Revert 250089 due to bot failure. It failed when building clang itself with PGO.Manman Ren2015-10-131-7/+0
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-121-0/+7
* Fix PR 24723 - Handle 0-mass backedges in irreducible loopsDiego Novillo2015-09-081-1/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Add documentation for new backedge mass propagation in irregular loops.Diego Novillo2015-06-171-3/+2
* Fix PR 23525 - Separate header mass propagation in irregular loops.Diego Novillo2015-06-161-21/+59
* Remove 4,096 loop scale limitation.Diego Novillo2015-04-011-21/+33
* BFI: Saturate when combining edges to a successorDuncan P. N. Exon Smith2014-12-051-4/+17
* [modules] Stop excluding Support/Debug.h from the Support module. This headerRichard Smith2014-10-131-1/+0
* [Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer2014-10-121-1/+1
* BFI: Improve assertion message, since it's actually firingDuncan P. N. Exon Smith2014-10-061-1/+2
* BFI: Add constructor for WeightDuncan P. N. Exon Smith2014-07-121-5/+1
* BFI: Clean up BlockMassDuncan P. N. Exon Smith2014-07-121-10/+0
* BFI: Mark the end of namespacesDuncan P. N. Exon Smith2014-07-111-1/+2
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-241-190/+0
* BFI: Un-floatify more languageDuncan P. N. Exon Smith2014-06-241-23/+24
* Support: Extract ScaledNumbers::MinScale and MaxScaleDuncan P. N. Exon Smith2014-06-241-10/+5
* BFI: Change language from "exponent" to "scale"Duncan P. N. Exon Smith2014-06-231-8/+8
* BFI: Rename UnsignedFloat => ScaledNumberDuncan P. N. Exon Smith2014-06-231-17/+17
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-201-91/+0
* blockfreq: Move include to .cppDuncan P. N. Exon Smith2014-05-061-0/+1
OpenPOWER on IntegriCloud