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
*
[compiler-rt] Changing function prototype returning unused value
Etienne Bergeron
2016-09-15
1
-5
/
+10
*
Fix silly mistake introduced here : https://reviews.llvm.org/D24566
Etienne Bergeron
2016-09-15
1
-1
/
+1
*
address comments from: https://reviews.llvm.org/D24566
Etienne Bergeron
2016-09-15
1
-1
/
+1
*
[compiler-rt] Avoid instrumenting sanitizer functions
Etienne Bergeron
2016-09-14
1
-6
/
+10
*
Fix typo in comment [NFC]
Etienne Bergeron
2016-09-14
1
-1
/
+1
*
[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...
Kuba Brecka
2016-09-14
1
-1
/
+2
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-2
/
+52
*
[asan] Add flag to allow lifetime analysis of problematic allocas
Vitaly Buka
2016-09-10
1
-0
/
+6
*
[asan] Avoid lifetime analysis for allocas with can be in ambiguous state
Vitaly Buka
2016-09-08
1
-0
/
+75
*
Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...
Vitaly Buka
2016-09-07
1
-74
/
+0
*
[asan] Avoid lifetime analysis for allocas with can be in ambiguous state
Vitaly Buka
2016-09-07
1
-0
/
+74
*
Revert "[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtua...
Renato Golin
2016-09-07
1
-34
/
+9
*
[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory...
Sagar Thakur
2016-09-07
1
-9
/
+34
*
Add cast to appease windows builder. Fixes build break introduced in r280306.
Nick Lewycky
2016-08-31
1
-1
/
+1
*
Add -fprofile-dir= to clang.
Nick Lewycky
2016-08-31
1
-13
/
+30
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-6
/
+75
*
[asan] Enable new stack poisoning with store instruction by default
Vitaly Buka
2016-08-29
1
-1
/
+1
*
Use store operation to poison allocas for lifetime analysis.
Vitaly Buka
2016-08-29
1
-59
/
+106
*
[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka
2016-08-29
1
-4
/
+6
*
[asan] Use 1 byte aligned stores to poison shadow memory
Vitaly Buka
2016-08-22
1
-2
/
+2
*
[asan] Minimize code size by using __asan_set_shadow_* for large blocks
Vitaly Buka
2016-08-20
1
-5
/
+48
*
[asan] Initialize __asan_set_shadow_* callbacks
Vitaly Buka
2016-08-20
1
-0
/
+19
*
[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones
Vitaly Buka
2016-08-20
1
-47
/
+60
*
[asan] Cleanup instrumentation of dynamic allocas
Vitaly Buka
2016-08-20
1
-24
/
+44
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-20
1
-1
/
+4
*
Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...
Vitaly Buka
2016-08-19
1
-4
/
+1
*
Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones"
Vitaly Buka
2016-08-19
1
-55
/
+40
*
Revert "[asan] Fix size of shadow incorrectly calculated in r279178"
Vitaly Buka
2016-08-19
1
-2
/
+4
*
[asan] Fix size of shadow incorrectly calculated in r279178
Vitaly Buka
2016-08-19
1
-4
/
+2
*
[Profile] Fix edge count read bug
Xinliang David Li
2016-08-19
1
-2
/
+2
*
[Profile] Simple code refactoring for reuse /NFC
Xinliang David Li
2016-08-19
1
-12
/
+16
*
[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones
Vitaly Buka
2016-08-18
1
-40
/
+55
*
[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
[next]