summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Create a TargetInfo header. NFCRichard Trieu2019-05-141-5/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-3/+3
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-2/+2
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+4
* [mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan2017-09-211-1/+5
* [mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFCSimon Atanasyan2017-09-071-19/+2
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-4/+9
* 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-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-8/+9
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-2/+0
* Unify selectMipsCPU implementations.Eric Christopher2015-02-181-4/+7
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [mips] 80-column.Matheus Almeida2014-03-191-8/+12
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-8/+8
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-4/+8
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-0/+3
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-3/+6
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-011-7/+10
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-111-1/+2
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-221-0/+5
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-111-1/+4
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-301-0/+3
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-301-1/+7
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-211-0/+2
* Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)James Molloy2011-08-301-4/+4
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-0/+39
OpenPOWER on IntegriCloud