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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the bug when SampleProfileWriter writes out number of callsites.
Dehao Chen
2017-08-03
1
-1
/
+4
*
[Coverage] Add an API to retrive all instantiations of a function (NFC)
Vedant Kumar
2017-08-02
1
-7
/
+7
*
[llvm-cov] Allow specifying distinct architectures for each loaded binary
Vedant Kumar
2017-08-01
1
-3
/
+4
*
[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
2
-33
/
+40
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
2
-20
/
+26
*
[Coverage] Remove two overloads of CoverageMapping::load. NFC.
Vedant Kumar
2017-06-30
1
-12
/
+0
*
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
*
[Coverage] Improve readability by using a struct. NFC.
Vedant Kumar
2017-06-26
1
-22
/
+20
*
[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...
Eugene Zelenko
2017-06-21
4
-23
/
+21
*
[Coverage] PR33517: Check for failure to load func records
Vedant Kumar
2017-06-20
1
-0
/
+3
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
4
-9
/
+21
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
6
-7
/
+7
*
[InstrProf] Use more ArrayRef/StringRef.
Benjamin Kramer
2017-05-28
1
-8
/
+8
*
Change sample profile writer to make it deterministic.
Dehao Chen
2017-05-11
1
-4
/
+38
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
2
-77
/
+21
*
[Profile] Make host tool aware of object format when quering prof section names
Xinliang David Li
2017-04-14
2
-12
/
+26
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
2
-3
/
+91
*
SamplePGO: convert callsite samples map key from callsite_location to callsit...
Dehao Chen
2017-04-13
3
-33
/
+38
*
[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
*
[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
9
-97
/
+241
*
[PGO] Fix a bug in reading text format value profile.
Rong Xu
2017-02-27
1
-2
/
+3
*
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
*
Fix an obvious bug in SampleProfileReaderGCC.
Dehao Chen
2017-02-22
1
-5
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+7
*
[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
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-1
/
+1
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
3
-3
/
+3
*
[PGO] Fix bogus warning for merging empty llvm profile file
Rong Xu
2016-10-19
2
-0
/
+5
*
[Coverage] Support loading multiple binaries into a CoverageMapping
Vedant Kumar
2016-10-14
1
-16
/
+40
*
[Coverage] Factor out logic to create FunctionRecords (NFC)
Vedant Kumar
2016-10-12
1
-40
/
+45
*
NFC Add const
Piotr Padlewski
2016-09-30
1
-3
/
+3
*
[Coverage] Make sorting criteria for CounterMappingRegions local.
Igor Kudrin
2016-08-31
1
-2
/
+10
*
[ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson
2016-08-29
1
-0
/
+3
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
1
-3
/
+16
*
[PGO] Make needsComdatForCounter() available (NFC)
Rong Xu
2016-07-21
1
-0
/
+26
*
Retry: [llvm-profdata] Speed up merging by using a thread pool
Vedant Kumar
2016-07-19
1
-0
/
+8
*
Revert "[llvm-profdata] Speed up merging by using a thread pool"
Vedant Kumar
2016-07-19
1
-8
/
+0
[next]