llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 166604e6ce shrink 4-byte branches to 1-byte branches when lowering from
MachineInstr -> MCInst.  This is what the assembler backend wants,
it relaxes from smaller to larger things.  This fixes rdar://7750815


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98493 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-14 17:04:18 +00:00
..
CMakeLists.txt Update CMake file (lexically order files). 2009-10-13 18:57:27 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86AsmPrinter.cpp eliminate the now-unneeded context argument of MBB::getSymbol() 2010-03-13 21:04:28 +00:00
X86AsmPrinter.h rearrange MCContext ownership. Before LLVMTargetMachine created it 2010-03-13 20:55:24 +00:00
X86ATTInstPrinter.cpp Make the operand and format specifier match, and print all 2010-02-17 00:37:20 +00:00
X86ATTInstPrinter.h enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86IntelInstPrinter.cpp enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86IntelInstPrinter.h enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86MCInstLower.cpp shrink 4-byte branches to 1-byte branches when lowering from 2010-03-14 17:04:18 +00:00
X86MCInstLower.h unify the paths for external symbols and global variables: 2010-02-08 23:03:41 +00:00