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
...
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.
Sagar Thakur
2016-08-16
1
-2
/
+2
*
[msan] Fix __msan_maybe_ for non-standard type sizes.
Evgeniy Stepanov
2016-07-01
1
-1
/
+1
*
[msan] Tighten up type in StoreList. NFC.
Benjamin Kramer
2016-06-27
1
-13
/
+13
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-3
/
+14
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
[X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intr...
Simon Pilgrim
2016-05-25
1
-2
/
+0
*
[MSan] [PowerPC] Implement PowerPC64 vararg helper.
Marcin Koscielnicki
2016-05-13
1
-0
/
+161
*
[MSan] [AArch64] Fix vararg helper for >1 or non-int fixed arguments.
Marcin Koscielnicki
2016-05-09
1
-3
/
+13
*
[MSan] [X86] Fix vararg helper for fixed arguments in overflow area.
Marcin Koscielnicki
2016-05-06
1
-0
/
+11
*
[MSan] [MIPS64] Fix vararg helper for >1 fixed argument.
Marcin Koscielnicki
2016-05-05
1
-1
/
+2
*
Fix build by casting to the proper int type.
Ivan Krasin
2016-04-29
1
-1
/
+1
*
[msan] Handle vector compare x86 intrinsics.
Evgeniy Stepanov
2016-04-29
1
-0
/
+69
*
[Mips] [MSan] VarArgMIPS64Helper: Use target's endian, not host's.
Marcin Koscielnicki
2016-04-19
1
-6
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-22
/
+22
*
[msan] Add a comment with a bug link.
Evgeniy Stepanov
2016-03-16
1
-0
/
+3
*
[msan] Don't put module constructors in comdats.
Evgeniy Stepanov
2016-03-15
1
-3
/
+10
*
[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
[prev]
[next]