summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* X86_MC::createX86MCSubtargetInfo - X86_MC::ParseX86Triple never returns an em...Simon Pilgrim2019-11-021-6/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [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-14/+14
* [MC] Add MCInstrAnalysis::evaluateMemoryOperandAddressSeiya Nuta2019-07-251-1/+28
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [X86] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-2/+2
* Add explicit dependencies on MCSection.h and MCDwarf.h to the .cppEric Christopher2019-04-121-0/+1
* [X86] Add MM register mapping from CodeView to MC register idLuo, Yuanke2019-04-111-0/+9
* 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
* [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
OpenPOWER on IntegriCloud