Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-15 Chris Lattnerconvert the operand bits into bitfields since they...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Chris Lattnerimplement support for the MO_DARWIN_STUB TargetOperand...
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-10-21 Duncan SandsRemove some variables that are never really used
2010-10-11 Jakob Stoklund OlesenPowerPC varargs functions store live-in registers on...
2010-10-10 Chris Lattnerfix the expansion of va_arg instruction on PPC to know...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-21 Chris Lattnerconvert targets to the new MF.getMachineMemOperand...
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2010-08-02 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
2010-07-07 Evan ChengMove getExtLoad() and (some) getLoad() DebugLoc argumen...
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-06-29 Duncan SandsRemove initialized but otherwise unused variables.
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-03 Dale JohannesenImplement builtin_return_address(x) and builtin_frame_a...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
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-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-14 Chris Lattnertidy indentation
2010-03-12 Bill WendlingThe same situation that effected ARM effects PPC with...
2010-03-09 Dale JohannesenThe address of an indirect call must be in R12 on Darwin.
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-11-24 Dale JohannesenMake capitalization of names starting "is" more consistent.
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-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-13 Dale JohannesenAdjust isConstantSplat to allow for big-endian targets.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-09-27 Dan GohmanLBRX no longer has an explicit SrcValueSDNode operand...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-25 Dan GohmanDon't try to use pre-indexed addressing with sthbrx...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
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 AndersonContinue the SimpleValueType-ification.
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
next