summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Merging r195152:Bill Wendling2013-11-20
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-12
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-29
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-26
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-18
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-03
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-09
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-15
* Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler2013-02-15
* [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka2013-02-06
* This patch changes a static_cast to dyn_castJack Carter2013-02-05
* This patch implements runtime Mips specificJack Carter2013-01-30
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-02
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* There are some Mips instructions that are lowered by the Jack Carter2012-09-06
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-28
* Some instructions are passed to the assembler to beJack Carter2012-08-28
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-18
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* This change removes an "initialization" warning.Jack Carter2012-07-11
* Mips specific inline asm operand modifier 'L'.Jack Carter2012-07-10
* Changes per review of commit 159787Jack Carter2012-07-06
* Mips specific inline asm operand modifier D.Jack Carter2012-07-05
* Changed the formatting sequence of a curly brace to Jack Carter2012-06-28
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-28
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-21
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-14
* Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka2012-06-13