aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-11/+16
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-72/+111
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-25/+55
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+55
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+30
* Update to LLVM 3.5a.Stephen Hines2014-04-241-120/+362
* Merging r195152:Bill Wendling2013-11-201-2/+2
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-191-2/+2
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-0/+5
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-0/+9
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-291-1/+1
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-0/+40
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-6/+11
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-9/+46
* reverting per requestJack Carter2013-10-041-2/+2
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-2/+2
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-2/+2
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-261-1/+1
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-181-0/+9
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-10/+0
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-031-2/+8
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-091-3/+9
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-091-0/+4
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+6
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-151-0/+10
* Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler2013-02-151-7/+10
* [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka2013-02-061-7/+6
* This patch changes a static_cast to dyn_castJack Carter2013-02-051-2/+2
* This patch implements runtime Mips specificJack Carter2013-01-301-0/+5
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-1/+9
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-101-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-021-5/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-021-17/+0
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-271-0/+11
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* There are some Mips instructions that are lowered by the Jack Carter2012-09-061-25/+9
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-311-3/+3
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-281-0/+11
* Some instructions are passed to the assembler to beJack Carter2012-08-281-20/+24
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-181-3/+8
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-161-1/+21
* This change removes an "initialization" warning.Jack Carter2012-07-111-4/+3
* Mips specific inline asm operand modifier 'L'.Jack Carter2012-07-101-14/+22
* Changes per review of commit 159787Jack Carter2012-07-061-6/+5
* Mips specific inline asm operand modifier D.Jack Carter2012-07-051-7/+41
* Changed the formatting sequence of a curly brace to Jack Carter2012-06-281-2/+2