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/libFuzzer] instrument comparisons with __sanitizer_cov_t...
Kostya Serebryany
2016-08-18
1
-8
/
+24
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-18
1
-1
/
+4
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag
Vitaly Buka
2016-08-16
1
-2
/
+3
*
[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.
Sagar Thakur
2016-08-16
1
-2
/
+2
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
1
-12
/
+22
*
[Profile] improve warning control option
Xinliang David Li
2016-08-11
1
-3
/
+4
*
[Profile] turn off verbose warnings by default
Xinliang David Li
2016-08-09
1
-1
/
+1
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
4
-5
/
+5
*
[Profile] IR profiling minor cleanup /nfc
Xinliang David Li
2016-08-01
1
-5
/
+15
*
[asan] Add const into few methods
Vitaly Buka
2016-07-28
1
-10
/
+10
*
[PGO] Fix profile mismatch in COMDAT function with pre-inliner
Rong Xu
2016-07-25
1
-15
/
+140
*
Unpoison stack before resume instruction
Vitaly Buka
2016-07-22
1
-0
/
+6
*
Sync up InstrProfData.inc with compiler-rt with fixes to references
Xinliang David Li
2016-07-22
1
-3
/
+3
*
Fix detection of stack-use-after scope for char arrays.
Vitaly Buka
2016-07-22
1
-0
/
+4
*
[Profile] deprecate __llvm_profile_override_default_filename
Xinliang David Li
2016-07-21
1
-16
/
+16
*
[PGO] Make needsComdatForCounter() available (NFC)
Rong Xu
2016-07-21
1
-27
/
+0
*
Avoid a string copy, NFC
Vedant Kumar
2016-07-21
1
-1
/
+1
*
Rename StringMap::emplace_second to try_emplace.
Benjamin Kramer
2016-07-21
1
-1
/
+1
*
[GCOV] Remove a layer of indirection.
Benjamin Kramer
2016-07-21
1
-18
/
+10
*
[tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*
Vedant Kumar
2016-07-19
1
-2
/
+3
*
Address review comments.
Teresa Johnson
2016-07-17
1
-0
/
+8
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-17
1
-8
/
+0
*
[sanitizer-coverage] make sure that calls to __sanitizer_cov_trace_pc are not...
Kostya Serebryany
2016-07-14
1
-1
/
+2
*
Remove unused variable to fix bot failure from r275216
Teresa Johnson
2016-07-12
1
-2
/
+1
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-12
3
-105
/
+22
*
[tsan] Try harder to not instrument gcov counters
Vedant Kumar
2016-07-07
1
-2
/
+2
*
[esan:cfrag] Add option -esan-aux-field-info
Qin Zhao
2016-07-07
1
-44
/
+66
*
[esan|wset] Fix incorrect memory size assert
Derek Bruening
2016-07-06
1
-2
/
+2
*
[asan] Add a hidden option for Mach-O global metadata liveness tracking
Ryan Govostes
2016-07-05
1
-0
/
+10
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-5
/
+2
*
[esan|cfrag] Add counters for struct array accesses
Qin Zhao
2016-07-02
1
-34
/
+87
*
[msan] Fix __msan_maybe_ for non-standard type sizes.
Evgeniy Stepanov
2016-07-01
1
-1
/
+1
*
[asan] fix false dynamic-stack-buffer-overflow report with constantly-sized d...
Kuba Brecka
2016-06-27
1
-9
/
+10
*
[msan] Tighten up type in StoreList. NFC.
Benjamin Kramer
2016-06-27
1
-13
/
+13
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
4
-37
/
+25
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-3
/
+1
*
[asan] Do not instrument accesses to profiling globals
Vedant Kumar
2016-06-22
1
-5
/
+14
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-12
/
+0
*
[asan] Do not instrument pointers with address space attributes
Anna Zaks
2016-06-22
2
-0
/
+17
*
Fix PR28219: Use profile summary from reader and not compute it
Easwaran Raman
2016-06-21
1
-4
/
+1
*
This is part of the effort for asan to support Windows 64 bit.
Etienne Bergeron
2016-06-21
1
-0
/
+4
*
clang format change /NFC
Xinliang David Li
2016-06-21
1
-28
/
+34
*
[tsan] Do not instrument accesses to the gcov counters array
Vedant Kumar
2016-06-20
1
-0
/
+4
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
4
-8
/
+54
*
[esan|cfrag] Add the struct field size array in StructInfo
Qin Zhao
2016-06-17
1
-2
/
+13
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
4
-11
/
+11
*
[esan|cfrag] Handle complex GEP instr in the cfrag tool
Qin Zhao
2016-06-10
1
-35
/
+42
*
[esan|cfrag] Add the struct field offset array in StructInfo
Qin Zhao
2016-06-10
1
-11
/
+29
*
[esan|cfrag] Disable load/store instrumentation for cfrag
Qin Zhao
2016-06-10
1
-3
/
+7
[next]