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
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+1
*
[msan] Workaround for invalid origins in shufflevector.
Evgeniy Stepanov
2014-06-09
1
-4
/
+8
*
[msan] Fix vector pack intrinsic handling.
Evgeniy Stepanov
2014-06-09
1
-8
/
+72
*
[asancov] Fix coverage line info some more.
Evgeniy Stepanov
2014-06-05
1
-2
/
+4
*
Fix coverage for files with global constructors again. Adds a testcase to the...
Nick Lewycky
2014-06-05
1
-0
/
+10
*
Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...
Nick Lewycky
2014-06-04
1
-0
/
+4
*
[asan] Fix coverage instrumentation with -asan-globals=0.
Evgeniy Stepanov
2014-06-03
1
-25
/
+32
*
Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...
Nick Lewycky
2014-06-03
1
-2
/
+4
*
Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Alexey Samsonov
2014-06-02
3
-45
/
+14
*
[msan] Remove an out-of-date comment.
Evgeniy Stepanov
2014-06-02
1
-2
/
+0
*
[msan] Handle x86 vector pack intrinsics.
Evgeniy Stepanov
2014-06-02
1
-0
/
+36
*
[ASan] Behave the same for functions w/o sanitize_address attribute and black...
Alexey Samsonov
2014-05-31
1
-2
/
+1
*
[TSan] Behave the same for functions w/o sanitize_thread attribute and blackl...
Alexey Samsonov
2014-05-31
1
-5
/
+7
*
Use range-based for loops in ASan, TSan and MSan
Alexey Samsonov
2014-05-29
3
-97
/
+81
*
[ASan] Hoist blacklisting globals from init-order checking to Clang.
Alexey Samsonov
2014-05-29
1
-2
/
+0
*
Fix typo in variable name
Alexey Samsonov
2014-05-29
1
-3
/
+3
*
[ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...
Alexey Samsonov
2014-05-29
1
-34
/
+23
*
[asancov] Don't emit extra runtime calls when compiling without coverage.
Evgeniy Stepanov
2014-05-28
1
-3
/
+5
*
[asancov] Emit an initializer passing number of coverage code locations in ea...
Evgeniy Stepanov
2014-05-27
1
-4
/
+14
*
[asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...
Kostya Serebryany
2014-05-26
1
-1
/
+1
*
[asan] properly instrument memory accesses that have small alignment (smaller...
Kostya Serebryany
2014-05-23
1
-9
/
+19
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
[asan] Fix compiler warnings.
Evgeniy Stepanov
2014-05-14
1
-5
/
+3
*
[asan] Set debug location in ASan function prologue.
Evgeniy Stepanov
2014-05-14
1
-2
/
+14
*
[msan] Fix -fsanitize=memory -fno-integrated-as.
Evgeniy Stepanov
2014-05-07
1
-1
/
+1
*
Fix ASan init function detection after clang r208128.
Nico Weber
2014-05-06
1
-3
/
+24
*
[ASan/Win] Fix issue 305 -- don't instrument .CRT initializer/terminator call...
Timur Iskhodzhanov
2014-05-05
1
-4
/
+14
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
7
-74
/
+79
*
[ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)
Alexander Potapenko
2014-04-23
1
-1
/
+4
*
Fix handling of missing DataLayout in sanitizers.
Evgeniy Stepanov
2014-04-23
4
-4
/
+4
*
[asan] Support outline instrumentation for wide types and delete dead code, p...
Kostya Serebryany
2014-04-22
1
-27
/
+12
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
6
-11
/
+12
*
Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler.
David Blaikie
2014-04-21
1
-14
/
+10
*
[msan] Enable out-of-line instrumentation for large functions by default.
Evgeniy Stepanov
2014-04-21
1
-1
/
+1
*
[asan] add a run-time flag detect_container_overflow=true/false
Kostya Serebryany
2014-04-21
1
-1
/
+1
*
[asan] instead of inserting inline instrumentation around memset/memcpy/memmo...
Kostya Serebryany
2014-04-21
1
-29
/
+33
*
[asan] temporary disable generating __asan_loadN/__asan_storeN
Kostya Serebryany
2014-04-21
1
-11
/
+6
*
[asan] insert __asan_loadN/__asan_storeN as out-lined asan checks, llvm part
Kostya Serebryany
2014-04-21
1
-3
/
+15
*
Check whether functions have any lines associated before emitting coverage in...
Nick Lewycky
2014-04-18
1
-0
/
+17
*
[msan] Add -msan-instrumentation-with-call-threshold.
Evgeniy Stepanov
2014-04-18
1
-42
/
+110
*
[asan] one more workaround for PR17409: don't do BB-level coverage instrument...
Kostya Serebryany
2014-04-18
1
-1
/
+6
*
[asan] add two new hidden compile-time flags for asan: asan-instrumentation-w...
Kostya Serebryany
2014-04-16
1
-27
/
+56
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
3
-11
/
+6
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-2
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-2
/
+1
*
[msan] More precise instrumentation of select IR.
Evgeniy Stepanov
2014-03-25
1
-19
/
+41
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
3
-5
/
+0
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+0
[next]