Inline check that's used only once.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2011-03-26 Benjamin KramerTurn SelectionDAGBuilder::GetRegistersForValue into...
2011-03-25 Andrew TrickFix for -pre-RA-sched=source.
2011-03-23 Eli FriedmanPR9535: add support for splitting and scalarizing vecto...
2011-03-23 Andrew TrickEnsure that def-side physreg copies are scheduled above...
2011-03-23 Andrew Trickwhitespace
2011-03-23 Andrew TrickAdded block number and name to isel debug output.
2011-03-21 Eric ChristopherGrammar-o.
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 Cameron ZwarichMove more logic into getTypeForExtArgOrReturn.
2011-03-17 Cameron ZwarichRename getTypeForExtendedInteger() to getTypeForExtArgO...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichDon't recompute something that we already have in a...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-14 Evan ChengBIT_CONVERT has been renamed to BITCAST.
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2011-03-11 Andrew TrickReplace -dag-chain-limit flag with constant. It has...
2011-03-11 Evan ChengAvoid replacing the value of a directly stored load...
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Andrew TrickImprove pre-RA-sched register pressure tracking for...
2011-03-09 Benjamin KramerFix typo, make helper static.
2011-03-08 Eric ChristopherFix some latent bugs if the nodes are unschedulable...
2011-03-08 Andrew TrickFurther improvements to pre-RA-sched=list-ilp.
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-07 Owen AndersonUse the correct LHS type when determining the legalizat...
2011-03-06 Eric ChristopherTypo.
2011-03-06 Andrew TrickDisable a couple of experimental heuristics to get...
2011-03-05 Andrew TrickBe explicit with abs(). Visual Studio workaround.
2011-03-05 Andrew TrickFix for -sched-high-latency-cycles in sched=list-ilp...
2011-03-05 Andrew TrickMissing comment.
2011-03-05 Andrew TrickIncreased the register pressure limit on x86_64 from...
2011-03-04 Duncan SandsRevert commit 126684 "Use the correct shift amount...
2011-03-04 Andrew TrickMinor pre-RA-sched fixes and cleanup.
2011-03-03 Bill WendlingThere are times when the landing pad won't have a call...
2011-03-03 Eli FriedmanRevert r123908; the code in question is completely...
2011-03-02 Bob WilsonAvoid exponential blow-up when printing DAGs.
2011-03-02 Stuart HastingsCan't introduce floating-point immediate constants...
2011-03-01 Duncan SandsAdd a few missed unary cases when legalizing vector...
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-02-28 Owen AndersonUse the correct shift amount type.
2011-02-28 Owen AndersonClean whitespace.
2011-02-27 Duncan SandsLegalize support for fpextend of vector. PR9309.
2011-02-27 Nadav RotemFix typos in the comments.
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-26 Benjamin KramerAdd some DAGCombines for (adde 0, 0, glue), which are...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 Jim GrosbachFix formatting of debug helper string.
2011-02-25 Cameron ZwarichSet NumSignBits to 1 if KnownZero/KnownOne are being...
2011-02-25 Cameron ZwarichWe only want to zero extend the existing information...
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-24 Cameron ZwarichHave isel visit blocks in reverse postorder rather...
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-22 Cameron ZwarichHave isel visit blocks in reverse postorder rather...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Duncan SandsFix wrong logic in promotion of signed mul-with-overflo...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Eric ChristopherRefactor zero folding slightly. Clean up todo.
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-02-12 Nadav RotemA fix for 9165.
2011-02-11 Nadav RotemSimplifySelectOps can only handle selects with a scalar...
2011-02-11 Nadav RotemFix #9190
2011-02-07 Devang PatelRemove comment about an argument that was removed coupl...
2011-02-04 Andrew TrickIntroducing a new method of tracking register pressure...
2011-02-03 Andrew Trickwhitespace
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-01 Matt Beaumont-GayTake Bill Wendling's suggestion for structuring a coupl...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 Richard OsborneFix bug where ReduceLoadWidth was creating illegal...
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-29 Benjamin KramerAdd the missing sub identity "A-(A-B) -> B" to DAGCombine.
2011-01-28 Nick LewyckyFix build with stdcxx by using llvm::next. Patch by...
2011-01-27 Andrew TrickRemove a temporary workaround for a lencod miscompile...
2011-01-27 Devang PatelSpeculatively revert r124380.
2011-01-27 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-27 Matt Beaumont-GayTry harder to not have unused variables.
2011-01-27 Matt Beaumont-GayOpt-mode -Wunused-variable cleanup
2011-01-27 Devang PatelReapply 124301
next