Two changes relevant to LEA and x32:
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86MCTargetDesc.h
2012-10-30 Michael LiaoEnable ELF machine type to be specified explicitly...
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-10-16 Craig TopperAdd X86 feature detection support for BMI instructions...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Oscar FuentesUnbreak the build.
2011-07-25 Evan ChengMore refactoring.
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-06 Evan ChengRename files for consistency.