aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
AgeCommit message (Expand)Author
2012-09-05Fix UseInitArray option for MIPS target.Logan Chien
2012-08-28Fix mips' long branch pass.Akira Hatanaka
2012-08-28Fix bug 13532.Akira Hatanaka
2012-08-24Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka
2012-08-24In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka
2012-08-22Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka
2012-08-16Test case for r162008.Akira Hatanaka
2012-08-09Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-031. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka
2012-08-02Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka
2012-07-31Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka
2012-07-31Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka
2012-07-31Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka
2012-07-31When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka
2012-07-31Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka
2012-07-26Fix call setup for PIC.Akira Hatanaka
2012-07-25Eliminate the stack slot used to save the global base register.Akira Hatanaka
2012-07-23Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka
2012-07-21Fix Mips long branch pass.Akira Hatanaka
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