llvm-6502/lib/Target/Sparc/MCTargetDesc
Rafael Espindola a348fc7fda Remove HasLEB128.
We already require CFI, so it should be safe to require .leb128 and .uleb128.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215712 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-15 14:01:07 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
SparcAsmBackend.cpp Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. 2014-06-19 06:10:58 +00:00
SparcELFObjectWriter.cpp
SparcFixupKinds.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcMCAsmInfo.cpp Remove HasLEB128. 2014-08-15 14:01:07 +00:00
SparcMCAsmInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcMCCodeEmitter.cpp Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. 2014-06-19 06:10:58 +00:00
SparcMCExpr.cpp If available, pass down the Fixup object to EvaluateAsRelocatable. 2014-08-10 11:35:12 +00:00
SparcMCExpr.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcMCTargetDesc.cpp
SparcMCTargetDesc.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcTargetStreamer.cpp