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
/
ProfileData
/
InstrProfReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ADT] Replace std::isprint by llvm::isPrint.
Michael Kruse
2018-07-26
1
-1
/
+1
*
[profile] Fix binary format reader error propagation.
Mircea Trofin
2018-04-13
1
-5
/
+5
*
Revert "Revert "[InstrProf] Support for external functions in text format.""
Mircea Trofin
2018-03-22
1
-10
/
+9
*
Revert "[InstrProf] Support for external functions in text format."
Benjamin Kramer
2018-03-22
1
-14
/
+15
*
[InstrProf] Encapsulates access to AddrToMD5Map.
Mircea Trofin
2018-03-21
1
-1
/
+1
*
[InstrProf] Support for external functions in text format.
Mircea Trofin
2018-03-21
1
-15
/
+14
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-2
/
+2
*
[ProfileData] Fix data racing in merging indexed profiles
Rong Xu
2017-10-05
1
-2
/
+0
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
1
-10
/
+10
*
[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...
Eugene Zelenko
2017-06-21
1
-3
/
+3
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-3
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[PGO] Text format profile reader needs to clear the value profile
Rong Xu
2017-03-03
1
-1
/
+1
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
1
-10
/
+32
*
[PGO] Fix a bug in reading text format value profile.
Rong Xu
2017-02-27
1
-2
/
+3
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-1
/
+1
*
[PGO] Fix bogus warning for merging empty llvm profile file
Rong Xu
2016-10-19
1
-0
/
+3
*
[ProfileData] Clean up string handling a bit.
Benjamin Kramer
2016-05-29
1
-3
/
+3
*
[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.
Benjamin Kramer
2016-05-20
1
-1
/
+1
*
Remove specializations of ProfileSummary
Easwaran Raman
2016-05-19
1
-2
/
+3
*
Move ProfileSummary to IR.
Easwaran Raman
2016-05-19
1
-4
/
+18
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-89
/
+86
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-86
/
+89
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-89
/
+86
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-86
/
+89
*
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-89
/
+86
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
1
-87
/
+89
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-89
/
+87
*
[PGO] Use rsplit to parse value-data line in text profile file.
Rong Xu
2016-05-06
1
-1
/
+1
*
[profile] Remove unneeded field in raw profile reader
Xinliang David Li
2016-05-05
1
-8
/
+6
*
[ProfileData] Report errors from InstrProfSymtab::create
Vedant Kumar
2016-04-21
1
-3
/
+9
*
[PGO] Comment how function pointers for indirect calls are mapped to function...
Adam Nemet
2016-03-28
1
-0
/
+3
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-3
/
+2
*
Add a profile summary class specific to instrumentation profiles.
Easwaran Raman
2016-02-17
1
-3
/
+3
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-10
1
-5
/
+25
*
[PGO] Revert r260146 as it breaks Darwin platforms.
Rong Xu
2016-02-08
1
-25
/
+5
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-08
1
-5
/
+25
*
[PGO] Enable compression in pgo instrumentation
Xinliang David Li
2016-02-08
1
-9
/
+4
*
[PGO] Profile summary reader/writer support
Xinliang David Li
2016-02-03
1
-3
/
+36
*
[PGO] clean up and documentation
Xinliang David Li
2016-01-14
1
-3
/
+4
*
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
2015-12-20
1
-34
/
+50
*
[PGO] Value profiling text format reader/writer support
Xinliang David Li
2015-12-14
1
-0
/
+66
*
[PGO] Read VP raw data without depending on the Value field
Xinliang David Li
2015-12-11
1
-3
/
+9
*
[ProfileData] clang-format TextInstrProfReader::hasFormat. NFC.
Vedant Kumar
2015-12-11
1
-2
/
+3
*
Format fix (NFC)
Xinliang David Li
2015-12-10
1
-2
/
+4
*
[PGO] Unify VP data format between raw and indexed profile (Reader)
Xinliang David Li
2015-12-04
1
-38
/
+11
*
[PGO] Add support for reading multiple versions of indexed profile format pro...
Xinliang David Li
2015-12-01
1
-22
/
+27
*
Function name cleanup (NFC)
Xinliang David Li
2015-11-28
1
-4
/
+4
*
Minor cleanups (from review feedback)
Xinliang David Li
2015-11-18
1
-2
/
+4
*
[PGO] Value profiling support
Betul Buyukkurt
2015-11-18
1
-7
/
+76
[next]