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
*
tsan: properly instrument unaligned accesses
Dmitry Vyukov
2015-01-27
1
-1
/
+22
*
[sancov] Fix unspecified constructor order between sancov and asan.
Evgeniy Stepanov
2015-01-27
1
-1
/
+1
*
[ASan/Win] Move the shadow to 0x30000000
Timur Iskhodzhanov
2015-01-22
1
-1
/
+1
*
[msan] Update origin for the entire destination range on memory store.
Evgeniy Stepanov
2015-01-21
1
-9
/
+49
*
[msan] Optimize -msan-check-constant-shadow.
Evgeniy Stepanov
2015-01-20
1
-8
/
+26
*
[MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Mohit K. Bhakkad
2015-01-20
1
-25
/
+52
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-1
/
+1
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-1
/
+1
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-2
/
+2
*
Update libdeps since TLI was moved from Target to Analysis in r226078.
NAKAMURA Takumi
2015-01-15
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000
Timur Iskhodzhanov
2015-01-12
1
-0
/
+4
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+1
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
1
-25
/
+12
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-18
/
+34
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-12
/
+24
*
Remove dynamic allocation/indirection from GCOVBlocks owned by GCOVFunction
David Blaikie
2014-12-22
1
-22
/
+25
*
[Msan] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
2014-12-18
1
-27
/
+106
*
[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part
Kostya Serebryany
2014-12-17
1
-4
/
+2
*
[sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
2014-12-16
1
-0
/
+7
*
[ASan] Change fake stack and local variables handling.
Alexey Samsonov
2014-12-11
1
-44
/
+104
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
2
-17
/
+18
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
3
-0
/
+311
*
LLVMInstrumentation requires MC since r223532.
NAKAMURA Takumi
2014-12-06
1
-1
/
+1
*
Recommit of r223513 and r223514.
Kuba Brecka
2014-12-05
1
-34
/
+48
*
Reverting r223513 and r223514.
Kuba Brecka
2014-12-05
1
-48
/
+34
*
[DFSAN][MIPS][LLVM] Defining ShadowPtrMask variable for MIPS64
Peter Collingbourne
2014-12-05
1
-1
/
+12
*
AddressSanitizer - Don't instrument globals from cstring_literals sections. (...
Kuba Brecka
2014-12-05
1
-34
/
+48
*
[msan] Avoid extra origin address realignment.
Evgeniy Stepanov
2014-12-05
1
-21
/
+24
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part
Kostya Serebryany
2014-12-03
2
-2
/
+5
*
msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-03
1
-10
/
+13
*
Revert r222997. The newly added compile-time checks are finding missing origi...
Nick Lewycky
2014-12-03
1
-10
/
+9
*
Emit the entry block first and the exit block second, then all the blocks in ...
Nick Lewycky
2014-12-03
1
-3
/
+7
*
[msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-01
1
-9
/
+10
*
[asan] Change dynamic alloca instrumentation to only consider allocas that ar...
Yury Gribov
2014-12-01
1
-3
/
+35
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
3
-716
/
+0
*
[msan] Fix origin propagation for select of floats.
Evgeniy Stepanov
2014-11-28
1
-3
/
+4
*
[msan] Remove indirect call wrapping code.
Evgeniy Stepanov
2014-11-27
1
-89
/
+1
*
[asan/coverage] change the way asan coverage instrumentation is done: instead...
Kostya Serebryany
2014-11-24
1
-10
/
+7
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-2
/
+2
*
[asan] remove old experimental code
Kostya Serebryany
2014-11-21
1
-38
/
+0
*
[asan] add statistic counter to dynamic alloca instrumentation
Kostya Serebryany
2014-11-21
1
-0
/
+3
*
[asan] Add new hidden compile-time flag asan-instrument-allocas to sanitize v...
Yury Gribov
2014-11-21
1
-6
/
+227
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...
Kostya Serebryany
2014-11-19
2
-7
/
+43
*
Fix 80 cols caught by the linter...
David Blaikie
2014-11-14
2
-6
/
+9
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
4
-56
/
+56
*
[asan] adding ShadowOffset64 for mips64, patch by Kumar Sukhani
Kostya Serebryany
2014-11-11
1
-0
/
+5
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
4
-148
/
+263
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
4
-9
/
+7
[next]