llvm-6502/lib
Daniel Sanders 849ca451c8 [mips] Correct r206370 to account for non-Linux targets using the small data section.
This should fix the ninja-x64-msvc-RA-centos6 builder.

I suspect the check in MipsSubtarget.cpp is incorrect and is really trying to
check for a bare-metal target rather and anything other than linux. I'll
investigate this.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206385 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-16 12:29:08 +00:00
..
Analysis RegionInfo: Do not access a value that was just moved away 2014-04-15 22:09:36 +00:00
AsmParser [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 2014-04-16 04:21:27 +00:00
Bitcode
CodeGen DAGCombiner: don't optimise non-existant litpool load 2014-04-16 09:03:09 +00:00
DebugInfo
ExecutionEngine [Allocator] Finally, finish nuking the redundant code that led me here 2014-04-15 09:44:09 +00:00
IR verify-di: Add back braces for MSVC compatability 2014-04-15 17:28:26 +00:00
IRReader
LineEditor
Linker
LTO verify-di: Implement DebugInfoVerifier 2014-04-15 16:27:38 +00:00
MC AArch64/ARM64: port across stub handling for ELF C++ exceptions. 2014-04-16 11:52:55 +00:00
Object
Option
ProfileData
Support
TableGen
Target [mips] Correct r206370 to account for non-Linux targets using the small data section. 2014-04-16 12:29:08 +00:00
Transforms [asan] add two new hidden compile-time flags for asan: asan-instrumentation-with-call-threshold and asan-memory-access-callback-prefix. This is part of the workaround for PR17409 (instrument huge functions with callbacks instead of inlined code). These flags will also help us experiment with kasan (kernel-asan) and clang 2014-04-16 12:12:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile