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
/
Transforms
/
Instrumentation
/
InstrProfiling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-1
/
+5
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-5
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-4
/
+4
*
[PGO] Don't group COMDAT variables for compiler generated profile variables i...
Rong Xu
2019-09-30
1
-5
/
+1
*
[PGO] Don't use comdat groups for counters & data on COFF
Reid Kleckner
2019-09-17
1
-12
/
+17
*
[PGO] Use linkonce_odr linkage for __profd_ variables in comdat groups
Reid Kleckner
2019-09-16
1
-7
/
+8
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-6
/
+15
*
[profile] Solaris ld supports __start___llvm_prof_data etc. labels
Rainer Orth
2019-06-20
1
-1
/
+2
*
[InstrProf] Use separate comdat group for data and counters
Reid Kleckner
2019-02-27
1
-19
/
+12
*
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
Rong Xu
2019-02-27
1
-10
/
+43
*
Revert "[PGO] Context sensitive PGO (part 1)"
Vlad Tsyrklevich
2019-02-27
1
-43
/
+10
*
[PGO] Context sensitive PGO (part 1)
Rong Xu
2019-02-26
1
-10
/
+43
*
[InstrProf] Implement static profdata registration
Reid Kleckner
2019-02-08
1
-32
/
+52
*
[InstrProf] Avoid reconstructing Triple, NFC
Reid Kleckner
2019-02-07
1
-17
/
+15
*
[LICM/MSSA] Add promotion to scalars by building an AliasSetTracker with Memo...
Alina Sbirlea
2019-02-06
1
-1
/
+1
*
[PGO] Use a function for creating variable for profile file name. NFC.
Rong Xu
2019-02-05
1
-16
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-3
/
+5
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-3
/
+2
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-14
/
+11
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-11
/
+14
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-14
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add NetBSD support in needsRuntimeRegistrationOfSectionRange.
Kamil Rytarowski
2018-12-15
1
-0
/
+1
*
[InstrProf] Use atomic profile counter updates for TSan
Vedant Kumar
2018-08-16
1
-6
/
+16
*
[InstrProf] Don't register __llvm_profile_runtime_user
Reid Kleckner
2018-07-27
1
-1
/
+1
*
[profile] Support profiling runtime on Fuchsia
Petr Hosek
2018-07-25
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Fix Layering, move instrumentation transform headers into Instrumentation sub...
David Blaikie
2018-03-23
1
-1
/
+1
*
[InstrProfiling] Emit the runtime hook when no counters are lowered
Vedant Kumar
2018-02-28
1
-12
/
+13
*
[InstrProfiling] Don't exit early when an unused intrinsic is found
Vedant Kumar
2018-01-27
1
-3
/
+6
*
[InstrProfiling] Improve compile time when there is no work
Vedant Kumar
2018-01-26
1
-2
/
+21
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[PGO] Skip counter promotion for infinite loops
Xinliang David Li
2017-11-30
1
-0
/
+3
*
[PGO] Enhance pgo counter promotion
Xinliang David Li
2017-07-12
1
-42
/
+115
*
[PGO] Implementate profile counter regiser promotion
Xinliang David Li
2017-06-25
1
-15
/
+215
*
[InstrProf] Don't take the address of alwaysinline available_externally funct...
Vedant Kumar
2017-06-13
1
-1
/
+11
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-2
/
+2
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-30
/
+10
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-10
/
+10
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
1
-39
/
+24
*
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-16
1
-12
/
+75
*
Revert "[PGO] Value profile for size of memory intrinsic calls"
Eric Liu
2017-03-16
1
-75
/
+12
*
Fix build failure from r297897.
Rong Xu
2017-03-15
1
-3
/
+3
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-15
1
-12
/
+75
*
Re-apply "[profiling] Remove dead profile name vars after emitting name data"
Vedant Kumar
2017-02-14
1
-0
/
+5
*
Revert "[profiling] Remove dead profile name vars after emitting name data"
Vedant Kumar
2017-02-14
1
-3
/
+0
*
[profiling] Remove dead profile name vars after emitting name data
Vedant Kumar
2017-02-14
1
-0
/
+3
[next]