s/ParameterAttributes/Attributes/g
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Dale JohannesenSuccumb utterly to compatibility and implement
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-02 Dale JohannesenFix some bugs in the code sequences for atomics.
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-31 Bill WendlingExpand for ROTR with MVT::i64.
2008-08-30 Dale JohannesenAdd ppc partial-word ATOMIC_CMP_SWAP.
2008-08-29 Dale JohannesenAdd partial word version of ATOMIC_SWAP.
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Mon P WangIn lowering SELECT_CC, removed cases where we can't...
2008-08-28 Dale JohannesenImplement partial-word binary atomics on ppc.
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-25 Dale JohannesenImplement 32 & 64 bit versions of PPC atomic
2008-08-25 Dale JohannesenRemove PPC-specific lowering for atomics; the
2008-08-25 Dale JohannesenIt's important for the cmp-and-swap to balance
2008-08-22 Dale JohannesenImplement __sync_synchronize on ppc32. Patch by Gary...
2008-08-22 Dale JohannesenRewrite ppc code generated for __sync_{bool|val}_compar...
2008-08-11 Nate BegemanImplement ISD::TRAP support on PPC
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-19 Duncan SandsMake sure custom lowering for LegalizeTypes
2008-07-12 Evan ChengImplement llvm.atomic.cmp.swap.i32 on PPC. Patch by...
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-07-10 Chris LattnerRemove extraneous vertical whitespace before Eric gets...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-06-21 Dan GohmanUse MachineBasicBlock::transferSuccessors.
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-08 Bill WendlingTemporarily reverting r52056. It's causing PPC to fail...
2008-06-06 Evan ChengTypo.
2008-06-06 Evan ChengPPC preferred loop alignment is 16.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Evan ChengPPC32 atomic operations.
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-17 Dale JohannesenMake Complex long long/double/long double work
2008-03-17 Dale JohannesenNext round of PPC32 ABI changes. Allow for gcc
2008-03-14 Dale JohannesenImplement the real calling convention for ppc32 Altivec:
2008-03-12 Dale JohannesenDo not promote float params to double in varargs
2008-03-12 Dale JohannesenOne more bit of Altivec parameter passing.
2008-03-12 Dale JohannesenImplement Altivec passing to varargs functions on ppc.
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Nicolas GeoffrayAdd description of individual bits in CR. This fix...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris LattnerDarwin PPC64 indirect call target goes in X12, not...
2008-03-08 Dale JohannesenMore ppc32 byval handling (bug fixes). Things
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-08 Dan GohmanAdd support for calls with i128 return values on ppc64.
2008-03-07 Bill WendlingPPC64 passes arguments of integral type in i64 register...
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.
2008-03-07 Dale JohannesenNext bits of PPC byval handling. Basically functional
2008-03-05 Dale JohannesenNext bit of PPC ByVal handling; call-site code seems
2008-03-04 Dale JohannesenMove PPC lowering functions into PPCTargetLowering
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-02 Evan ChengUnbreak ppc debug support.
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanRename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
next