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
/
tools
/
llvm-profdata
/
llvm-profdata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-41
/
+27
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-27
/
+41
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-41
/
+27
*
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-27
/
+41
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
1
-40
/
+27
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-27
/
+40
*
Remove unused header, NFC
Vedant Kumar
2016-05-03
1
-1
/
+0
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-3
/
+4
*
Add a profile summary class specific to instrumentation profiles.
Easwaran Raman
2016-02-17
1
-2
/
+2
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-10
1
-4
/
+11
*
[PGO] Revert r260146 as it breaks Darwin platforms.
Rong Xu
2016-02-08
1
-11
/
+4
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-08
1
-4
/
+11
*
Refactor profile summary support code. NFC.
Easwaran Raman
2016-02-04
1
-0
/
+1
*
[Profiling] Add a -sparse mode to llvm-profdata merge
Vedant Kumar
2016-01-29
1
-3
/
+7
*
[PGO] fix a bug in profile summary computation
Xinliang David Li
2016-01-16
1
-1
/
+1
*
[PGO] Move profile summary interface/impl into InstrProf.[*] /NFC
Xinliang David Li
2016-01-14
1
-99
/
+0
*
llvm-profdata.cpp: Fix comment lines. [-Wdocumentation]
NAKAMURA Takumi
2016-01-14
1
-3
/
+3
*
Display detailed profile summary in llvm-profdata tool.
Easwaran Raman
2016-01-13
1
-16
/
+136
*
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
2015-12-20
1
-2
/
+5
*
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
2015-12-16
1
-1
/
+5
*
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
2015-12-15
1
-18
/
+58
*
Fix formatting. NFC.
Diego Novillo
2015-12-14
1
-8
/
+5
*
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
2015-12-04
1
-54
/
+16
*
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
2015-12-04
1
-16
/
+54
*
[PGO] Add --text option for llvm-profdata show|merge commands
Xinliang David Li
2015-11-23
1
-37
/
+70
*
[llvm-profdata] Use SmallSet rather that std::set for keeping track of profda...
Nathan Slingerland
2015-11-18
1
-3
/
+2
*
[llvm-profdata] Fix unhandled enumeration values warning
Nathan Slingerland
2015-11-18
1
-0
/
+2
*
[llvm-profdata] Show hint for other mismatch errors when merging instr profdata
Nathan Slingerland
2015-11-17
1
-1
/
+5
*
[llvm-profdata] Improve error messaging when merging mismatched profile data
Nathan Slingerland
2015-11-17
1
-4
/
+38
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
1
-13
/
+29
*
reverting r252916 to investigate test failure
Nathan Slingerland
2015-11-12
1
-29
/
+13
*
[llvm-profdata] Add check for text profile formats and improve error reporting
Nathan Slingerland
2015-11-12
1
-13
/
+29
*
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2015-11-02
1
-5
/
+9
*
Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
1
-1
/
+7
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-7
/
+22
*
Check for errors after reading a sample profile in llvm-profdata.
Diego Novillo
2015-09-17
1
-1
/
+3
*
modules: Move ProfileKinds to an anonymous namespace
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-13
/
+13
*
Assigning and copying command line option objects shouldn't be allowed.
Chris Bieneman
2015-01-22
1
-2
/
+4
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-13
/
+16
*
Add show and merge tools for sample PGO profiles.
Diego Novillo
2014-11-01
1
-38
/
+125
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-8
/
+8
*
Support: Fix option handling when using cl::Required with aliasopt
Justin Bogner
2014-07-14
1
-2
/
+2
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-4
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
ProfileData: Treat missing function counts as malformed
Justin Bogner
2014-04-25
1
-0
/
+1
[prev]
[next]