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
/
MemorySanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Put msan constructor in a comdat.
Evgeniy Stepanov
2016-02-12
1
-1
/
+3
*
[X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding...
Asaf Badouh
2016-02-07
1
-4
/
+4
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-6
/
+6
*
[sanitizer] [msan] Fix origin store of array types
Adhemerval Zanella
2016-01-11
1
-1
/
+1
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-5
/
+0
*
[sanitizer] [msan] VarArgHelper for AArch64
Adhemerval Zanella
2015-12-14
1
-0
/
+239
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-12
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-9
/
+8
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-8
/
+9
*
[sanitizer] [msan] Unify aarch64 mapping
Adhemerval Zanella
2015-10-29
1
-21
/
+4
*
[MemorySanitizer] NFC. Do not use GET_INTRINSIC_MODREF_BEHAVIOR table.
Igor Laevsky
2015-10-20
1
-28
/
+3
*
[msan] Fix crash on multiplication by a non-integer constant.
Evgeniy Stepanov
2015-10-14
1
-9
/
+15
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+6
*
New MSan mapping layout (llvm part).
Evgeniy Stepanov
2015-10-08
1
-7
/
+15
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-6
/
+5
*
[msan] Correct a typo in poison stack pattern command line description.
Evgeniy Stepanov
2015-10-05
1
-1
/
+1
*
[sanitizer] Add MSan support for AArch64
Adhemerval Zanella
2015-09-16
1
-0
/
+34
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+5
*
Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
2015-08-25
1
-0
/
+4
*
[msan] Precise instrumentation for icmp sgt %x, -1.
Evgeniy Stepanov
2015-08-25
1
-15
/
+20
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-8
/
+4
*
[msan] Fix handling of musttail calls.
Evgeniy Stepanov
2015-08-14
1
-0
/
+20
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+34
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-7
/
+7
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-34
/
+0
*
Address Reid's review feedback.
David Majnemer
2015-07-10
1
-8
/
+12
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+30
*
Teach LLVM about the PPC64 memory sanitizer implementation.
Jay Foad
2015-06-25
1
-0
/
+17
*
AVX-512: cvtusi2ss/d intrinsics.
Igor Breger
2015-06-17
1
-0
/
+2
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-33
/
+34
*
MSan: Use `createSanitizerCtor` to create ctor, and call `__msan_init`
Ismail Pazarbasi
2015-05-07
1
-3
/
+12
*
[opaque pointer type] More GEP IRBuilder API migrations
David Blaikie
2015-04-03
1
-4
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-23
/
+31
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+1
*
[MSan][MIPS] VarArgHelper for MIPS64
Mohit K. Bhakkad
2015-02-18
1
-0
/
+104
*
[X86] Remove AVX512 pslldq/psrldq shift intrinsics. They aren't implemented y...
Craig Topper
2015-02-18
1
-6
/
+0
*
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...
Craig Topper
2015-02-18
1
-8
/
+0
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
[msan] Fix "missing origin" in atomic store.
Evgeniy Stepanov
2015-02-06
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
*
[Msan] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
2014-12-18
1
-27
/
+106
*
[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
1
-1
/
+1
*
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
*
[msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-01
1
-9
/
+10
*
[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
[next]