llvm::Function argument count is not a good indicator of how many arugments does...
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
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
2011-01-26 Bill WendlingInitialize variable to get rid of clang warning.
2011-01-26 Devang PatelRevert 124301.
2011-01-26 Devang PatelRevert r124302
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-26 Devang PatelProcess valid SDDbgValues even if the node does not...
2011-01-26 Devang PatelRefactor.
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-25 Devang PatelProvide an interface to transfer SDDbgValue from one...
2011-01-25 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-25 Devang PatelThis assertion is too restrictive, it does not apply...
2011-01-24 Devang PatelSpeculatively revert r124138.
2011-01-24 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Andrew TrickTemporarily workaround JM/lencod miscompile (SIGSEGV).
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Eric ChristopherMy editor's indent went crazy. Fix.
2011-01-20 Eric ChristopherExpand invalid return values for umulo and smulo. Handl...
2011-01-20 Andrew TrickSelection DAG scheduler register pressure heuristic...
2011-01-20 Eric ChristopherUse only one API at a time.
2011-01-20 Eric ChristopherIf we can, lower the multiply part of a umulo/smulo...
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-18 Stuart HastingsRemove checking that prevented overlapping CALLSEQ_STAR...
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-15 Benjamin KramerAdd an assert so we don't silently miscompile ctpop...
2011-01-15 Benjamin KramerReimplement CTPOP legalization with the "best" algorith...
2011-01-14 Dan GohmanDelete an assignment to ThisBB which isn't needed,...
2011-01-14 Andrew TrickSupport for precise scheduling of the instruction selec...
2011-01-14 Chris LattnerSet the insertion point correctly for instructions...
2011-01-13 Dan GohmanFix r123346 to handle scalar types too.
2011-01-12 Dan GohmanApply the patch from PR8958, which allows llc to get...
2011-01-11 Eric ChristopherMove ExpandAtomic into the integer expansion routines...
2011-01-10 Dale JohannesenFix PR 8916 (qv for analysis), at least the immediate...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
next