2009-01-31 |
Mon P Wang | Used "-enable-unsafe-fp-math" to allow this transformat... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Mon P Wang | If unsafe FP optimization is not set, don't allow ... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Bill Wendling | Don't use DebugLoc::getUnknownLoc(). Default to somethi... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | Simplify and generalize the SROA "convert to scalar... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Move CurDebugLoc into SelectionDAGLowering. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Gabor Greif | back out my previous change, it exposes a latent bug... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Gabor Greif | use precise accessors |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Propagate debug info in LegalizeFloatTypes. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Propagate debug info. This file complete |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Propagate debug info through MakeLibCall and a |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation in LOAD etc. methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dale Johannesen | Fix build on case-sensitive filesystems (i.e. everybody... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation in floating-point methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dale Johannesen | Make LowerCallTo and LowerArguments take a DebugLoc |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Standardize comments about folding xforms. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Get rid of the non-DebugLoc-ified getNOT() method. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for some FP arithmetic methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for some FP arithmetic methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for BIT_CONVERT. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for more *_EXTEND methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for ANY_EXTEND. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for some of the *_EXTEND funct... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | DebugLoc form of getNOT(). |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | - Propagate debug loc info for SELECT. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for Shifts. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for XOR and MatchRotate. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for OR. Also clean up some... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Perform obvious constant arithmetic folding. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for AND. Also clean up some... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in SimplifyBinOpWithSameOpcode... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Gabor Greif | use precise getters |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Gabor Greif | use precise getters |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Each input file is encoded as a separate compile unit... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Zhou Sheng | As Duncan suggested, add braces for the one-line "else... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Zhou Sheng | This is to fix the bug in IntrinsicLowering.cpp, |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Sanjiv Gupta | Fixed the comment. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Zhou Sheng | This is case is to uncover the bug in IntrinsicLowering... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Mike Stump | Add opposite_of and inverse_opt to support -fno- style... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Sanjiv Gupta | Use sublw for comparison with literals instead of subwf. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Mon P Wang | When PerformBuildVectorCombine, avoid creating a X86ISD... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Sanjiv Gupta | Enable emitting of constant values in non-default addre... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in SimplifyNodeWithTwoResults. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for MULHS. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for SREM and UREM. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for UDIV. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for SDIV. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Forgot to propagate debug loc info here. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dan Gohman | Fix a post-RA scheduling dependency bug. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for MUL. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in SUB. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in ADDC and ADDE. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in DAG combine's "ADD". |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | - Propagate debug loc info in combineSelectAndUse(). |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Mikhail Glushenkov | Add some comments. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | Fix a bug in getMaxValue/getMinValue to pass the right... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Enable target tripple. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Linux and other target's encoding for DW_AT_declaratio... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dale Johannesen | Propagate debug info when building SelectionDAG. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Remove dead code, again. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Add DW_AT_declaration for class methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug location info for the token factor. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Add dump() routines to help debug debug info :) |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Add DebugLoc propagation to some of the methods in... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Bill Wendling | Explain why this is here. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | XFAIL this test. It only worked before because of... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Correct the algorithms for choosing spill and restore... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Explicitly add PseudoSourceValue information when lowering |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Make a few things const, fix some comments, and simplify |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | Fix windows build, patch by Marius Wachtler! |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Local register allocator shouldn't assume only the... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Fix two typos that Duncan spotted in a comment. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | In the case of an extractelement on an insertelement... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Add a always_inline test case. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Bill Wendling | Revert r63273. This was already implemented by Dale... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Add a test case for Chris lvalue alignment fixes. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Fix an issue where restores could be inserted after... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Comments are good. :-) |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Add support for aggressive load-use-store folding.... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Bill Wendling | - Add DebugLoc to getTargetNode(). |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | Fix PR3424, a static constructor ordering issue. Patch... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Exit with nice warnings when register allocator run... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Make x86's BT instruction matching more thorough, and... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Move the code that starts printing the Select_* functions |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | A slight compile time optimization. If the caller knows... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dale Johannesen | Add DebugLoc-sensitive versions of many node creation |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Fix comment about removeRange. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mon P Wang | Fixed lowering of v816 shuffles. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Bill Wendling | Make test platform agnostic. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Bill Wendling | Add DebugLoc to the getNode() methods. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Give this test an explicit target, to make it host... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | SDOperand has been renamed to SDValue. SDNode::Val... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Add more comments describing SDNode operator codes. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dale Johannesen | Add DebugLoc-aware constructors for SDNode derived |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Add some comments on ISD::NodeType. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Devang Patel | Do not forget to derived type while constructing an... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Chris Lattner | Fix some issues with volatility, move "CanConvertToScal... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Chris Lattner | strengthen this test. |
commit | commitdiff | tree | snapshot |
next |