Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and relate...
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86MCTargetDesc.h
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-25 Craig Topper[X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
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.