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
*
[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...
Kuba Mracek
2018-03-08
1
-0
/
+10
*
Revert r327053.
Kuba Mracek
2018-03-08
1
-7
/
+0
*
[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...
Kuba Mracek
2018-03-08
1
-0
/
+7
*
Revert r327029
Kuba Mracek
2018-03-08
1
-6
/
+0
*
[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...
Kuba Mracek
2018-03-08
1
-0
/
+6
*
[InstrProfiling] Emit the runtime hook when no counters are lowered
Vedant Kumar
2018-02-28
1
-12
/
+13
*
Fix DataFlowSanitizer instrumentation pass to take parameter position changes...
Peter Collingbourne
2018-02-22
1
-12
/
+89
*
[hwasan] Fix inline instrumentation.
Evgeniy Stepanov
2018-02-21
1
-5
/
+19
*
[hwasan] Fix kernel instrumentation of stack.
Evgeniy Stepanov
2018-02-09
1
-3
/
+21
*
[DSan] Update uses of memory intrinsic get/setAlignment to new API (NFC)
Daniel Neilson
2018-02-08
1
-4
/
+4
*
[ASan] Update uses of IRBuilder::CreateMemCpy to new API (NFC)
Daniel Neilson
2018-02-08
1
-1
/
+1
*
[MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC)
Daniel Neilson
2018-02-08
1
-19
/
+24
*
[InstrProfiling] Don't exit early when an unused intrinsic is found
Vedant Kumar
2018-01-27
1
-3
/
+6
*
[InstrProfiling] Improve compile time when there is no work
Vedant Kumar
2018-01-26
1
-2
/
+21
*
[asan] Fix kernel callback naming in instrumentation module.
Evgeniy Stepanov
2018-01-25
1
-3
/
+1
*
asan: allow inline instrumentation for the kernel
Dmitry Vyukov
2018-01-22
1
-1
/
+0
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-11
/
+10
*
[HWAsan] Fix uninitialized variable.
Benjamin Kramer
2018-01-18
1
-0
/
+1
*
[hwasan] LLVM-level flags for linux kernel-compatible hwasan instrumentation.
Evgeniy Stepanov
2018-01-17
1
-7
/
+23
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-1
/
+2
*
[hwasan] Rename sized load/store callbacks to be consistent with ASan.
Evgeniy Stepanov
2018-01-16
1
-1
/
+1
*
[hwasan] An LLVM flag to disable stack tag randomization.
Evgeniy Stepanov
2018-01-13
1
-15
/
+53
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-2
/
+2
*
[hwasan] Stack instrumentation.
Evgeniy Stepanov
2018-01-11
1
-3
/
+168
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-3
/
+4
*
[hwasan] Implement -fsanitize-recover=hwaddress.
Evgeniy Stepanov
2017-12-20
1
-7
/
+18
*
[PGO] add MST min edge selection heuristic to ensure non-zero entry count
Xinliang David Li
2017-12-18
1
-7
/
+67
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[hwasan] Inline instrumentation & fixed shadow.
Evgeniy Stepanov
2017-12-13
1
-3
/
+48
*
Split IndirectBr critical edges before PGO gen/use passes.
Hiroshi Yamauchi
2017-12-12
1
-0
/
+6
*
ASAN: Provide reliable debug info for local variables at -O0.
Adrian Prantl
2017-12-11
1
-2
/
+12
*
[MSan] Hotfix compilation
Alexander Potapenko
2017-12-11
1
-2
/
+2
*
[MSan] introduce getShadowOriginPtr(). NFC.
Alexander Potapenko
2017-12-11
1
-129
/
+191
*
[PGO] change arg type to uint64_t to match member field type
Xinliang David Li
2017-12-10
1
-2
/
+2
*
Register NetBSD/x86_64 in MemorySanitizer.cpp
Kamil Rytarowski
2017-12-09
1
-0
/
+22
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
3
-0
/
+284
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-1
/
+2
*
Revert r320104: infinite loop profiling bug fix
Xinliang David Li
2017-12-08
2
-32
/
+38
*
[PowerPC][asan] Update asan to handle changed memory layouts in newer kernels
Bill Seurer
2017-12-07
1
-1
/
+1
*
[PGO] detect infinite loop and form MST properly
Xinliang David Li
2017-12-07
2
-38
/
+32
*
[PGO] Make indirect call promotion a utility
Matthew Simpson
2017-12-06
1
-313
/
+10
*
Revert r319794: [PGO] detect infinite loop and form MST properly: memory lea...
Xinliang David Li
2017-12-05
2
-57
/
+15
*
[PGO] detect infinite loop and form MST properly
Xinliang David Li
2017-12-05
2
-15
/
+57
*
[msan] Add a fixme note for a minor deficiency.
Evgeniy Stepanov
2017-12-04
1
-0
/
+2
*
[PGO] Skip counter promotion for infinite loops
Xinliang David Li
2017-11-30
1
-0
/
+3
*
MSan: remove an unnecessary cast. NFC for userspace instrumenetation.
Alexander Potapenko
2017-11-23
1
-3
/
+3
*
[MSan] Move the access address check before the shadow access for that address
Alexander Potapenko
2017-11-23
1
-2
/
+1
*
[msan] Don't sanitize "nosanitize" instructions
Vitaly Buka
2017-11-20
1
-2
/
+14
*
Add heuristics for irreducible loop metadata under PGO
Hiroshi Yamauchi
2017-11-20
1
-1
/
+12
*
[asan] Use dynamic shadow on 32-bit Android, try 2.
Evgeniy Stepanov
2017-11-20
1
-11
/
+63
[next]