Whitespace cleanup. Test commit.
[oota-llvm.git] / lib / CodeGen /
2008-08-12 Dan GohmanCorrect the filename in the top-of-file comment.
2008-08-11 Dan GohmanTake the FrameOffset into account when computing the...
2008-08-09 Gordon HenriksenFix some typos. Apparently I think C needs a power...
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Owen AndersonReduce the entries in a phi before testing it for deadn...
2008-08-08 Evan ChengAdd skeleton of simple basic block instruction selector.
2008-08-08 Nick LewyckyDon't crash printing the asm for a ConstantExpr PtrToIn...
2008-08-07 Bruno Cardoso LopesAdd the remaining fp_round libcalls:
2008-08-07 Owen AndersonDo a dominator walk when scheduling copies, rather...
2008-08-07 Dan GohmanRe-enable elimination of unnecessary SUBREG_TO_REG...
2008-08-07 Evan ChengFactor code that finalize PHI nodes, jump tables, etc...
2008-08-06 Owen AndersonSDISel's constant branch folding can fold away self...
2008-08-06 Owen AndersonCorrect handle cases where two phis are coalesced toget...
2008-08-06 Owen AndersonOops, didn't mean to commit this.
2008-08-06 Owen AndersonWe don't need to try to coalesce input vregs that are...
2008-08-06 Owen AndersonOnly trim a live interval if the register is not used...
2008-08-06 Owen AndersonOnly remap each VNInfo once when doing renumbering.
2008-08-05 Owen AndersonFix breakage on ARM/2008-04-10-ScavengerAssert.ll.
2008-08-05 Evan ChengFix PR2596: out of bound reference.
2008-08-05 Owen AndersonCorrectly handle replacement and removal of PHIs with...
2008-08-05 Owen AndersonOops, we were already checking for dead phis. Handle...
2008-08-05 Owen AndersonWe don't need to update live intervals for dead PHIs.
2008-08-05 Owen AndersonRemove the -disable-correct-folding option, which was...
2008-08-05 Dan GohmanFix several const-correctness issues, resolving some...
2008-08-05 Evan ChengRemove #if 0.
2008-08-05 Evan ChengFix PR2568: Fix bug that cause redudant kill marker...
2008-08-05 Owen AndersonRemove unneeded iteration. Thanks to Dan for the feedback.
2008-08-05 Owen AndersonThis option doesn't need to be a target option. It...
2008-08-04 Owen Anderson- Fix SelectionDAG to generate correct CFGs.
2008-08-04 Dan GohmanFix SDISel lowering of PHI nodes to use ComputeValueVTs.
2008-08-04 Dan GohmanFix SDISel lowering of zeroinitializer and undef to...
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-31 Dan GohmanImprove dagcombining for sext-loads and sext-in-reg...
2008-07-30 Dan GohmanMove SelectionDAG::viewGraph() out of line; as an inlin...
2008-07-30 Dan GohmanDon't look for leaf values to store when lowering stores of
2008-07-30 Owen AndersonUse existing LiveInterval methods to simplify live...
2008-07-30 Owen AndersonValue numbers whose def index is a special sentinel...
2008-07-30 Owen AndersonMore fixes for corner cases when remapping live range...
2008-07-30 Owen AndersonWhen merging live intervals, we also need to merge...
2008-07-29 Owen AndersonWhen merging a PHI operand's live interval into the...
2008-07-29 Owen AndersonDon't decrement the BB remap when we don't need to.
2008-07-29 Duncan SandsFix PR2609. If a label is deleted, then it needs
2008-07-29 Nate BegemanFix broken CellSPU lowering, re-instate braces in Legalize
2008-07-29 Nate BegemanDisable a fix in the previous patch, since it breaks...
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-28 Dan GohmanFix a typo in a comment.
2008-07-27 Dan GohmanMake the ScheduleDAG's GraphRoot edge be blue and dashe...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-27 Dan GohmanRename isOnlyUseOf to isOnlyUserOf.
2008-07-27 Duncan SandsSome binary operations were being treated as
2008-07-25 Owen AndersonFix the issues originally addressed in r54070. After...
2008-07-25 Owen AndersonRevert my previous patch. In retrospect, this is compl...
2008-07-25 Owen AndersonSpecial cases are needed in renumbering when dealing...
2008-07-25 Owen AndersonIn order to avoid reprocessing a register more than...
2008-07-25 Owen AndersonRemove live interval entries for an interval if we...
2008-07-25 Owen AndersonProperly remap live ranges whose end indices are the...
2008-07-25 Owen AndersonMake the remapping of interval indices (particularly...
2008-07-25 Dan GohmanDisable the new aggressive remat logic introduced in...
2008-07-25 Mon P WangWhen splitting a vector shuffle, fixed which type we...
2008-07-25 Dan GohmanUse AliasAnalysis::pointsToConstantMemory in SDISel...
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Owen AndersonStore the predecessor MBB in the PHIUnion, rather than...
2008-07-23 Owen AndersonEnable the insertion of empty indices into LiveInterals...
2008-07-23 Owen AndersonFix a compile-time regression introduced by my heuristi...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-22 Owen AndersonChange the heuristics used in the coalescer, register...
2008-07-22 Evan ChengFix pr2566: incorrect assumption about bit_convert...
2008-07-22 Dan GohmanMake the GraphRoot edge look like a chain edge, which...
2008-07-22 Bill WendlingAnother buildbot test commit.
2008-07-22 Bill WendlingTrivial check-in to test buildbot. No functionality...
2008-07-21 Dan GohmanFix grammaros in comments.
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanAfter early-lowering the FORMAL_ARGUMENTS node, delete it.
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-21 Dan GohmanFix uses of underscore-capital names.
2008-07-21 Dan GohmanNow that the MachineInstr leaks are fixed, enable leak...
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-20 Bill WendlingPull r53795 from Gaz into mainline:
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 SandsRevert 53729, after waking up in the middle of
2008-07-18 Dan GohmanFix a LocalSpiller leak. This fixes tramp3d-v4.
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 Evan ChengSubreg live interval valno may not have a corresponding...
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 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
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 Duncan SandsReorder methods alphabetically. No functionality change.
next