1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/test
Etienne Bergeron 446bf9baa1 [compiler-rt] Avoid instrumenting sanitizer functions
Summary:
Function __asan_default_options is called by __asan_init before the
shadow memory got initialized. Instrumenting that function may lead
to flaky execution.

As the __asan_default_options is provided by users, we cannot expect
them to add the appropriate function atttributes to avoid
instrumentation.

Reviewers: kcc, rnk

Subscribers: dberris, chrisha, llvm-commits

Differential Revision: https://reviews.llvm.org/D24566

llvm-svn: 281503
2016-09-14 17:18:37 +00:00
..
Analysis Create a getelementptr instead of sub expr for ValueOffsetPair if the 2016-09-14 04:39:50 +00:00
Assembler DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
Bindings
Bitcode DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
BugPoint
CodeGen [X86][SSE] Improve recognition of i64 sitofp conversions that can be performed as i32 (PR29078) 2016-09-14 17:15:26 +00:00
DebugInfo [ARM] Add ".code 32" to functions in the ARM instruction set 2016-09-13 12:18:15 +00:00
Demangle Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [compiler-rt] Avoid instrumenting sanitizer functions 2016-09-14 17:18:37 +00:00
Integer
JitListener
LibDriver
Linker DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
LTO
MC Revert r281336 (and r281337), it caused PR30372. 2016-09-13 18:17:00 +00:00
Object Next set of additional error checks for invalid Mach-O files for bad load commands 2016-09-13 21:42:28 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen [TableGen] AsmMatcher: Add AsmVariantName to Instruction class. 2016-09-08 15:50:52 +00:00
ThinLTO/X86 DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
tools [llvm-cov] Just emit the version number in the index file 2016-09-13 23:00:13 +00:00
Transforms [LV] Process pointer IVs with PHINodes in collectLoopUniforms 2016-09-14 14:47:40 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
lit.cfg Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
lit.site.cfg.in
TestRunner.sh