Implement MipsTargetLowering::CanLowerReturn.
[oota-llvm.git] / lib / Target / Mips /
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-10-09 Jack CarterInitial assembler implementation of Mips load address...
2012-10-09 David ChisnallImprovements to MIPS64 assembler:
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-06 Jack CarterMinor changes based on post commit review:
2012-10-05 Jack CarterMinor changes based on post commit review:
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-10-03 Jack CarterThis patch moves from using a hard coded number (4)
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Akira HatanakaMIPS DSP: ADDUH.QB instruction sub-class.
2012-09-28 Reed Kotler1. Add load/store words from the stack
2012-09-27 Akira HatanakaMIPS DSP: ABSQ_S.PH instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: SHLL.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: rddsp (instruction which reads DSPControl...
2012-09-27 Akira HatanakaMIPS DSP: CMPU.EQ.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: ADDU.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-27 Akira HatanakaMIPS DSP: add functions which decode DSP and accumulato...
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
2012-09-27 Akira HatanakaMIPS DSP: add bitcast patterns between vectors and...
2012-09-27 Akira HatanakaMIPS DSP: add vector load/store patterns.
2012-09-26 Akira HatanakaAdd case clauses for returning dsp accumulator encoding...
2012-09-26 Akira HatanakaAdd DSP accumulator registers and register class. Remov...
2012-09-26 Akira HatanakaDelete member MipsFunctionInfo::OutArgFIRange and code...
2012-09-25 Akira HatanakaInitialize boolean variables in MipsSubtarget's constru...
2012-09-25 Reed Kotlerblank line for test commit
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-22 Akira HatanakaMIPS DSP: Add immediate leaves.
2012-09-22 Akira HatanakaMIPS DSP: Add predicates and instruction template.
2012-09-21 Akira HatanakaAdd MIPS DSP register classes. Set actions of DSP vecto...
2012-09-21 Akira HatanakaSelectionDAG node enums for MIPS DSP nodes.
2012-09-21 Akira HatanakaAdd MIPS accumulator and DSP control registers.
2012-09-21 Akira HatanakaAdd flags and feature bits for mips dsp.
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 NAKAMURA TakumiMips16FrameLowering.cpp: Remove unused TII introduced...
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-18 Akira HatanakaRevert r164051.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-17 Akira HatanakaMake sure there is enough room for RA. getStackSize...
2012-09-15 Craig TopperRemove unused private fields to silence -Wunused-privat...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Akira Hatanakamips16 fixes.
2012-09-13 Akira Hatanakamips16: When copying operands in a conditional branch...
2012-09-12 Akira HatanakaMisc.
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Benjamin KramerMake helper function static.
2012-09-07 Benjamin KramerMipsAsmParser: Fix a couple of string use-after-frees...
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 David BlaikieRemove unused variable introduced by r163346.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add a comment.
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
2012-08-28 Akira HatanakaFollow-up patch to r162731.
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-23 Craig TopperRemove unused private field to silence build warning.
2012-08-23 Akira HatanakaMake function loadImmediate a member of MipsSEInstrInfo...
2012-08-22 Akira HatanakaAdd a member of type Mips16InstrInfo/MipsSEInstrInfo...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-17 Akira HatanakaAdd MipsELFWriterInfo.{h,cpp}.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-09 Jakob Stoklund OlesenDon't modify MO while use_iterator is still pointing...
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
2012-08-07 Jack CarterThe define for 64 bit sign extension neglected to
next