1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Target/ARM/MCTargetDesc
Jim Grosbach 39dbf3f09e Revert r150222, as the clang driver now handles this properly.
Now that the clang driver passes the CPU and feature information to
the backend when processing assembly files (150273), this isn't necessary.

llvm-svn: 150274
2012-02-10 20:38:46 +00:00
..
ARMAddressingModes.h Convert assert(0) to llvm_unreachable 2012-02-07 02:50:20 +00:00
ARMAsmBackend.cpp Silence warnings about mixing enums. 2012-01-19 21:11:13 +00:00
ARMBaseInfo.h Move default case for covered enum outside of switch. 2012-01-10 19:43:09 +00:00
ARMELFObjectWriter.cpp Convert assert(0) to llvm_unreachable 2012-02-07 02:50:20 +00:00
ARMFixupKinds.h ARM assembly parsing and encoding support for LDRD(label). 2011-12-19 23:06:24 +00:00
ARMMachObjectWriter.cpp Better user diagnostics for more ARM MachO relocation errors. 2012-01-27 00:37:12 +00:00
ARMMCAsmInfo.cpp Revert r148686 (and r148694, a fix to it) due to a serious layering 2012-01-24 00:30:17 +00:00
ARMMCAsmInfo.h Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
ARMMCCodeEmitter.cpp Convert assert(0) to llvm_unreachable 2012-02-07 02:50:20 +00:00
ARMMCExpr.cpp Convert assert(0) to llvm_unreachable 2012-02-07 02:50:20 +00:00
ARMMCExpr.h
ARMMCTargetDesc.cpp Revert r150222, as the clang driver now handles this properly. 2012-02-10 20:38:46 +00:00
ARMMCTargetDesc.h Move the ARM specific parts of the ELF writer to Target/ARM. 2011-12-22 00:37:50 +00:00
CMakeLists.txt Hopefully fix the cmake build. 2011-12-22 01:11:01 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile