summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-281-3/+8
* [mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders2014-02-261-1/+1
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-201-9/+15
* [mips] In the integrated assembler, select the default feature bits by changi...Daniel Sanders2014-02-191-27/+8
* [mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing itDaniel Sanders2014-02-191-14/+4
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-5/+5
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-261-1/+1
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-7/+9
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-061-1/+0
* reverts 195057 per requestJack Carter2013-11-191-1/+1
* Fix previous commit and fully remove variable.Eric Christopher2013-11-191-1/+1
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-181-64/+0
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+3
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-7/+91
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-2/+1
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+4
OpenPOWER on IntegriCloud