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
/
InstrProf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-4
/
+0
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-0
/
+4
*
[PGO] Fix typos from r359612. NFC.
Rong Xu
2019-10-01
1
-6
/
+6
*
InstrProf - avoid static analyzer dyn_cast<ConstantInt> null dereference warn...
Simon Pilgrim
2019-10-01
1
-4
/
+2
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-6
/
+5
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-3
/
+3
*
Fix a few -Werror warnings:
Eric Christopher
2019-04-30
1
-4
/
+3
*
[llvm-profdata] Add overlap command to compute similarity b/w two profile files
Rong Xu
2019-04-30
1
-0
/
+235
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-3
/
+2
*
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
Rong Xu
2019-02-27
1
-0
/
+19
*
Revert "[PGO] Context sensitive PGO (part 1)"
Vlad Tsyrklevich
2019-02-27
1
-19
/
+0
*
[PGO] Context sensitive PGO (part 1)
Rong Xu
2019-02-26
1
-0
/
+19
*
[PGO] Use a function for creating variable for profile file name. NFC.
Rong Xu
2019-02-05
1
-0
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PGO] Use SourceFileName rather module name in PGOFuncName
Rong Xu
2019-01-08
1
-5
/
+6
*
[PGO] Revert r350442 to fix commit message.
Rong Xu
2019-01-08
1
-6
/
+5
*
[PGO] Use SourceFileName rather module name in PGOFuncName
Rong Xu
2019-01-04
1
-5
/
+6
*
[InstrProf] Use comdats on COFF for available_externally functions
Reid Kleckner
2018-07-26
1
-2
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Revert "Revert "[InstrProf] Support for external functions in text format.""
Mircea Trofin
2018-03-22
1
-2
/
+1
*
Revert "[InstrProf] Support for external functions in text format."
Benjamin Kramer
2018-03-22
1
-1
/
+2
*
[InstrProf] Encapsulates access to AddrToMD5Map.
Mircea Trofin
2018-03-21
1
-24
/
+26
*
[InstrProf] Support for external functions in text format.
Mircea Trofin
2018-03-21
1
-2
/
+1
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-2
/
+2
*
[ProfData] Detect if zlib is available
David Blaikie
2017-07-21
1
-0
/
+5
*
llvm-profdata: Reduce memory usage by using Error callback rather than member
David Blaikie
2017-07-10
1
-21
/
+25
*
llvm-profdata: Indirect infrequently used fields to reduce memory usage
David Blaikie
2017-06-29
1
-8
/
+7
*
[ProfData] Make the method threadsafe
Xinliang David Li
2017-06-27
1
-2
/
+3
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-4
/
+8
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[InstrProf] Use more ArrayRef/StringRef.
Benjamin Kramer
2017-05-28
1
-8
/
+8
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-74
/
+16
*
[Profile] Make host tool aware of object format when quering prof section names
Xinliang David Li
2017-04-14
1
-1
/
+16
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-0
/
+84
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
1
-0
/
+21
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-0
/
+11
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
1
-6
/
+41
*
Fix comments. NFC.
Rong Xu
2017-02-27
1
-1
/
+1
*
[PGO] Directory name stripping in global identifier for static functions
Rong Xu
2017-02-25
1
-1
/
+34
*
[WebAssembly] Add triple support for the new wasm object format
Dan Gohman
2017-01-17
1
-1
/
+1
*
Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...
George Rimar
2017-01-17
1
-7
/
+10
*
Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...
George Rimar
2017-01-17
1
-10
/
+7
*
[Support/Compression] - Change zlib API to return Error instead of custom sta...
George Rimar
2017-01-17
1
-7
/
+10
*
Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-11
1
-0
/
+43
*
Revert "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-10
1
-43
/
+0
*
[PGO] Turn off comdat renaming in IR PGO by default
Rong Xu
2017-01-10
1
-0
/
+43
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
[PGO] Fix bogus warning for merging empty llvm profile file
Rong Xu
2016-10-19
1
-0
/
+2
*
[ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson
2016-08-29
1
-0
/
+3
*
[PGO] Make needsComdatForCounter() available (NFC)
Rong Xu
2016-07-21
1
-0
/
+26
[next]