aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
AgeCommit message (Expand)Author
2012-07-18Mips specific inline asm operand modifier 'M':Jack Carter
2012-07-16Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll.Akira Hatanaka
2012-07-11Test case for r160036.Akira Hatanaka
2012-07-11Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.Akira Hatanaka
2012-07-11Lower RETURNADDR node in Mips backend.Akira Hatanaka
2012-07-10 Mips specific inline asm operand modifier 'L'.Jack Carter
2012-07-10Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka
2012-07-05 Mips specific inline asm operand modifier D.Jack Carter
2012-07-05test case for r159770.Akira Hatanaka
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-07-02Revert " mips32 long long register inline asm constraint support." asEric Christopher
2012-07-02deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.llJack Carter
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-27Test case for r159240.Akira Hatanaka
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg
2012-06-23Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter
2012-06-211. fix null program output after some other changesAkira Hatanaka
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-141. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka
2012-06-14Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka
2012-06-14Test case for MIPS long branch pass.Akira Hatanaka
2012-06-14Fix test cases.Akira Hatanaka
2012-06-13Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka
2012-06-13Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka
2012-06-13Implement fastcc calling convention for MIPS.Akira Hatanaka
2012-06-13disable use of directive .set nomicromipsAkira Hatanaka
2012-06-04Add a test case for mips64 unaligned load/store instructions.Akira Hatanaka
2012-06-04Rename test/CodeGen/Mips/load-shift-left-right.ll.Akira Hatanaka
2012-06-02Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka
2012-06-02Fix test cases in test/CodeGen/Mips.Akira Hatanaka
2012-05-30Add support for the mips inline asm 'm' output modifier.Eric Christopher
2012-05-24Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka
2012-05-24Enable Mips16 compiler to compile a null program.Akira Hatanaka
2012-05-19Add support for the 'd' mips inline asm output modifier.Eric Christopher
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher
2012-05-12Fix test cases.Akira Hatanaka
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka
2012-05-11Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka
2012-05-11Use regular expression to match register names. Akira Hatanaka
2012-05-10Add support for the 'X' inline asm operand modifier.Eric Christopher
2012-05-09Add another peephole pattern for conditional moves.Akira Hatanaka
2012-05-09Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka
2012-05-09Expand 64-bit shifts if target ABI is O32.Akira Hatanaka
2012-05-07Add support for the 'l' constraint.Eric Christopher
2012-05-07Add support for the 'c' constraint.Eric Christopher
2012-05-07Add support for the 'P' constraint.Eric Christopher