disable this for now.
[oota-llvm.git] / lib / Target / PowerPC /
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-02 Dale JohannesenCosmetic changes per EH patch review feedback.
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
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-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
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-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
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 Evan ChengUnbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
2008-03-17 Dale JohannesenNext round of PPC32 ABI changes. Allow for gcc
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
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 GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Dale JohannesenDisable prolog code that aligns the stack when a
2008-03-10 Bill WendlingChange the "enable/disable" mechanism so that we can...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Chris Lattnerfix 80 col violations.
2008-03-10 Nicolas GeoffrayStylistic modifications. No functionality changes.
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-07 Chris LattnerAdd support for ppc64 shifts with 7-bit (oversized...
2008-03-07 Chris LattnerReplace SDT_PPCShiftOp in favor of SDTIntBinOps. This...
2008-03-05 Dale JohannesenNext bit of PPC ByVal handling; call-site code seems
2008-03-04 Bill WendlingRemoved spurious EnablePPCRS check.
2008-03-04 Dale JohannesenMove PPC lowering functions into PPCTargetLowering
2008-03-04 Bill WendlingUse a command-line option to turn register scavenging...
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-02 Chris Lattneradd a note
2008-03-02 Chris LattnerEvan implemented this.
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Anton KorobeynikovEHPreferredDataFormat hook for PPC targets. Looks like...
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-02-13 Chris LattnerFix the PPC JIT regressions by encoding zeroreg as...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Nate Begemanreadme updates
2008-02-13 Nate BegemanMake register scavenging happy by not using a reg ...
2008-02-13 Evan ChengcommuteInstr() can now commute non-ssa machine instrs.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Evan ChengRevert r46916 PPCTargetAsmInfo.cpp.
2008-02-11 Nate Begemanadditional missing feature
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-10 Nick LewyckyMatch GCC's behaviour for these sections.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
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-05 Nate BegemanIdent mnemonics appropriately
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-02-02 Evan ChengUnbreak ppc debug support.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-31 Evan ChengMakes the same change in ppc backend: avoid inserting...
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-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-26 Bill WendlingIf there are no machine instructions emitted for a...
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
next