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
*
AddressSanitizer: don't track swifterror memory addresses
Arnold Schwaighofer
2017-02-15
1
-3
/
+12
*
ThreadSanitizer: don't track swifterror memory addresses
Arnold Schwaighofer
2017-02-15
1
-0
/
+7
*
Re-apply "[profiling] Remove dead profile name vars after emitting name data"
Vedant Kumar
2017-02-14
1
-0
/
+5
*
Revert "[profiling] Remove dead profile name vars after emitting name data"
Vedant Kumar
2017-02-14
1
-3
/
+0
*
[profiling] Remove dead profile name vars after emitting name data
Vedant Kumar
2017-02-14
1
-0
/
+3
*
[sancov] using comdat only when it is enabled
Mike Aizatsky
2017-02-08
1
-3
/
+7
*
[sancov] specifying comdat for sancov constructors
Mike Aizatsky
2017-02-08
1
-1
/
+3
*
Fix variable name /NFC
Xinliang David Li
2017-02-04
1
-2
/
+2
*
[PGO] Add select instr profile in graph dump
Xinliang David Li
2017-02-03
1
-3
/
+32
*
[sanitizer coverage] Fix Instrumentation to work on Windows.
Marcos Pividori
2017-02-03
1
-21
/
+29
*
[PGO] internal option cleanups
Xinliang David Li
2017-02-02
1
-23
/
+37
*
[PGO] make graph view internal options available for all builds
Xinliang David Li
2017-02-02
1
-2
/
+0
*
SanitizerCoverage: Support sanitizer guard section on darwin
Justin Bogner
2017-02-01
1
-13
/
+30
*
[ICP] Fix bool conversion warning and actually write out the reason instead o...
Benjamin Kramer
2017-01-30
1
-1
/
+1
*
Expose isLegalToPromot as a global helper function so that SamplePGO pass can...
Dehao Chen
2017-01-30
1
-46
/
+36
*
[PGO] add debug option to view raw count after prof use annotation
Xinliang David Li
2017-01-27
1
-1
/
+59
*
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...
Kostya Serebryany
2017-01-24
1
-1
/
+1
*
Makes promoteIndirectCall an external function.
Dehao Chen
2017-01-23
1
-17
/
+7
*
[PGO] add debug option to view annotated cfg after prof use annotation
Xinliang David Li
2017-01-23
1
-0
/
+25
*
[Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w...
Eugene Zelenko
2017-01-18
1
-15
/
+38
*
[WebAssembly] Add triple support for the new wasm object format
Dan Gohman
2017-01-17
1
-1
/
+2
*
[asan] Don't overalign global metadata.
Evgeniy Stepanov
2017-01-12
1
-11
/
+12
*
[asan] Refactor instrumentation of globals.
Evgeniy Stepanov
2017-01-12
1
-145
/
+188
*
[asan] Set alignment of __asan_global_* globals to sizeof(GlobalStruct)
Kuba Mracek
2017-01-11
1
-6
/
+3
*
Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-11
2
-16
/
+28
*
Revert "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-10
2
-17
/
+15
*
[PGO] Turn off comdat renaming in IR PGO by default
Rong Xu
2017-01-10
2
-15
/
+17
*
[asan] Change the visibility of ___asan_globals_registered to hidden
Kuba Mracek
2017-01-06
1
-0
/
+1
*
[ASan] Make ASan instrument variable-masked loads and stores
Filipe Cabecinhas
2017-01-06
1
-41
/
+55
*
[sanitizer-coverage] sort the switch cases
Kostya Serebryany
2016-12-27
1
-0
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[asan] Don't skip instrumentation of masked load/store unless we've seen a fu...
Filipe Cabecinhas
2016-12-14
1
-3
/
+12
*
[asan] Hook ClInstrumentWrites and ClInstrumentReads to masked operation inst...
Filipe Cabecinhas
2016-12-14
1
-0
/
+4
*
[PGO] Fix insane counts due to nonreturn calls
Rong Xu
2016-12-13
1
-2
/
+11
*
[sanitizer-coverage] use IRB.SetCurrentDebugLocation after IRB.SetInsertPoint
Kostya Serebryany
2016-12-03
1
-1
/
+1
*
[PGO] Fix PGO use ICE when there are unreachable BBs
Rong Xu
2016-12-02
2
-21
/
+53
*
[asan/win] Align global registration metadata to its size
Reid Kleckner
2016-11-29
1
-2
/
+13
*
[asan] Make ASan compatible with linker dead stripping on Windows
Reid Kleckner
2016-11-21
1
-47
/
+97
*
[InstrProfiling] Mark __llvm_profile_instrument_target last parameter as i32 ...
Marcin Koscielnicki
2016-11-21
1
-11
/
+30
*
[asan] Turn on Mach-O global metadata liveness tracking by default
Anna Zaks
2016-11-17
1
-1
/
+1
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[sancov] Name the global containing the main source file name
Reid Kleckner
2016-11-16
1
-3
/
+3
*
[AddressSanitizer] Add support for (constant-)masked loads and stores.
Filipe Cabecinhas
2016-11-15
1
-14
/
+85
*
[sanitizer-coverage] make sure asan does not instrument coverage guards (repo...
Kostya Serebryany
2016-11-15
1
-1
/
+1
*
[AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.
Craig Topper
2016-11-15
1
-0
/
+31
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-32
/
+36
[next]