summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
Commit message (Expand)AuthorAgeFilesLines
* [X86][Btver2] Fix latency and throughput of CMPXCHG instructions.Andrea Di Biagio2019-08-201-0/+4
* [X86] Use Register/MCRegister in more places in X86Craig Topper2019-08-161-3/+4
* [X86] Create a TargetInfo header. NFCRichard Trieu2019-05-151-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TableGen] Refactor macro names (NFC)Evandro Menezes2018-11-271-1/+1
* [X86][BtVer2] correctly model the latency/throughput of LEA instructions.Andrea Di Biagio2018-07-191-0/+1
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-10/+7
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-1/+1
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-4/+6
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-1/+2
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+10
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-7/+10
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+2
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-2/+5
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-1/+1
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-1/+1
* Delete MCRelocationInfo::createExprForRelocation.Pete Cooper2016-01-151-6/+0
* [X86] Move getX86SubSuperRegisterOrZero to X86MCTargetDesc.cpp so it can be u...Craig Topper2015-12-251-0/+11
* [MC, COFF] Support link /incremental conditionallyDavid Majnemer2015-12-211-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-6/+6
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-6/+6
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-6/+6
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-6/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-7/+7
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-4/+6
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-6/+3
* Don't repeat name in comment. NFC.Rafael Espindola2015-04-091-10/+9
* [X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functio...Craig Topper2015-03-251-12/+0
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-3/+3
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-1/+0
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-101-1/+2
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-271-0/+9
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-2/+4
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+7
* Enable ELF machine type to be specified explicitly in X86 backendMichael Liao2012-10-301-2/+3
* Add register encoding support in X86 backendMichael Liao2012-10-041-2/+0
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-2/+2
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-0/+1
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-241-0/+2
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-211-0/+4
* Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper2011-10-161-0/+5
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-3/+3
* Unbreak the build.Oscar Fuentes2011-07-251-0/+1
OpenPOWER on IntegriCloud