R600: improve inputs/interpolation handling
[oota-llvm.git] / lib / Target / Mips /
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-02-05 Jack CarterThis patch changes a static_cast to dyn_cast
2013-02-02 Reed KotlerStart static relocation implementation for mips16.
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-30 David BlaikieRemoving initializer for the field removed in r173887
2013-01-30 David BlaikieRemove unused variable (introduced in r173884) to clear...
2013-01-30 Jack CarterForgot to add new file to CMakeLists
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-28 Craig TopperRemove addToNoHelperNeeded function that was left unuse...
2013-01-28 Reed KotlerMake some code a little simpler.
2013-01-26 Reed Kotlerfix use of std::std. it's ordered set.
2013-01-25 Jack CarterThis patch implements parsing the .word
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fill unreachable paths to fix...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fix a warning, take two. [-Wunuse...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-22 Akira Hatanaka[mips] Clean up code in MipsTargetLowering::LowerCall...
2013-01-19 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-16 Jack Carterreverting 172579
2013-01-16 Jack CarterAkira,
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 David GreeneFix Casting
2013-01-12 NAKAMURA TakumiMipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass...
2013-01-12 NAKAMURA TakumiMipsAsmParser: Try to unbreak tests to add extra check.
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Craig TopperRemove # from the beginning and end of def names. The...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Akira Hatanaka[mips] Fix data layout string. Add 64 to the list of...
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
2013-01-04 Akira Hatanaka[mips] 80 columns.
2013-01-04 Akira Hatanaka[mips] Reorder template parameters. Remove class shift_...
2013-01-04 Akira Hatanaka[mips] Refactor conditional move instructions.
2013-01-04 Akira Hatanaka[mips] Refactor instructions which move data from or...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-21 Akira Hatanaka[mips] Refactor subword-swap, EXT/INS, load-effective...
2012-12-21 Akira Hatanaka[mips] Refactor SYNC and multiply/divide instructions.
2012-12-21 Akira Hatanaka[mips] Refactor BAL instructions.
2012-12-21 Akira Hatanaka[mips] Fix encoding of BAL instruction. Also, fix assem...
2012-12-21 Akira Hatanaka[mips] Refactor jump, jump register, jump-and-link...
2012-12-21 Akira Hatanaka[mips] Refactor load/store left/right and load-link...
2012-12-21 Akira Hatanaka[mips] Refactor load/store instructions.
2012-12-21 Akira Hatanaka[mips] Remove unnecessary isPseudo parameter.
2012-12-21 Akira Hatanaka[mips] Refactor LUI instruction.
2012-12-21 Akira Hatanaka[mips] Refactor count leading zero or one instructions.
2012-12-21 Akira Hatanaka[mips] Refactor sign-extension-in-register instructions.
2012-12-21 Akira Hatanaka[mips] Refactor instructions which copy from and to...
2012-12-21 Akira Hatanaka[mips] Refactor logical NOR instructions.
2012-12-21 Akira Hatanaka[mips] Move instruction definitions in MipsInstrInfo.td.
2012-12-21 Reed KotlerCall llvm_unreachable instead of assert.
2012-12-20 Reed KotlerImplement cfi_def_cfa_offset. "Make check" test case...
2012-12-20 Reed KotlerThere is one more patch to finish large frames. Make...
2012-12-20 Reed Kotlerset register class properly for mips16 here
2012-12-20 Reed KotlerThis assert is overly restrictive and does not work...
2012-12-20 Reed KotlerTurn on register scavenger for Mips 16
2012-12-20 Akira Hatanaka[mips] Refactor SLT (set on less than) instructions...
2012-12-20 Akira Hatanaka[mips] Refactor unconditional branch instruction. Separ...
2012-12-20 Akira Hatanaka[mips] Remove asm string parameter from pseudo instruct...
2012-12-20 Akira Hatanaka[mips] Delete definition of CPRESTORE instruction.
2012-12-20 Akira Hatanaka[mips] Refactor conditional branch instructions with...
2012-12-20 Akira Hatanaka[mips] Refactor conditional branch instructions with...
2012-12-20 Reed Kotlerfix most of remaining issues with large frames.
2012-12-20 Akira Hatanaka[mips] Use "or $r0, $r1, $zero" instead of "addu $r0...
2012-12-20 Akira Hatanaka[mips] Change the order of template parameters. Move...
2012-12-20 Akira Hatanaka[mips] Refactor shift instructions with register operan...
2012-12-20 Akira Hatanaka[mips] Refactor shift immediate instructions. Separate...
2012-12-20 Akira Hatanaka[mips] Refactor arithmetic and logic instructions with...
2012-12-20 Akira Hatanaka[mips] Refactor arithmetic and logic instructions....
2012-12-20 Akira Hatanaka[mips] Delete ArithOverflowR and ArithOverflow and...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Reed KotlerAdd some missing Defs and Uses.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-13 Akira Hatanaka[mips] Do not copy GOT address to register $gp if the...
2012-12-13 Akira Hatanaka[mips] Delete all floating point instruction classes...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point conditional...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point comparison...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point branch...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point indexed...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point multiply...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point load and...
2012-12-13 Akira Hatanaka[mips] Modify definitions of move from/to coprocessor...
2012-12-13 Akira Hatanaka[mips] Modify definitions of two register operand float...
2012-12-13 Akira Hatanaka[mips] Modify definitions of three register operand...
next