What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelDAGToDAG.cpp
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...
2006-01-12 Chris Lattnerthese cases are autogenerated
2006-01-12 Chris Lattnerremove dead code
2006-01-05 Chris LattnerFix a compile crash building MultiSource/Applications...
2005-12-24 Nate BegemanFix one of the things in the todo file, and get a bit...
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
2005-12-19 Nate BegemanFix a couple of the FIXMEs, thanks to suggestion from...
2005-12-19 Nate BegemanConvert load/store over to being pattern matched
2005-12-18 Chris LattnerThis is handled by the autogen'd code
2005-12-14 Nate BegemanRemove a now unused statistic.
2005-12-14 Nate BegemanUse the new predicate support that Evan Cheng added...
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-06 Chris LattnerSilence another annoying GCC warning
2005-12-04 Chris LattnerThe basic fneg cases are already autogen'd
2005-12-04 Chris LattnerAutogen matching code for ADJCALLSTACK[UP|DOWN], thanks...
2005-12-04 Chris LattnerFinish moving uncond br over to .td file, remove from...
2005-12-01 Chris LattnerMake sure these get added into the codegenmap when...
2005-12-01 Chris LattnerFix a regression caused by a patch earlier today
2005-12-01 Evan ChengUse a getCopyToReg() variant to generate a flaggy CopyT...
2005-11-30 Chris LattnerSelectNodeTo now returns N. Use it instead of return...
2005-11-30 Nate BegemanFirst chunk of actually generating vector code for...
2005-11-17 Chris LattnerEnable global address legalization, fixing a todo and...
2005-11-17 Chris LattnerTeach the selector to fold lo(g) into load instruction...
2005-11-17 Chris LattnerAdd an initial hack at legalizing GlobalAddress into...
next