aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-03-24[PowerPC] Generate little-endian object filesUlrich Weigand1-0/+1
2013-09-09Generate compact unwind encoding from CFI directives.Bill Wendling1-1/+2
2013-08-08initial draft of PPCMachObjectWriter.cppDavid Fang1-0/+4
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt1-0/+1
2013-03-17To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru1-0/+4
2012-12-20Undefine PPC harder.Rafael Espindola1-0/+3
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky1-1/+1
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach1-0/+2
2011-12-22Move PPC bits to lib/Target/PowerPC.Rafael Espindola1-1/+9
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng1-4/+2
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng1-0/+12
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng1-0/+41