test commit access
[oota-llvm.git] / lib /
2008-07-17 Owen AndersonMake MergeBlockIntoPredecessor more aggressive when...
2008-07-17 Owen AndersonEnable PRE. My last batch of changes fixed the miscompile.
2008-07-17 Duncan SandsUse a legal type for elements of the vector_shuffle
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-17 Nate BegemanRemove unnecessary readme entry
2008-07-17 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-17 Nate BegemanFix a typo in last commit
2008-07-17 Nate BegemanSSE codegen for vsetcc nodes
2008-07-17 Matthijs KooijmanMake GlobalOpt preserve address spaces when scalar...
2008-07-17 Chris LattnerFix PR2553
2008-07-17 Mon P WangWhen lowering certain atomics, we need to copy the...
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
2008-07-17 Evan ChengInliner tweak. Function calls should cost more than...
2008-07-17 Owen AndersonFactor MergeBlockIntoPredecessor out into BasicBlockUtils.
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
2008-07-16 Owen AndersonThere's no need to iterate block merging and PRE. ...
2008-07-16 Scott MichelSomehow, custom lowering of i64 multiplications got...
2008-07-16 Dan GohmanFix the result type of X86's truncate to i8.
2008-07-16 Dan GohmanFix the result type of a VECTOR_SHUFFLE+BIT_CONVERT...
2008-07-16 Duncan SandsAdd support for promoting and expanding AssertZext
2008-07-16 Dan GohmanFix a comment to say nonnegative instead of positive.
2008-07-16 Dan GohmanAdd an assert to check for empty flags for MachineMemOp...
2008-07-16 Matthijs KooijmanRedo InstCombiner::visitExtractValueInst. Instead of...
2008-07-16 Duncan SandsReorder methods alphabetically. No functionality change.
2008-07-16 Duncan SandsTurn on LegalizeTypes by default.
2008-07-16 Matthijs KooijmanDon't use ++idx_begin when I actually mean idx_begin...
2008-07-16 Evan ChengFix PR2296. Do not transform x86_sse2_storel_dq into...
2008-07-16 Evan Chengx86-64 PIC JIT fixes: do not generate the extra load...
2008-07-16 Evan ChengX86-64 PIC jump table values are different from x86...
2008-07-15 Dan GohmanTargetAsmInfo::SectionForGlobal showed up in a profile...
2008-07-15 Dan GohmanSelectionDAG::AssignNodeIds is unused.
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.
next