summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen][SubtargetEmitter] Add the ability for processor models to describe...Andrea Di Biagio2018-09-191-73/+5
* Add missing override keyword (NFC)Joel Galenson2018-08-241-1/+2
* Find PLT entries for x86, x86_64, and AArch64.Joel Galenson2018-08-241-0/+61
* Add the extended XMM registers mappings for AVX-512.Zachary Turner2018-08-181-0/+17
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-161-170/+170
* Add support for AVX-512 CodeView registers.Zachary Turner2018-08-161-114/+170
* [llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms.Andrea Di Biagio2018-07-311-0/+74
* [X86][BtVer2] correctly model the latency/throughput of LEA instructions.Andrea Di Biagio2018-07-191-0/+1
* [llvm-mca][X86] Teach how to identify register writes that implicitly clear t...Andrea Di Biagio2018-06-201-1/+74
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-114/+114
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-1/+7
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-031-45/+122
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-15/+0
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-10/+3
* [codeview] Add EFLAGS to the list of CodeView register numbersReid Kleckner2016-06-221-1/+3
* Delete Reloc::Default.Rafael Espindola2016-05-181-31/+0
* [X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...Craig Topper2016-03-021-2/+2
* [CodeView] Describe variables live in x87 registersDavid Majnemer2016-02-241-0/+5
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-3/+43
* Delete MCRelocationInfo::createExprForRelocation.Pete Cooper2016-01-151-4/+0
* [X86] Move getX86SubSuperRegisterOrZero to X86MCTargetDesc.cpp so it can be u...Craig Topper2015-12-251-0/+181
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-31/+31
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-31/+31
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-31/+31
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-31/+31
* Add a target environment for CoreCLR.Pat Gavlin2015-08-141-1/+2
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-16/+12
* 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-6/+5
* Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.Daniel Sanders2015-06-101-3/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-2/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.Eric Christopher2015-03-301-1/+1
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* [X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functio...Craig Topper2015-03-251-137/+0
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-17/+1
* two or more, use a for.Rafael Espindola2015-03-181-51/+32
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-5/+3
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-4/+4
* We require MSVC 1800 as our minimum, so these checks can safely go away; NFC....Aaron Ballman2015-02-161-12/+7
* Revert "ADT: correctly report isMSVCEnvironment for windows itanium"Reid Kleckner2014-11-171-1/+1
* ADT: correctly report isMSVCEnvironment for windows itaniumSaleem Abdulrasool2014-11-171-1/+1
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* [x32] Emit callq for CALLpcrel32Pavel Chupin2014-09-091-1/+1
* MC: fix MCAsmInfo usage for windows-itaniumSaleem Abdulrasool2014-07-171-1/+2
OpenPOWER on IntegriCloud