llvm-6502/lib
Eric Christopher acbaac49dc Fix a problem where the AArch64 ELF assembler was failing with
-no-exec-stack. This was due to it not deriving from the correct
asm info base class and missing the override for the exec
stack section query. Added another line to the noexec test
line to make sure this doesn't regress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227074 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-26 06:32:17 +00:00
..
Analysis Implemented cost model for masked load/store operations. 2015-01-25 08:44:46 +00:00
AsmParser
Bitcode [Bitcode] Diagnose errors instead of asserting from bad input 2015-01-24 04:15:05 +00:00
CodeGen Debug info: Fix PR22296 by omitting the DW_AT_location if we lost the 2015-01-25 19:04:08 +00:00
DebugInfo
ExecutionEngine OrcJIT: Avoid non-static initializers. 2015-01-25 11:41:49 +00:00
IR [X86] Use i8 immediate for comparison type on AVX512 packed integer instructions. This matches floating point equivalents. Includes autoupgrade support to convert old code. 2015-01-25 23:26:02 +00:00
IRReader
LineEditor
Linker
LTO [PM] Rework how the TargetLibraryInfo pass integrates with the new pass 2015-01-24 02:06:09 +00:00
MC Add STB_GNU_UNIQUE to the ELF writer. 2015-01-23 04:44:35 +00:00
Object [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml 2015-01-25 13:29:25 +00:00
Option
ProfileData llvm-cov: Only combine segments if they overlap exactly 2015-01-24 20:58:52 +00:00
Support Add the triple for the Sony Playstation®4. 2015-01-25 22:46:59 +00:00
TableGen
Target Fix a problem where the AArch64 ELF assembler was failing with 2015-01-26 06:32:17 +00:00
Transforms [PM] General doxygen and comment cleanup for this pass. 2015-01-24 11:44:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile