Use aligned stack spills, where possible. This fixes PR2549.
[oota-llvm.git] / lib /
2008-07-19 Anton KorobeynikovUse aligned stack spills, where possible. This fixes...
2008-07-19 Evan ChengFix a memory leak in LiveIntervalAnalysis.
2008-07-18 Duncan SandsSoftfloat support for FDIV. Patch by
2008-07-18 Duncan SandsEliminate unused variable.
2008-07-18 Duncan SandsSupress a gcc-4.3 warning.
2008-07-18 Duncan SandsRevert 53729, after waking up in the middle of
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-07-18 Dan GohmanFix a LocalSpiller leak. This fixes tramp3d-v4.
2008-07-18 Owen AndersonMake PRE actually handle critical edges (by splitting...
2008-07-18 Owen AndersonReapply r53735. My last patch fixed the failures Dan...
2008-07-18 Owen AndersonAdd some checks that got lost in the shuffle. This...
2008-07-18 Dan GohmanRevert r53735. It broke SPEC 464.h264ref.
2008-07-18 Chris Lattnerverify limits-fndefn.c from the GCC testsuite before the
2008-07-17 Dan GohmanRe-introduce LeakDetector support for MachineInstrs...
2008-07-17 Dan GohmanWhen printing MemOperand nodes, only use print() for
2008-07-17 Owen AndersonUse MergeBlockIntoPredecessor to simplify some code.
2008-07-17 Evan ChengSubreg live interval valno may not have a corresponding...
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.
next