aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
AgeCommit message (Expand)Author
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2011-12-24Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola
2011-12-21Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola
2011-10-16Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-25Unbreak the build.Oscar Fuentes
2011-07-25More refactoring.Evan Cheng
2011-07-25Refactor X86 target to separate MC code from Target code.Evan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-07Add Mode64Bit feature and sink it down to MC layer.Evan Cheng
2011-07-06Rename files for consistency.Evan Cheng