summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
Commit message (Expand)AuthorAge
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-10
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Enable ELF machine type to be specified explicitly in X86 backendMichael Liao2012-10-30
* Add register encoding support in X86 backendMichael Liao2012-10-04
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-21
* Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper2011-10-16
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Unbreak the build.Oscar Fuentes2011-07-25
* More refactoring.Evan Cheng2011-07-25
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Add Mode64Bit feature and sink it down to MC layer.Evan Cheng2011-07-07
* Rename files for consistency.Evan Cheng2011-07-06