Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelDAGToDAG.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-08 Chris LattnerFinally implement correct ordered comparisons for PPC...
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-06-29 Evan ChengPrevent PPC::BCC first operand, the PRED number, from...
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-12 Jim LaskeyReduce number of instructions to load 64-bit constants.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-16 Chris Lattneradd patterns for ppc32 preinc stores. ppc64 next.
2006-11-15 Chris Lattnerfix ldu/stu jit encoding. Swith 64-bit preinc load...
2006-11-14 Chris Lattnerremove a ton of custom selection logic no longer needed
2006-11-11 Chris Lattnerallow the offset of a preinc'd load to be the low-part...
2006-11-10 Chris Lattnerimplement preinc support for r+i loads on ppc64
2006-11-10 Chris Lattneradd an initial cut at preinc loads for ppc32. This...
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Chris LattnerRefactor all the addressing mode selection stuff into...
2006-11-02 Reid SpencerFor PR786:
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-09-22 Nate BegemanFold AND and ROTL more often
2006-09-20 Chris LattnerImprove PPC64 equality comparisons like PPC32 comparisons.
2006-09-20 Chris LattnerTwo improvements:
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-15 Chris LattnerFix PowerPC/2006-08-15-SelectionCrash.ll and simplify...
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Evan ChengRemove NodeDepth
2006-06-28 Chris Lattnershrink libllvmgcc.dylib another 25K
2006-06-27 Chris LattnerDon't match 64-bit bitfield inserts into rlwimi's....
2006-06-27 Chris LattnerFix ppc64 jump tables
2006-06-27 Chris LattnerFix variable shadowing issue
2006-06-27 Chris LattnerImplement a bunch of 64-bit cleanliness work. With...
2006-06-10 Chris LattnerWork around a nasty tblgen bug where it doesn't add...
2006-05-25 Chris LattnerFix build failure of povray
2006-05-25 Chris LattnerFix Benchmarks/MallocBench/cfrac
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-17 Chris LattnerMake PPC call lowering more aggressive, making the...
2006-05-17 Chris LattnerSwitch PPC over to a call-selection model where the...
2006-05-16 Chris Lattnerimplement passing/returning vector regs to calls, at...
2006-05-12 Chris LattnerFix PowerPC/2006-05-12-rlwimi-crash.ll
2006-05-08 Nate BegemanFold more shifts into inserts, and update the README
2006-05-08 Nate BegemanUpdate some stuff now that the new rlwimi code has...
2006-05-07 Nate BegemanNew rlwimi implementation, which is superior to the...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-08 Chris LattnerAdd VRRC select support
2006-03-26 Chris LattnerCodegen vector predicate compares.
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-24 Chris LattnerLike the comment says, prefer to use the implicit add...
2006-03-22 Chris LattnerAdd support for "ri" addressing modes where the immedia...
2006-03-21 Chris LattnerWith Evan's latest tblgen patch, this code is obsolete...
2006-03-20 Chris LattnerHandle constant addresses more efficiently, folding...
2006-03-20 Chris Lattnerreenable this hack, the tblgen version isn't quite...
2006-03-20 Evan ChengUse tblgen'd VECTOR_SHUFFLE selection code.
2006-03-20 Chris LattnerAdd support for generating vspltw, instead of a vperm...
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-16 Chris LattnerSave/restore VRSAVE once per function, not once per...
2006-03-14 Chris LattnerFix an off by one error that caused PPC LLC failures...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-13 Chris LattnerFor functions that use vector registers, save VRSAVE...
2006-03-12 Chris LattnerSeveral big changes:
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-07 Chris LattnerImplement a very very simple hazard recognizer for...
2006-03-01 Chris LattnerImplement CodeGen/PowerPC/or-addressing-mode.ll, which...
2006-02-24 Chris LattnerImplement selection of inline asm memory operands
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-16 Evan ChengIf the false case is the current basic block, then...
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-05 Evan ChengComplex pattern isel code shouldn't select nodes.
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-01-27 Chris LattnerUse PPCISD::CALL instead of ISD::CALL
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-15 Chris LattnerUse the default impl of DYNAMIC_STACKALLOC, allowing...
next