summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [mips] Fix sc, scs, ll, lld instructions expandingSimon Atanasyan2019-11-271-0/+1
* [mips][NFC] Remove old FIXME commentMiloš Stojanović2019-11-141-1/+0
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+3
* [Mips] Fix evaluating J-format branch targetsSimon Atanasyan2019-10-071-4/+7
* 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
* [mips] LLVM and GAS now use same instructions for CFA Definition. NFCISimon Atanasyan2019-05-151-1/+1
* [Mips] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Add support MIPS r6 Debian triplesSimon Atanasyan2018-09-271-4/+11
* Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson2018-06-251-1/+1
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-4/+5
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-4/+7
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-3/+5
* [mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan2017-09-211-1/+1
* [mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFCSimon Atanasyan2017-09-071-10/+4
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-9/+8
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-111-3/+1
* [MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...Simon Atanasyan2016-03-241-0/+36
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-11/+9
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-9/+11
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-11/+9
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-9/+11
* 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-2/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-6/+4
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-1/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-7/+13
* two or more, use a for.Rafael Espindola2015-03-181-82/+34
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-2/+2
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-13/+13
* MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.Peter Collingbourne2015-02-191-9/+10
* Unify selectMipsCPU implementations.Eric Christopher2015-02-181-2/+2
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-231-0/+12
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-4/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spiteMatheus Almeida2014-03-271-1/+1
* [mips] Implement custom MCELFStreamer.Matheus Almeida2014-03-271-1/+3
OpenPOWER on IntegriCloud