oota-llvm.git
2009-01-30 Gabor Greifuse precise getters
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Zhou ShengAs Duncan suggested, add braces for the one-line "else...
2009-01-30 Zhou ShengThis is to fix the bug in IntrinsicLowering.cpp,
2009-01-30 Sanjiv GuptaFixed the comment. No functionality change.
2009-01-30 Zhou ShengThis is case is to uncover the bug in IntrinsicLowering...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-30 Sanjiv GuptaUse sublw for comparison with literals instead of subwf.
2009-01-30 Mon P WangWhen PerformBuildVectorCombine, avoid creating a X86ISD...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-30 Bill WendlingPropagate debug loc info in SimplifyNodeWithTwoResults.
2009-01-30 Bill WendlingPropagate debug loc info for MULHS.
2009-01-30 Bill WendlingPropagate debug loc info for SREM and UREM.
2009-01-30 Bill WendlingPropagate debug loc info for UDIV.
2009-01-30 Bill WendlingPropagate debug loc info for SDIV.
2009-01-30 Bill WendlingForgot to propagate debug loc info here.
2009-01-30 Dan GohmanFix a post-RA scheduling dependency bug.
2009-01-30 Bill WendlingPropagate debug loc info for MUL.
2009-01-30 Bill WendlingPropagate debug loc info in SUB.
2009-01-30 Bill WendlingPropagate debug loc info in ADDC and ADDE.
2009-01-30 Bill WendlingPropagate debug loc info in DAG combine's "ADD".
2009-01-30 Bill Wendling- Propagate debug loc info in combineSelectAndUse().
2009-01-30 Mikhail GlushenkovAdd some comments.
2009-01-30 Chris LattnerFix a bug in getMaxValue/getMinValue to pass the right...
2009-01-30 Devang PatelEnable target tripple.
2009-01-30 Devang PatelLinux and other target's encoding for DW_AT_declaratio...
2009-01-30 Dale JohannesenPropagate debug info when building SelectionDAG.
2009-01-30 Devang PatelRemove dead code, again.
2009-01-30 Devang PatelRemove dead code.
2009-01-30 Devang PatelAdd DW_AT_declaration for class methods.
2009-01-30 Bill WendlingPropagate debug location info for the token factor.
2009-01-30 Devang PatelAdd dump() routines to help debug debug info :)
2009-01-30 Bill WendlingAdd DebugLoc propagation to some of the methods in...
2009-01-29 Bill WendlingExplain why this is here.
2009-01-29 Owen AndersonXFAIL this test. It only worked before because of...
2009-01-29 Owen AndersonCorrect the algorithms for choosing spill and restore...
2009-01-29 Dan GohmanExplicitly add PseudoSourceValue information when lowering
2009-01-29 Dan GohmanMake a few things const, fix some comments, and simplify
2009-01-29 Chris LattnerFix windows build, patch by Marius Wachtler!
2009-01-29 Evan ChengLocal register allocator shouldn't assume only the...
2009-01-29 Dan GohmanFix two typos that Duncan spotted in a comment.
2009-01-29 Dan GohmanIn the case of an extractelement on an insertelement...
2009-01-29 Evan ChengAdd a always_inline test case.
2009-01-29 Bill WendlingRevert r63273. This was already implemented by Dale...
2009-01-29 Evan ChengAdd a test case for Chris lvalue alignment fixes.
2009-01-29 Owen AndersonFix an issue where restores could be inserted after...
2009-01-29 Owen AndersonComments are good. :-)
2009-01-29 Owen AndersonAdd support for aggressive load-use-store folding....
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Chris LattnerFix PR3424, a static constructor ordering issue. Patch...
2009-01-29 Evan ChengExit with nice warnings when register allocator run...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-29 Dan GohmanMove the code that starts printing the Select_* functions
2009-01-29 Evan ChengA slight compile time optimization. If the caller knows...
2009-01-29 Dale JohannesenAdd DebugLoc-sensitive versions of many node creation
2009-01-29 Evan ChengFix comment about removeRange.
2009-01-28 Mon P WangFixed lowering of v816 shuffles.
2009-01-28 Bill WendlingMake test platform agnostic.
2009-01-28 Bill WendlingAdd DebugLoc to the getNode() methods.
2009-01-28 Dan GohmanGive this test an explicit target, to make it host...
2009-01-28 Dan GohmanSDOperand has been renamed to SDValue. SDNode::Val...
2009-01-28 Dan GohmanAdd more comments describing SDNode operator codes.
2009-01-28 Dale JohannesenAdd DebugLoc-aware constructors for SDNode derived
2009-01-28 Dan GohmanAdd some comments on ISD::NodeType.
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-28 Chris LattnerFix some issues with volatility, move "CanConvertToScal...
2009-01-28 Chris Lattnerstrengthen this test.
2009-01-28 Mon P WangFixed extract element when the result needs to be promo...
2009-01-28 Dan GohmanDelete unnecessary elses.
2009-01-28 Chris LattnerEnable PACKAGE_VERSION in cmake builds, this unbreaks...
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-28 Duncan SandsFormatting.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2009-01-28 Evan ChengThe memory alignment requirement on some of the mov...
2009-01-28 Mon P WangAdded sse test patterns for r62979 and r63193.
2009-01-28 Mon P WangAdd shuffle splat pattern for x86 sse shifts.
2009-01-28 Mikhail GlushenkovTypo.
2009-01-28 Mikhail GlushenkovUpdate the generated docs.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-28 Mikhail GlushenkovClarify comment.
2009-01-28 Dan GohmanUse ValueType::bitsLT to simplify some code.
2009-01-28 Dan GohmanUse ZERO_EXTEND instead of ANY_EXTEND when promoting
2009-01-28 Bill WendlingComment fixes.
2009-01-28 Evan ChengSuppress a compile time warning.
2009-01-27 Dale JohannesenEmbalm my ideas of how things should work. Not that
2009-01-27 Devang PatelAdd type DIE into appropriate context DIE.
2009-01-27 Dale JohannesenAdd a DebugLoc field and some simple accessors.
2009-01-27 Dale JohannesenReorder args, constify.
2009-01-27 Bill WendlingAdd testcase for r63142.
2009-01-27 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
2009-01-27 Dan GohmanUse .empty() instead of comparing .size() with 0.
2009-01-27 Dale JohannesenUpdate to latest spelling.
2009-01-27 Dale JohannesenAdd DebugLoc field and simple accessors.
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-27 Dan GohmanAdd an assertion to the form of SelectionDAG::getConsta...
2009-01-27 Dan GohmanReformat the allocation-order arrays to a more conventi...
2009-01-27 Dan GohmanDelete redundant return statements.
2009-01-27 Dan GohmanRespect the DisableRedZone flag on PowerPC.
2009-01-27 Dan GohmanSimplify findNonImmUse; return the result using the...
next