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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
1
-21
/
+5
*
Remove two unused variables (-Werror).
Evgeniy Stepanov
2017-04-19
1
-3
/
+0
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2017-04-19
1
-66
/
+4
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-1
/
+1
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
2
-31
/
+13
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-3
/
+3
*
Fix test failure on windows: pass module to getInstrProfXXName calls
Xinliang David Li
2017-04-14
1
-4
/
+4
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
2
-12
/
+11
*
[asan] Give global metadata private linkage.
Evgeniy Stepanov
2017-04-11
1
-5
/
+6
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
5
-94
/
+105
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
5
-77
/
+77
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
5
-77
/
+77
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-4
/
+11
*
Revert "[asan] Put ctor/dtor in comdat."
Evgeniy Stepanov
2017-04-10
1
-41
/
+9
*
Revert "[asan] Fix dead stripping of globals on Linux."
Evgeniy Stepanov
2017-04-10
1
-103
/
+6
*
[PGO] Preserve GlobalsAA in pgo-memop-opt pass.
Rong Xu
2017-04-06
1
-1
/
+5
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
5
-128
/
+126
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
5
-126
/
+128
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-06
1
-6
/
+103
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-04-06
1
-9
/
+41
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-04-06
1
-16
/
+13
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
4
-55
/
+385
*
Revert "[asan] Delay creation of asan ctor."
Alex Shlyapnikov
2017-03-27
1
-13
/
+16
*
Revert "[asan] Put ctor/dtor in comdat."
Alex Shlyapnikov
2017-03-27
1
-41
/
+9
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-03-25
1
-9
/
+41
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-03-24
1
-16
/
+13
*
[sancov] Don't instrument blocks with no insertion point
Reid Kleckner
2017-03-23
1
-0
/
+5
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-2
/
+3
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
3
-36
/
+39
*
Revert r298158.
Evgeniy Stepanov
2017-03-20
1
-102
/
+6
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-03-17
1
-6
/
+102
*
[coverity] Fix uninit variable.
Vassil Vassilev
2017-03-17
1
-1
/
+1
*
[PGO] Change the internal options description. nfc.
Rong Xu
2017-03-17
1
-3
/
+5
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-17
1
-5
/
+22
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-4
/
+3
*
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-16
2
-14
/
+161
*
Revert "[PGO] Value profile for size of memory intrinsic calls"
Eric Liu
2017-03-16
2
-158
/
+13
*
Revert "Revert "[PGO] Minor cleanup for count instruction in SelectInstVisito...
Vitaly Buka
2017-03-15
1
-1
/
+4
*
Revert "[PGO] Minor cleanup for count instruction in SelectInstVisitor."
Vitaly Buka
2017-03-15
1
-4
/
+1
*
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
2
-13
/
+158
*
[PGO] Minor cleanup for count instruction in SelectInstVisitor.
Rong Xu
2017-03-15
1
-1
/
+4
*
[PGO] Refactor the code for value profile annotation
Rong Xu
2017-03-15
1
-29
/
+38
*
Minor format change. nfc.
Rong Xu
2017-03-09
1
-5
/
+5
*
[msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
Evgeniy Stepanov
2017-03-03
1
-4
/
+46
*
[msan] Remove stale comments.
Evgeniy Stepanov
2017-03-03
1
-2
/
+0
*
[AddressSanitizer] Put shadow at 0 for Fuchsia
Petr Hosek
2017-02-27
1
-1
/
+6
*
[msan] Fix instrumentation of array allocas.
Evgeniy Stepanov
2017-02-24
1
-6
/
+7
*
Add call branch annotation for ICP promoted direct call in SamplePGO mode.
Dehao Chen
2017-02-23
1
-14
/
+42
*
[AddressSanitizer] Add PS4 offset
Filipe Cabecinhas
2017-02-23
1
-3
/
+7
[next]