Fixed pr20314-2.c failure, added E, F, p constraint letters.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2010-09-21 John ThompsonFixed pr20314-2.c failure, added E, F, p constraint...
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Devang PatelIf only user of a vreg is an copy instruction to export...
2010-09-21 Chris Lattnercorrect this logic.
2010-09-21 Owen AndersonReimplement r114460 in target-independent DAGCombine...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfinish pushing MachinePointerInfo through selectiondags...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Bob WilsonDefine the TargetLowering::getTgtMemIntrinsic hook...
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnereliminate last SelectionDAG::getLoad old entrypoint...
2010-09-21 Chris Lattnerfix the code that infers SV info to be correct when...
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnercontinue MachinePointerInfo'izing, eliminating use...
2010-09-21 Chris Lattnerconvert dagcombine off the old form of getLoad. This...
2010-09-21 Chris Lattnersimplify DAGCombiner::SimplifySelectOps step #2/2.
2010-09-21 Chris Lattnersubstantially reduce indentation and simplify DAGCombin...
2010-09-21 Chris Lattnera few more trivial updates. This fixes PerformInsertVe...
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-21 Chris Lattneradd overloads for SelectionDAG::getLoad, getStore,...
2010-09-21 Chris Lattnersimplify interface to SelectionDAG::getMemIntrinsicNode...
2010-09-21 Chris Lattnerchagne interface to SelectionDAG::getAtomic to take...
2010-09-21 Chris Lattnerdon't implicitly drop the offset of a machinememoperand...
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-19 Owen AndersonRevert r114312 while I sort out some issues.
2010-09-19 Owen AndersonTentatively enabled DAGCombiner Alias Analysis by defau...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...
2010-09-15 Devang PatelCheck bb to ensure that alloca is in separate basic...
2010-09-15 Devang PatelIf dbg.declare from non-entry block is using alloca...
2010-09-14 Devang PatelUse frame index, if available for byval argument while...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Eric ChristopherSilence more warnings. Two more unused variables.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Devang PatelAdd DEBUG message.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-03 Bob WilsonAdd a missing check when legalizing a vector extending...
2010-09-02 Devang PatelDetect undef value early and save unnecessary NodeMap...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 Devang PatelTidy up.
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-31 Bruno Cardoso Lopeszap unused method. x86 is the only user and already...
2010-08-30 Bill WendlingRevert r112461. It was failing on PPC...
2010-08-30 Bill WendlingWhen adding a register, we should mark it as "def"...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-28 Dan GohmanTrim a #include.
2010-08-27 Devang PatelSimplify.
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Devang PatelIf node is not available then use FuncInfo.ValueMap...
2010-08-26 Devang PatelSpeculatively revert r112207.
2010-08-26 Devang Patel80 col.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-26 Devang PatelDonot forget to resolve dangling debug info in a case...
2010-08-26 Chris LattnerAdd a hackaround for PR7993 which is causing failures...
2010-08-26 Chris Lattnerimplement SplitVecOp_CONCAT_VECTORS, fixing the include...
2010-08-26 Chris Lattnerzap dead code.
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-08-24 Chris Lattnersplit the vector case of getCopyFromParts out to its...
2010-08-24 Chris Lattnersplit the vector case out of getCopyToParts into its...
2010-08-24 Chris Lattnertidy up, reduce indentation
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-19 Bob WilsonIf the target says that an extending load is not legal...
2010-08-17 Dale JohannesenMake fast scheduler handle asm clobbers correctly.
2010-08-17 Eric ChristopherFix typo.
2010-08-10 Evan ChengAdd missing null check reported by Amaury Pouly.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-08-02 Eli FriedmanPR7586: Make sure we don't claim that unknown bits...
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-27 Nate BegemanFix a crash in the dag combiner caused by ConstantFoldB...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-26 Evan ChengThe "excess register pressure" returned by HighRegPress...
2010-07-26 Dan GohmanHandle Values with no value in getCopyFromRegs.
2010-07-26 Duncan SandsPacify gcc-4.5 which wrongly thinks that RExcess (passe...
2010-07-25 Evan ChengAdd comments.
2010-07-25 Bob WilsonFix crashes when scheduling a CopyToReg node -- getMach...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-23 Dan GohmanMake SDNode::dump() print a newline at the end.
2010-07-23 Eric Christopher80-col.
2010-07-22 Gabor Greifkeep in 80 cols
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-07-22 Evan ChengRe-apply r109079 with fix.
2010-07-22 Owen AndersonRevert r109079, which broke a lot of CodeGen tests.
2010-07-22 Evan ChengInitialize RegLimit only when register pressure is...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
next