Propagate debug info through MakeLibCall and a
[oota-llvm.git] / lib /
2009-01-31 Dale JohannesenPropagate debug info through MakeLibCall and a
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation in LOAD etc. methods.
2009-01-30 Bill WendlingMore DebugLoc propagation in floating-point methods.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingStandardize comments about folding xforms.
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some FP arithmetic methods.
2009-01-30 Bill WendlingPropagate debug loc info for some FP arithmetic methods.
2009-01-30 Bill WendlingPropagate debug loc info for BIT_CONVERT.
2009-01-30 Bill WendlingPropagate debug loc info for more *_EXTEND methods.
2009-01-30 Bill WendlingPropagate debug loc info for ANY_EXTEND.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-30 Bill Wendling- Propagate debug loc info for SELECT.
2009-01-30 Bill WendlingPropagate debug loc info for Shifts.
2009-01-30 Bill WendlingPropagate debug loc info for XOR and MatchRotate.
2009-01-30 Bill WendlingPropagate debug loc info for OR. Also clean up some...
2009-01-30 Bill WendlingPerform obvious constant arithmetic folding.
2009-01-30 Bill WendlingPropagate debug loc info for AND. Also clean up some...
2009-01-30 Bill WendlingPropagate debug loc info in SimplifyBinOpWithSameOpcode...
2009-01-30 Gabor Greifuse precise getters
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 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 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 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 Bill WendlingRevert r63273. This was already implemented by Dale...
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 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 WendlingAdd DebugLoc to the getNode() methods.
2009-01-28 Dale JohannesenAdd DebugLoc-aware constructors for SDNode derived
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 Mon P WangFixed extract element when the result needs to be promo...
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 WangAdd shuffle splat pattern for x86 sse shifts.
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 Evan ChengSuppress a compile time warning.
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 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
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...
2009-01-27 Torok EdwinAPInt's countLeadingOnes() was broken for negative...
2009-01-27 Owen AndersonMake the pre-split-limit option more useful by using...
2009-01-27 Evan ChengImplement multiple with overflow by 2 with an add instr...
2009-01-27 Dan GohmanEliminate unnecessary operands-list traversals.
2009-01-27 Dan GohmanEnable the red zone on x86-64 by default.
2009-01-27 Devang PatelAssorted debug info fixes.
next