Coding style fixes. Added comments.
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
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.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-06 Bruno Cardoso LopesAdd suport for VASTART on Mips.
2010-02-06 Bruno Cardoso LopesFirst step towards varargs support in Mips:
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-30 Bruno Cardoso LopesFix PR6144. Reload GP before the emission of CALLSEQ_EN...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Bruno Cardoso LopesReapply 80278
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Chris LattnerRestore some "small section" support code, reverting...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-03 Eli FriedmanRemove -disable-mips-abicall and -enable-mips-absolute...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-24 Chris Lattnerremove more remnants of small section support.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-17 Eli FriedmanOne more operation expansion for MIPS, from test/CodeGe...
2009-07-17 Eli FriedmanExpand a bunch of illegal operations on MIPS (found by
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
next