1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Target/Sparc/MCTargetDesc
Rafael Espindola 80b0c0c71c Remove HasLEB128.
We already require CFI, so it should be safe to require .leb128 and .uleb128.

llvm-svn: 215712
2014-08-15 14:01:07 +00:00
..
CMakeLists.txt [Sparc] Add ELF Object Writer for Sparc. 2014-01-06 01:22:54 +00:00
LLVMBuild.txt [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter. 2013-12-26 01:49:59 +00:00
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 Completely rewrite ELFObjectWriter::RecordRelocation. 2014-03-29 06:26:49 +00:00
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 Remove the UseCFI option from createAsmStreamer. 2014-05-07 13:00:43 +00:00
SparcMCTargetDesc.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcTargetStreamer.cpp Construct the MCStreamer before constructing the MCTargetStreamer. 2014-01-26 06:06:37 +00:00