aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>NAKAMURA Takumi2013-11-131-2/+1
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-133-3/+52
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-1/+1
* [mips] Revert part of r194510 that was accidentally committed.Akira Hatanaka2013-11-121-1/+1
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-1/+1
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-122-9/+51
* [mips][msa] Fix buildbot failures caused by an unused variable when assertion...Daniel Sanders2013-11-121-2/+1
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-129-38/+161
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-122-70/+216
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-123-5/+26
* [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-111-1/+1
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-101-3/+20
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-091-3/+5
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-074-8/+32
* Disable some code that is causing some warnings. It's in the processReed Kotler2013-11-071-3/+2
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-061-299/+313
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-061-5/+3
* Get rid of current calculation function and adjustment schemeReed Kotler2013-11-051-76/+13
* Get rid of all references to soimm in MipsConstantIslands pass becauseReed Kotler2013-11-051-12/+7
* Cleanup getUserOffset. Issues related to inline assembler length andReed Kotler2013-11-051-16/+1
* Remove the word "thumb" from comments. Remove also an incorrectReed Kotler2013-11-051-24/+6
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-052-13/+1380
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-042-1499/+12
* Make sure we don't get a warning from this variable that is only usedReed Kotler2013-11-041-0/+1
* Submit the basic port of the rest of ARM constant islands code to Mips. Reed Kotler2013-11-042-12/+1498
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-0411-26/+158
* Add #include of raw_ostream.h to MipsSEISelLowering.cppHans Wennborg2013-10-301-0/+1
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-8/+29
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-303-10/+164
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-307-27/+163
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-301-0/+108
* [mips] MipsSETargetLowering now reports DAGCombiner changes when using -debug...Daniel Sanders2013-10-301-1/+9
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-303-26/+57
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-303-7/+3
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-295-4/+11
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-292-2/+2
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-2911-21/+138
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-293-7/+4
* [mips] Simplify LowerFormalArguments using getRegClassFor.Akira Hatanaka2013-10-281-15/+2
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-281-3/+3
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-281-1/+0
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-278-12/+284
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-234-13/+107
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-232-8/+21
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-233-4/+94
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-222-25/+43
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-213-24/+56
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-212-8/+13
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-212-2/+7