index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
BlockFrequencyInfoImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optional arg to profile count getters to filter
Xinliang David Li
2019-04-24
1
-4
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-6
/
+6
*
[BFI] Use rounding while computing profile counts.
Easwaran Raman
2018-08-16
1
-1
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-38
/
+42
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-6
/
+6
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[Analysis] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-6
/
+6
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-1
/
+1
*
Irreducible loop metadata for more accurate block frequency under PGO.
Hiroshi Yamauchi
2017-11-02
1
-0
/
+21
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-07-21
1
-13
/
+33
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
[GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen
2016-08-22
1
-6
/
+3
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-02
1
-1
/
+7
*
[ADT] NFC: Generalize GraphTraits requirement of "NodeType *" in interfaces t...
Tim Shen
2016-08-01
1
-0
/
+1
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
1
-7
/
+1
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
1
-1
/
+7
*
[BFI]: NFC refactoring
Xinliang David Li
2016-06-22
1
-0
/
+16
*
fix spelling; NFC
Sanjay Patel
2016-05-09
1
-2
/
+2
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-3
/
+13
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
Manman Ren
2015-10-15
1
-0
/
+7
*
Temporarily revert r250345 to sort out bot failure.
Manman Ren
2015-10-15
1
-7
/
+0
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-14
1
-0
/
+7
*
Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.
Manman Ren
2015-10-14
1
-7
/
+0
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-13
1
-0
/
+7
*
Revert 250089 due to bot failure. It failed when building clang itself with PGO.
Manman Ren
2015-10-13
1
-7
/
+0
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-12
1
-0
/
+7
*
Fix PR 24723 - Handle 0-mass backedges in irreducible loops
Diego Novillo
2015-09-08
1
-1
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Add documentation for new backedge mass propagation in irregular loops.
Diego Novillo
2015-06-17
1
-3
/
+2
*
Fix PR 23525 - Separate header mass propagation in irregular loops.
Diego Novillo
2015-06-16
1
-21
/
+59
*
Remove 4,096 loop scale limitation.
Diego Novillo
2015-04-01
1
-21
/
+33
*
BFI: Saturate when combining edges to a successor
Duncan P. N. Exon Smith
2014-12-05
1
-4
/
+17
*
[modules] Stop excluding Support/Debug.h from the Support module. This header
Richard Smith
2014-10-13
1
-1
/
+0
*
[Modules] Add some missing includes to make files compile stand-alone.
Benjamin Kramer
2014-10-12
1
-1
/
+1
*
BFI: Improve assertion message, since it's actually firing
Duncan P. N. Exon Smith
2014-10-06
1
-1
/
+2
*
BFI: Add constructor for Weight
Duncan P. N. Exon Smith
2014-07-12
1
-5
/
+1
*
BFI: Clean up BlockMass
Duncan P. N. Exon Smith
2014-07-12
1
-10
/
+0
*
BFI: Mark the end of namespaces
Duncan P. N. Exon Smith
2014-07-11
1
-1
/
+2
*
Support: Move class ScaledNumber
Duncan P. N. Exon Smith
2014-06-24
1
-190
/
+0
*
BFI: Un-floatify more language
Duncan P. N. Exon Smith
2014-06-24
1
-23
/
+24
*
Support: Extract ScaledNumbers::MinScale and MaxScale
Duncan P. N. Exon Smith
2014-06-24
1
-10
/
+5
*
BFI: Change language from "exponent" to "scale"
Duncan P. N. Exon Smith
2014-06-23
1
-8
/
+8
*
BFI: Rename UnsignedFloat => ScaledNumber
Duncan P. N. Exon Smith
2014-06-23
1
-17
/
+17
*
Support: Write ScaledNumber::getQuotient() and getProduct()
Duncan P. N. Exon Smith
2014-06-20
1
-91
/
+0
*
blockfreq: Move include to .cpp
Duncan P. N. Exon Smith
2014-05-06
1
-0
/
+1
[next]