Make IsShiftedMask a static function rather than defining it in an
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
2011-08-18 Akira HatanakaMake IsShiftedMask a static function rather than defini...
2011-08-17 Akira HatanakaChanged definition of EXT and INS per Bruno's comments.
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-17 Akira HatanakaMove pattern matching for EXT and INS to post-legalizat...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Akira HatanakaChange variable name.
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaUse descriptive variable names.
2011-07-19 Akira HatanakaFix comments.
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-19 Akira HatanakaSeparate code that modifies control flow from code...
2011-07-19 Akira HatanakaMake EmitAtomic functions return the correct MachineBas...
2011-07-19 Akira HatanakaDo not insert instructions in reverse order.
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-18 Akira HatanakaChange destination register operands of SC instructions...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
2011-06-29 Eric ChristopherUpdate comment for getRegForInlineAsmConstraint for...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint for Mips.
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-21 Akira HatanakaCoding style fixes.
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-16 Bruno Cardoso LopesSilence warnings in non assert builds. Patch by David...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-08 Akira HatanakaReorganize code in MipsTargetLowering::LowerCall to...
2011-06-07 Akira HatanakaRefactor MipsTargetLowering::EmitInstrWithCustomInserter.
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-02 Akira HatanakaCustom-lower FRAMEADDR. Patch by Sasa Stankovic.
2011-05-31 Bruno Cardoso LopesFix uninitialized variables and silence warnings
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-25 Akira HatanakaRemove MipsTargetLowering::LowerFP_TO_SINT. Patterns...
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-25 Akira HatanakaUpdate MaxCallFrameSize regardless of the relocation...
2011-05-25 Akira HatanakaChange initial value of MaxCallFrameSize. MipsFI::getMa...
2011-05-25 Akira HatanakaCoding style fixes. Added comments.
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-24 Akira HatanakaImplement byval structure argument passing. The followi...
2011-05-24 Akira HatanakaSimplify offset calculation of stack frame objects...
2011-05-23 Akira HatanakaExpand f64 FPOW.
2011-05-23 Akira HatanakaFixes related to coding style.
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-20 Akira HatanakaChange the order fixed objects are created in MipsTarge...
2011-05-20 Akira HatanakaIn CC_MipsO32, allocate a stack space regardless of...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Akira HatanakaRemove code that creates unnecessary frame objects.
2011-05-19 Akira HatanakaAlign i64 arguments to 64 bit boundaries.
2011-05-19 Akira HatanakaSimplify CC_MipsO32 and merge it with CC_MipsO32_VarArg...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-04 Akira HatanakaMove transformation of JmpLink and related nodes done...
2011-04-02 Akira HatanakaUndo changes mistakenly made in revision 128750.
2011-04-02 Akira HatanakaInsert space before ';' to prevent warnings.
2011-04-01 Akira HatanakaSimplifies logic for printing target flags.
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-30 Akira Hatanakafixed typo
2011-03-11 Chris Lattnersilence a conditional assignment -Wuninitialized warning.
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesRewrite and simplify o32 vaarg passing, no functional...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Bruno Cardoso LopesExpands FCOS and FSIN nodes when type is f64.
2011-02-10 Bruno Cardoso LopesFix a lot of o32 CC issues and add a bunch of tests...
2011-01-18 Bruno Cardoso LopesNegative zero is not legal on mips. Patch by Sasa Stankovic
2011-01-18 Bruno Cardoso LopesHandle (i32,i32) => f64 in a cleaner way. Patch by...
2011-01-18 Bruno Cardoso LopesAdd support for mips32 madd and msub instructions....
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-09 Bruno Cardoso LopesAdd ROTR and ROTRV mips32 instructions. Patch by Akira...
2010-12-07 Bruno Cardoso LopesRemove target specific node MipsISD::CMov, which is...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-09-21 Chris Lattnereliminate some uses of the getStore overload.
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-07-20 Bruno Cardoso LopesFix PR7174, a couple o Mips fixes:
2010-07-20 Bruno Cardoso LopesFix Mips PR7473. Patch by stetorvs@gmail.com
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
next