aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2009-01-30Propagate debug loc info for some FP arithmetic methods.Bill Wendling
2009-01-30Propagate debug loc info for some FP arithmetic methods.Bill Wendling
2009-01-30Propagate debug loc info for BIT_CONVERT.Bill Wendling
2009-01-30Propagate debug loc info for more *_EXTEND methods.Bill Wendling
2009-01-30Propagate debug loc info for ANY_EXTEND.Bill Wendling
2009-01-30Propagate debug loc info for some of the *_EXTEND functions.Bill Wendling
2009-01-30DebugLoc form of getNOT().Bill Wendling
2009-01-30- Propagate debug loc info for SELECT.Bill Wendling
2009-01-30Propagate debug loc info for Shifts.Bill Wendling
2009-01-30Propagate debug loc info for XOR and MatchRotate.Bill Wendling
2009-01-30Propagate debug loc info for OR. Also clean up some comments.Bill Wendling
2009-01-30Perform obvious constant arithmetic folding.Bill Wendling
2009-01-30Propagate debug loc info for AND. Also clean up some comments.Bill Wendling
2009-01-30Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands.Bill Wendling
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30As Duncan suggested, add braces for the one-line "else branch".Zhou Sheng
2009-01-30This is to fix the bug in IntrinsicLowering.cpp,Zhou Sheng
2009-01-30Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta
2009-01-30Propagate debug loc info in SimplifyNodeWithTwoResults.Bill Wendling
2009-01-30Propagate debug loc info for MULHS.Bill Wendling
2009-01-30Propagate debug loc info for SREM and UREM.Bill Wendling
2009-01-30Propagate debug loc info for UDIV.Bill Wendling
2009-01-30Propagate debug loc info for SDIV.Bill Wendling
2009-01-30Forgot to propagate debug loc info here.Bill Wendling
2009-01-30Fix a post-RA scheduling dependency bug.Dan Gohman
2009-01-30Propagate debug loc info for MUL.Bill Wendling
2009-01-30Propagate debug loc info in SUB.Bill Wendling
2009-01-30Propagate debug loc info in ADDC and ADDE.Bill Wendling
2009-01-30Propagate debug loc info in DAG combine's "ADD".Bill Wendling
2009-01-30- Propagate debug loc info in combineSelectAndUse().Bill Wendling
2009-01-30Propagate debug info when building SelectionDAG.Dale Johannesen
2009-01-30Remove dead code, again.Devang Patel
2009-01-30Remove dead code.Devang Patel
2009-01-30Add DW_AT_declaration for class methods.Devang Patel
2009-01-30Propagate debug location info for the token factor.Bill Wendling
2009-01-30Add DebugLoc propagation to some of the methods in DAG combiner.Bill Wendling
2009-01-29Correct the algorithms for choosing spill and restore points so that we don't...Owen Anderson
2009-01-29Explicitly add PseudoSourceValue information when loweringDan Gohman
2009-01-29Make a few things const, fix some comments, and simplifyDan Gohman
2009-01-29Local register allocator shouldn't assume only the entry and landing pad basi...Evan Cheng
2009-01-29Fix two typos that Duncan spotted in a comment.Dan Gohman
2009-01-29In the case of an extractelement on an insertelement value,Dan Gohman
2009-01-29Revert r63273. This was already implemented by Dale. There's no need for myBill Wendling
2009-01-29Fix an issue where restores could be inserted after a terminator instruction,Owen Anderson
2009-01-29Comments are good. :-)Owen Anderson
2009-01-29Add support for aggressive load-use-store folding. This takes care of the Owen Anderson
2009-01-29- Add DebugLoc to getTargetNode(). Bill Wendling
2009-01-29Exit with nice warnings when register allocator run out of registers.Evan Cheng
2009-01-29Make x86's BT instruction matching more thorough, and add someDan Gohman
2009-01-29A slight compile time optimization. If the caller knows there isn't a free re...Evan Cheng