aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen2012-08-091-0/+1
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-081-5/+5
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-0319-0/+336
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-021-4/+1
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-1/+1
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-311-2/+4
* Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka2012-07-311-10/+5
* When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka2012-07-311-1/+3
* Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka2012-07-312-12/+12
* Fix call setup for PIC.Akira Hatanaka2012-07-264-51/+32
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-254-61/+61
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-233-0/+51
* Fix Mips long branch pass.Akira Hatanaka2012-07-211-4/+6
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-181-62/+123
* Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll.Akira Hatanaka2012-07-161-6/+8
* Test case for r160036.Akira Hatanaka2012-07-111-0/+22
* Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.Akira Hatanaka2012-07-111-0/+25
* Lower RETURNADDR node in Mips backend.Akira Hatanaka2012-07-111-0/+23
* Mips specific inline asm operand modifier 'L'.Jack Carter2012-07-101-1/+11
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-101-0/+288
* Mips specific inline asm operand modifier D.Jack Carter2012-07-051-22/+53
* test case for r159770.Akira Hatanaka2012-07-051-0/+15
* mips32 long long register inline asm constraint support.Jack Carter2012-07-021-0/+6
* Revert " mips32 long long register inline asm constraint support." asEric Christopher2012-07-021-6/+0
* deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.llJack Carter2012-07-021-17/+0
* mips32 long long register inline asm constraint support.Jack Carter2012-07-021-0/+6
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-022-3/+3
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-281-0/+12
* Test case for r159240.Akira Hatanaka2012-06-271-0/+9
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-0/+113
* Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola2012-06-231-0/+10
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-211-2/+2
* 1. fix null program output after some other changesAkira Hatanaka2012-06-211-4/+0
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-0/+10
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-141-0/+4
* Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka2012-06-141-0/+21
* Test case for MIPS long branch pass.Akira Hatanaka2012-06-141-0/+23
* Fix test cases.Akira Hatanaka2012-06-145-67/+66
* Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka2012-06-131-13/+12
* Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka2012-06-131-0/+19
* Implement fastcc calling convention for MIPS.Akira Hatanaka2012-06-131-0/+253
* disable use of directive .set nomicromipsAkira Hatanaka2012-06-131-1/+1
* Add a test case for mips64 unaligned load/store instructions.Akira Hatanaka2012-06-041-0/+73
* Rename test/CodeGen/Mips/load-shift-left-right.ll.Akira Hatanaka2012-06-041-0/+0
* Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka2012-06-021-0/+29
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-023-25/+17
* Add support for the mips inline asm 'm' output modifier.Eric Christopher2012-05-301-0/+6
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-241-0/+3
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-241-0/+10
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-191-0/+6