Add basic ability to setup call frame, and make procedure calls.
[oota-llvm.git] / test / CodeGen / Mips /
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaFix Mips long branch pass.
2012-07-18 Jack CarterMips specific inline asm operand modifier 'M':
2012-07-16 Akira HatanakaFix function select_cc_f32 in test/CodeGen/Mips/selectc...
2012-07-11 Akira HatanakaTest case for r160036.
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Akira Hatanakatest case for r159770.
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Jack Carterdeleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-06-28 Jack CarterThe Mips specific inline asm operand modifier 'z' has the
2012-06-27 Akira HatanakaTest case for r159240.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Rafael EspindolaHandle aliases to tls variables in all architectures...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-14 Akira HatanakaTest case for MIPS long branch pass.
2012-06-14 Akira HatanakaFix test cases.
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-13 Akira Hatanakadisable use of directive .set nomicromips
2012-06-04 Akira HatanakaAdd a test case for mips64 unaligned load/store instruc...
2012-06-04 Akira HatanakaRename test/CodeGen/Mips/load-shift-left-right.ll.
2012-06-02 Akira HatanakaAdd another test case which tests Mips' unaligned load...
2012-06-02 Akira HatanakaFix test cases in test/CodeGen/Mips.
2012-05-30 Eric ChristopherAdd support for the mips inline asm 'm' output modifier.
2012-05-24 Akira HatanakaTurn on mips16 pseudo op when compiling for mips16.
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-12 Akira HatanakaFix test cases.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
2012-05-11 Akira HatanakaUse regular expression to match register names.
2012-05-10 Eric ChristopherAdd support for the 'X' inline asm operand modifier.
2012-05-09 Akira HatanakaAdd another peephole pattern for conditional moves.
2012-05-09 Akira HatanakaMake register FP allocatable if the compiled function...
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-11 Akira HatanakaRevert changes that were accidentally committed.
2012-04-11 Akira HatanakaFix string that is being checked.
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
2012-04-09 Akira HatanakaHave TargetLowering::getPICJumpTableRelocBase return...
2012-04-06 Akira HatanakaAdd lines in global-address.ll to test N32 and N64...
2012-04-05 Akira HatanakaReapply test case in 154038, this time with triple...
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-03-29 Akira HatanakaExpand FREM.
2012-03-28 Akira HatanakaFix test case.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-08 Benjamin KramerRemove the no longer existent psp triple from a test.
2012-03-08 Akira HatanakaTest case for r152280, r152285 and r152290.
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-04 Akira HatanakaHave getRegForInlineAsmConstraint return the correct...
2011-12-24 Akira HatanakaTest case for r147232.
2011-12-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-20 Akira HatanakaTest case for r147017.
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira Hatanaka64-bit data directive.
2011-12-20 Akira Hatanaka32-to-64-bit sext_inreg pattern.
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-19 Akira HatanakaAdd a test case for r146900.
2011-12-19 Akira HatanakaAdd patterns for matching immediates whose lower 16...
next