Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead,
[oota-llvm.git] / lib /
2008-07-15 Dan GohmanDon't sort SDNodes by their addresses in SelectionDAG...
2008-07-15 Owen AndersonRevert this, as it seems to still be broken.
2008-07-15 Owen AndersonEnable local PRE by default.
2008-07-15 Owen AndersonHave GVN do a pre-pass over the CFG that folds away...
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.
2008-07-15 Matthijs KooijmanAllow deadargelim to change return types even though...
2008-07-15 Matthijs KooijmanRevert r53606. It turns out that explicitely tracking...
2008-07-15 Matthijs KooijmanMake deadargelim a bit less smart, so it doesn't choke...
2008-07-15 Matthijs KooijmanDon't use isa when we can reuse a previous dyn_cast.
2008-07-15 Matthijs KooijmanMake DeadArgElim keep liveness of the return value...
2008-07-15 Duncan SandsLegalizeTypes support for promotion of bswap.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of SIGN_EXTEND_INREG.
2008-07-15 Duncan SandsReorder the integer promotion methods alphabetically.
2008-07-15 Matthijs KooijmanLet DAE keep a list of live functions, instead of simpl...
2008-07-15 Matthijs KooijmanSplit DAE::MarkLive into MarkLive and PropagateLiveness.
2008-07-15 Matthijs KooijmanPass around const RetOrArg references instead of copyin...
2008-07-15 Matthijs KooijmanSimplify debug code by using RetOrArg::getDescription().
2008-07-15 Matthijs KooijmanFix indentation (intentionally left out of the previous...
2008-07-15 Matthijs KooijmanMove the deadargelim code for intrinsically alive funct...
2008-07-15 Mon P WangFixed potential bug if the source and target of a bit...
2008-07-15 Nick LewyckyCorrect this inversion!
2008-07-15 Nick LewyckyFix up comments.
2008-07-15 Bruno Cardoso LopesFixed call stack alignment. Improved AsmPrinter alignme...
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-14 Dan GohmanFix uninitialized use of the Changed variable.
2008-07-14 Dan GohmanImprove debug output for MemOperandSDNode. PseudoSource...
2008-07-14 Dan GohmanFix edito in the PseudoSourceValue name list.
2008-07-14 Duncan SandsI don't think BUILD_PAIR can have a vector result.
2008-07-14 Duncan SandsTighten up some checks. Fix FPOWI splitting for
2008-07-14 Chris LattnerReapply r53540, now with the matching header!
2008-07-14 Duncan SandsAn INSERT_VECTOR_ELT can insert a larger value
2008-07-14 Duncan SandsAccording to the docs, it is possible to have an
2008-07-14 Duncan SandsThere should be no extending loads or truncating
2008-07-14 Duncan SandsIgnore TargetConstant with an illegal type. These
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-14 Duncan SandsRevert r53540 - it does not compile.
2008-07-14 Chris LattnerReimplement LinkFunctionProtos in terms of GetLinkageRe...
2008-07-14 Chris Lattnerdon't do any linkage, not even type resolution, of...
2008-07-14 Chris Lattnerimplement linking of globals to functions, in one direction
2008-07-14 Chris Lattnerwrap long lines, remove some code from a non-assert...
2008-07-14 Chris LattnerFix a bunch of bugs handling vector compare constant...
2008-07-14 Chris LattnerDocument and fix Constant::getVectorElements to return...
2008-07-14 Chris LattnerIf a function calls setjmp, never inline it into other...
2008-07-14 Chris Lattnersimplify some code, shuffle and insertelt always return...
2008-07-14 Chris LattnerAdd a note.
2008-07-14 Chris LattnerFix PR2506 by being a bit more careful about reverse...
2008-07-13 Chris LattnerFix mishandling of the infinite loop case when merging...
2008-07-13 Chris Lattnermore refactoring. Use early exits instead of really...
2008-07-13 Chris Lattnerimprove comments.
2008-07-13 Chris Lattnerfactor another large hunk of code out into its own...
2008-07-13 Chris LattnerFinal bit of simplification for FoldBranchToCommonDest.
2008-07-13 Chris Lattnersimplify logic a bit
2008-07-13 Chris LattnerRefactor some code out into its own helper function...
2008-07-12 Nick LewyckyStop creating extraneous smax/umax in SCEV. This remove...
2008-07-12 Nick LewyckyEnhance analysis of srem.
2008-07-12 Evan ChengImplement llvm.atomic.cmp.swap.i32 on PPC. Patch by...
2008-07-12 Evan ChengTypos.
2008-07-12 Evan ChengFix PR2536: a nasty spiller bug. If a two-address instr...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-12 Dan GohmanAdd a utility function to MachineInstr for testing...
2008-07-11 Dan GohmanFix spelling of "hierarchy" in comments.
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-07-11 Dan GohmanFix an obsolete top-level comment.
2008-07-11 Dan GohmanFactor out debugging code into the common base class.
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-11 Chris Lattneradd support for returning i128, PR2532.
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-11 Owen AndersonDon't call lookupNumber more than we have to.
2008-07-11 Duncan SandsRemove an apparently useless routine: there should
2008-07-11 Duncan SandsIt is pointless to turn a UINT_TO_FP into an
2008-07-11 Duncan SandsAdd two missing SINT_TO_FP libcalls.
2008-07-11 Duncan SandsPort a shift-by-1 optimization from LegalizeDAG: it
2008-07-11 Duncan SandsAdd support for 128 bit shifts and 32 bit shifts
2008-07-11 Nick LewyckyDocument 'mask' in this calculation.
2008-07-11 Duncan SandsAlign comments, colons and cases. Remove trailing
2008-07-11 Nick LewyckyRemove misleading constant from comment.
2008-07-11 Nick LewyckyAdd another optimization from PR2330. Also catch some...
2008-07-11 Bill WendlingThe frame address on an x86-64 box needs to be offset...
2008-07-11 Chris Lattnera missed optimization that Eli spotted
2008-07-11 Chris Lattneranother bug in the same line.
2008-07-11 Chris Lattnerfix a bug spotted by Eli's eagle eyes
2008-07-11 Chris Lattnersimplify and merge a bunch of code. Instead of compari...
2008-07-11 Chris Lattnerfold away (x <= cst) earlier, allowing us to not have to
2008-07-11 Chris LattnerFix folding of icmp's of i1 where the comparison is...
2008-07-11 Chris LattnerFix a bogus optimization: folding (slt (zext i1 A to...
2008-07-11 Chris Lattnerregenerate
2008-07-11 Chris LattnerImplement PR2538
2008-07-10 Chris LattnerFix a bug in the soft-float handling of FCOPYSIGN that...
2008-07-10 Chris Lattnermake legalize types be a command line option: -enable...
2008-07-10 Dan GohmanMake stack slot coloring's debug output more consistent...
2008-07-10 Evan ChengChange StackSlotForVirtReg (which maps vregs to frame...
2008-07-10 Chris LattnerRemove extraneous vertical whitespace before Eric gets...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-10 Duncan SandsAdd support for 128 bit multiplicative operations.
2008-07-10 Duncan SandsAdd a mysteriously missing libcall, FPTOSINT_F80_I32.
2008-07-10 Duncan SandsFix a FIXME: use an apint in CTTZ legalization.
2008-07-10 Duncan SandsRemove PromoteIntRes_FP_ROUND - not sure what it
2008-07-10 Duncan SandsMake sure the alignment of the temporary created
2008-07-10 Duncan SandsMake the LegalizeType method naming scheme more regular.
next