Remove an unused variable.
[oota-llvm.git] / lib / CodeGen /
2008-05-30 Dan GohmanRemove an unused variable.
2008-05-29 Owen AndersonMake the renumbering correct in the face of deleted...
2008-05-29 Bill WendlingRemove <iostream>.
2008-05-29 Dan GohmanExpand small memmovs using inline code. Set the X86...
2008-05-29 Owen AndersonRevert part of my last patch that I didn't intend to...
2008-05-29 Owen AndersonRenumbering needs to account for instruction slot offse...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...
2008-05-29 Bill WendlingImplement "AsCheapAsAMove" for some obviously cheap...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-28 Bill WendlingCheck the "isSafeToMove" predicate, which has a series...
2008-05-28 Owen AndersonRemap VNInfo data as well when doing renumbering.
2008-05-28 Owen AndersonFactor the numbering computation into a separate method...
2008-05-28 Evan ChengFix PR2289: vr defined by multiple implicit_def as...
2008-05-28 Evan ChengTeach local register allocator to deal with landing...
2008-05-27 Bill WendlingIncorporated feedback: Check that the implicitly define...
2008-05-27 Duncan SandsFix some constructs that gcc-4.4 warns about.
2008-05-26 Bill WendlingThe enabling of remat in 2-address conversion breaks...
2008-05-26 Bill WendlingA problem that's exposed when machine LICM is enabled...
2008-05-23 Evan ChengRevert 51440 as it breaks a bunch of PIC tests.
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-23 Dale JohannesenRewrite a loop to avoid using iterators pointing to
2008-05-23 Dan GohmanGeneralize the new code in instcombine's ComputeNumSign...
2008-05-23 Bill WendlingRemove warnings about comparison between signed and...
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-22 David GreeneWhen rewriting defs and uses after spilling, don't...
2008-05-22 David GreeneDon't attempt to update SpillSlotToUsesMap for stack...
2008-05-21 Evan ChengFix PR2343. An *interesting* coalescer bug.
2008-05-20 Dan GohmanPort the fix for the select operator from instcombine's
2008-05-20 Dan GohmanCode simplification.
2008-05-20 Evan ChengMore local spiller complexity!
2008-05-20 Evan ChengDon't spill dead def.
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-16 Evan ChengIf the result of a BIT_CONVERT is a v1* vector, it...
2008-05-16 Duncan SandsSilence the compiler warning differently. The
2008-05-15 Nate BegemanActually scalarize the operand to BIT_CONVERT instead...
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-15 Evan ChengMake use of vector load and store operations to impleme...
2008-05-14 Evan ChengUse a better idiom to silence compiler warnings.
2008-05-14 Evan ChengReally silence compiler warnings.
2008-05-14 Evan ChengReally silence compiler warnings.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Evan ChengSilence some compiler warnings.
2008-05-14 Dan GohmanWhen bit-twiddling CondCode values for integer comparis...
2008-05-14 Dan GohmanWhitespace cleanups.
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Nate BegemanTeach Legalize how to scalarize VSETCC
2008-05-12 Evan ChengXform bitconvert(build_pair(load a, load b)) to a singl...
2008-05-12 Dale JohannesenBe more aggressive about tail-merging small blocks
2008-05-12 Bill WendlingConstify isSourceDefinedByImplicitDef function. Otherwi...
2008-05-12 Dale JohannesenFurther rework of tail merge algorithm. Not quite
2008-05-12 Evan ChengRefactor isConsecutiveLoad from X86 to TargetLowering...
2008-05-12 Bill WendlingRevert the previous commit. Go ahead and hoist remateri...
2008-05-12 Nate BegemanAdd support for vicmp/vfcmp codegen, more legalize...
2008-05-12 Bill WendlingOne real change - don't hoist something that's triviall...
2008-05-12 Dan GohmanFix a missing break in the ISD::FLT_ROUNDS_ handling...
2008-05-10 Evan ChengIf all sources of a PHI node are defined by an implicit...
2008-05-10 Bill WendlingCosmetic changes:
2008-05-09 Dale JohannesenRemove an evil vector bool. Cosmetic refactoring,
2008-05-09 Dale JohannesenRewrite tail merging algorithm to handle the
2008-05-08 Duncan SandsGet exception handling working again on 64 bit
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-07 Evan ChengYet another nasty spiller bug.
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-06 Dan GohmanInstead of enumerating each opcode that isn't handled...
2008-05-06 Dan GohmanCorrect the value of LowBits in srem and urem handling in
2008-05-06 Dan GohmanFix a broken doxygen comment, and reword it for clarity.
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Dan GohmanFix a bug in the ELF writer that caused it to produce...
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...
2008-05-02 Dan GohmanFix a typo in a comment.
2008-05-02 Dan GohmanUse push_back(...) instead of resize(1, ...), per revie...
2008-05-01 Dan GohmanFix uninitialized uses of the FPC variable.
2008-05-01 Chris Lattnerdon't randomly miscompile seto/setuo just because we...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-30 Dale JohannesenAdd comments for previous patch as requested.
2008-04-30 Scott MichelFix custom target lowering for zero/any/sign_extend...
2008-04-29 Dale JohannesenMake eh_frame objects by 8-byte aligned on 64-bit
2008-04-29 Roman LevensteinUse std::set instead of std::priority_queue for the...
2008-04-29 Chris Lattnermake the vector conversion magic handle multiple results.
2008-04-29 Chris Lattneradd support for multiple return values in inline asm...
2008-04-29 Evan ChengAnother extract_subreg coalescing bug.
2008-04-28 Evan ChengFix a bug in RegsForValue::getCopyToRegs() that causes...
2008-04-28 Dan GohmanEvan pointed out that folding sext to zext may not...
2008-04-28 Dan GohmanDelete an unused constructor.
2008-04-28 Dan GohmanAdd a comment to CreateRegForValue that clarifies the...
2008-04-28 Dan GohmanRewrite the comments for RegsForValue and its members...
2008-04-28 Dan GohmanDon't call size() on each iteration of the loop.
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-28 Dan GohmanTeach InstCombine's ComputeMaskedBits what SelectionDAG's
2008-04-28 Dan GohmanTeach DAGCombine to convert (sext x) to (zext x) when the
2008-04-28 Chris LattnerAnother collection of random cleanups. No functionalit...
next