aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng2009-01-301-0/+17
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-302-1/+54
* Use sublw for comparison with literals instead of subwf.Sanjiv Gupta2009-01-301-9/+11
* When PerformBuildVectorCombine, avoid creating a X86ISD::VZEXT_LOAD ofMon P Wang2009-01-301-1/+5
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-307-116/+119
* Propagate debug loc info in SimplifyNodeWithTwoResults.Bill Wendling2009-01-301-7/+8
* Propagate debug loc info for MULHS.Bill Wendling2009-01-301-2/+2
* Propagate debug loc info for SREM and UREM.Bill Wendling2009-01-301-10/+12
* Propagate debug loc info for UDIV.Bill Wendling2009-01-301-6/+7
* Propagate debug loc info for SDIV.Bill Wendling2009-01-301-12/+21
* Forgot to propagate debug loc info here.Bill Wendling2009-01-301-2/+4
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-303-12/+96
* Propagate debug loc info for MUL.Bill Wendling2009-01-301-16/+21
* Propagate debug loc info in SUB.Bill Wendling2009-01-301-7/+8
* Propagate debug loc info in ADDC and ADDE.Bill Wendling2009-01-301-11/+13
* Propagate debug loc info in DAG combine's "ADD".Bill Wendling2009-01-301-20/+18
* - Propagate debug loc info in combineSelectAndUse().Bill Wendling2009-01-302-20/+42
* Add some comments.Mikhail Glushenkov2009-01-301-1/+5
* Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner2009-01-301-6/+6
* Enable target tripple.Devang Patel2009-01-301-1/+1
* Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel2009-01-301-0/+1
* Propagate debug info when building SelectionDAG.Dale Johannesen2009-01-302-399/+525
* Remove dead code, again.Devang Patel2009-01-301-14/+0
* Remove dead code.Devang Patel2009-01-301-10/+0
* Add DW_AT_declaration for class methods.Devang Patel2009-01-302-2/+36
* Propagate debug location info for the token factor.Bill Wendling2009-01-301-5/+5
* Add dump() routines to help debug debug info :)Devang Patel2009-01-302-0/+128
* Add DebugLoc propagation to some of the methods in DAG combiner.Bill Wendling2009-01-301-27/+34
* Explain why this is here.Bill Wendling2009-01-291-0/+1
* XFAIL this test. It only worked before because of a bug in the spill point s...Owen Anderson2009-01-291-0/+1
* Correct the algorithms for choosing spill and restore points so that we don't...Owen Anderson2009-01-291-2/+23
* Explicitly add PseudoSourceValue information when loweringDan Gohman2009-01-291-10/+11
* Make a few things const, fix some comments, and simplifyDan Gohman2009-01-291-16/+8
* Fix windows build, patch by Marius Wachtler!Chris Lattner2009-01-291-2/+2
* Local register allocator shouldn't assume only the entry and landing pad basi...Evan Cheng2009-01-292-16/+51
* Fix two typos that Duncan spotted in a comment.Dan Gohman2009-01-291-1/+1
* In the case of an extractelement on an insertelement value,Dan Gohman2009-01-292-1/+30
* Add a always_inline test case.Evan Cheng2009-01-291-0/+12
* Revert r63273. This was already implemented by Dale. There's no need for myBill Wendling2009-01-292-94/+135
* Add a test case for Chris lvalue alignment fixes.Evan Cheng2009-01-291-0/+17
* Fix an issue where restores could be inserted after a terminator instruction,Owen Anderson2009-01-291-4/+12
* Comments are good. :-)Owen Anderson2009-01-291-3/+30
* Add support for aggressive load-use-store folding. This takes care of the Owen Anderson2009-01-291-19/+85
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-293-135/+97
* Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster!Chris Lattner2009-01-291-4/+7
* Exit with nice warnings when register allocator run out of registers.Evan Cheng2009-01-295-41/+124
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-296-40/+562
* Move the code that starts printing the Select_* functionsDan Gohman2009-01-291-3/+3
* A slight compile time optimization. If the caller knows there isn't a free re...Evan Cheng2009-01-291-6/+6
* Add DebugLoc-sensitive versions of many node creationDale Johannesen2009-01-292-0/+547