Next bits of PPC byval handling. Basically functional
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
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
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
2008-01-18 Chris Lattnerget symbolic information for ppc ldbl nodes.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-17 Chris LattnerThis commit changes:
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2008-01-10 Duncan SandsOutput sinl for a long double FSIN node, not sin.
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-21 Nicolas GeoffrayFix unintented change from last commit
2007-12-21 Nicolas GeoffrayEnable EH for linux/ppc32 targets
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-10-23 Dale JohannesenDisable a couple more things for ppcf128.
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-19 Chris Lattnercomment fixes
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-15 Chris LattnerChange LowerFP_TO_SINT to create the specific code...
2007-10-14 Dale JohannesenFix type mismatch error in PPC Altivec (only causes
2007-10-12 Dan GohmanMark vector pow, ctpop, cttz, and ctlz as Expand on...
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-10-10 Dale JohannesenNext PPC long double bits: ppcf128->i32 conversion.
2007-10-08 Dan GohmanWhen we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM...
2007-10-06 Dale JohannesenNext powerpc long double bits. Comparisons work,
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Bill WendlingUse i64 on a PPC64 machine
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Chris Lattnerdescribe an argument, hide it.
2007-06-19 Chris LattnerIf a function is vararg, never pass inreg arguments...
2007-06-14 Dan GohmanRename MVT::getVectorBaseType to MVT::getVectorElementType.
2007-05-18 Dan GohmanApply this patch:
2007-05-15 Chris Lattnerfix some subtle inline asm selection issues
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-27 Lauro Ramos Venancio"The C standards do say that "char" may either be a...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-13 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-06 Chris LattnerSwitch PPC return lower to use an autogenerated CC...
2007-03-01 Nicolas GeoffrayImplemented the frameaddress intrinsic for PPC.
2007-02-27 Nicolas GeoffrayDifferentiate between the MachO and the ELF ABI the...
2007-02-26 Chris Lattneralways lower to RETFLAG, never leave it as just ret.
2007-02-25 Chris Lattnerno really, this is the right patch
2007-02-25 Chris Lattneralways promote float varargs to double.
2007-02-25 Chris Lattnerimplement support for the linux/ppc function call ABI...
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-17 Chris LattnerFix ixaddrs as well, allowing ppc64 to compile to:
2007-02-17 Chris LattnerCompile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-05 Evan ChengsetSetCCIsExpensive is gone.
2006-12-15 Jim LaskeyProvide support for FP_TO_UINT.
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-11 Jim LaskeyMissing opcode.
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-07 Chris LattnerFix i64 uint_to_fp on ppc64
2006-12-04 Jim LaskeyRestoration of the stack pointer after a deallocation...
2006-12-01 Jim Laskey1. In ppc64 mode we need only use one GPR.
2006-12-01 Chris LattnerFix the CodeGen/PowerPC/vec_constants.ll regression.
2006-11-29 Chris LattnerFix bug codegen'ing FP constant vectors with integer...
2006-11-29 Jim LaskeyOffset for load of 32-bit arg in 64-bit world was incor...
2006-11-28 Jim LaskeyRemove debug code.
2006-11-28 Jim Laskey32-bit int space was not accounted for properly in...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-18 Chris Lattneron ppc64, float arguments take 8-byte stack slots not...
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
next