| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a redundant newline in the asm output for ELF .rodata sections. | Dan Gohman | 2007-06-27 | 1 | -1/+1 |
* | Silence a warning. | Evan Cheng | 2007-06-26 | 1 | -1/+2 |
* | Revert the earlier change that removed the M_REMATERIALIZABLE machine | Dan Gohman | 2007-06-26 | 11 | -38/+28 |
* | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman | 2007-06-25 | 1 | -4/+8 |
* | Make minor adjustments to whitespace and comments to reduce differences | Dan Gohman | 2007-06-25 | 1 | -25/+28 |
* | Fix loadv2i32 to be loadv4i32, though it isn't actually used anywhere yet. | Dan Gohman | 2007-06-25 | 1 | -1/+1 |
* | Say AT&T instead of Intel in the comments for AT&T support. | Dan Gohman | 2007-06-25 | 2 | -3/+3 |
* | Fix the build. | Owen Anderson | 2007-06-22 | 1 | -1/+1 |
* | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 10 | -18/+27 |
* | Quote complex names for Darwin X86 and ARM. | Dale Johannesen | 2007-06-22 | 2 | -2/+14 |
* | Be more conservative of duplicating blocks. | Evan Cheng | 2007-06-19 | 1 | -1/+1 |
* | Allow predicated immediate ARM to ARM calls. | Evan Cheng | 2007-06-19 | 3 | -1/+14 |
* | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman | 2007-06-19 | 2 | -2/+2 |
* | describe an argument, hide it. | Chris Lattner | 2007-06-19 | 1 | -1/+3 |
* | Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad | Dan Gohman | 2007-06-19 | 11 | -25/+38 |
* | Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit. | Evan Cheng | 2007-06-19 | 5 | -31/+8 |
* | If a function is vararg, never pass inreg arguments in registers. Thanks to | Chris Lattner | 2007-06-19 | 5 | -15/+24 |
* | Look for VECTOR_SHUFFLE that's identity operation on either LHS or RHS. This ... | Evan Cheng | 2007-06-19 | 1 | -2/+19 |
* | Define the pushq instruction for x86-64. | Dan Gohman | 2007-06-18 | 1 | -0/+2 |
* | Revert patch. It regresses: | Bill Wendling | 2007-06-16 | 1 | -2/+0 |
* | Fix a failure to bit_convert from integer GPR to MMX register. | Bill Wendling | 2007-06-16 | 1 | -0/+2 |
* | Instructions with unique labels or embedded jumptables cannot be duplicated d... | Evan Cheng | 2007-06-15 | 2 | -0/+31 |
* | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman | 2007-06-14 | 2 | -24/+24 |
* | Do not treat FP_REG_KILL as terminator in branch analysis (X86). | Dale Johannesen | 2007-06-14 | 2 | -4/+11 |
* | Add a target hook to allow loads from constant pools to be rematerialized, an... | Dan Gohman | 2007-06-14 | 2 | -0/+26 |
* | Eliminate some redundant newlines in asm output. | Dan Gohman | 2007-06-14 | 3 | -5/+4 |
* | Add support to tablegen for specifying subregister classes on a per register ... | Christopher Lamb | 2007-06-13 | 1 | -0/+4 |
* | Handle blocks with 2 unconditional branches in AnalyzeBranch. | Dale Johannesen | 2007-06-13 | 4 | -0/+40 |
* | fix x86-64 mmx calling convention for real, which passes in integer gprs. | Chris Lattner | 2007-06-09 | 1 | -3/+9 |
* | fix mmx handling bug | Chris Lattner | 2007-06-09 | 1 | -1/+4 |
* | Add a utility routine to check for unpredicated terminator instruction. | Evan Cheng | 2007-06-08 | 5 | -11/+18 |
* | Define AsmTransCBE for ARM. | Lauro Ramos Venancio | 2007-06-08 | 1 | -0/+25 |
* | Fix ARM condition code subsumission check. | Evan Cheng | 2007-06-08 | 1 | -3/+3 |
* | tBcc is not a barrier. | Evan Cheng | 2007-06-08 | 1 | -1/+1 |
* | Stupid cut-n-paste bug caused me soooo much grief. Why wasn't there a compila... | Evan Cheng | 2007-06-07 | 1 | -1/+1 |
* | Mark these instructions clobbersPred. They modify the condition code register. | Evan Cheng | 2007-06-06 | 3 | -9/+19 |
* | Added clobbersPred. | Evan Cheng | 2007-06-06 | 1 | -0/+1 |
* | Initial Mips support, here we go! =) | Bruno Cardoso Lopes | 2007-06-06 | 21 | -0/+2788 |
* | Print predicate of the second instruction of the two-piece constant MI. | Evan Cheng | 2007-06-05 | 1 | -1/+3 |
* | PIC label asm printing cosmetic changes. | Evan Cheng | 2007-06-05 | 1 | -0/+9 |
* | Misuse of hasExternalLinkage(), should be checking isDeclaration(). | Evan Cheng | 2007-06-04 | 1 | -2/+2 |
* | update this entry, now that Anton implemented shift/and lowering for | Chris Lattner | 2007-06-02 | 1 | -17/+66 |
* | Opcode modifier s comes after condition code. e.g. addlts, not addslt. | Evan Cheng | 2007-06-01 | 1 | -20/+20 |
* | Set ARM ifcvt duplication limit to 3 for now. | Evan Cheng | 2007-06-01 | 1 | -0/+1 |
* | Make jumptable non-predicable for now. | Evan Cheng | 2007-06-01 | 1 | -11/+10 |
* | Fix the asmprinter so that a globalvalue can specify an explicit alignment | Chris Lattner | 2007-05-31 | 1 | -1/+1 |
* | For VFP2 fldm, fstm instructions, the condition code is printed after the add... | Evan Cheng | 2007-05-29 | 1 | -4/+4 |
* | For ldrb, strh, etc., the condition code is before the width specifier. e.g. ... | Evan Cheng | 2007-05-29 | 1 | -23/+23 |
* | Add missing const qualifiers. | Evan Cheng | 2007-05-29 | 4 | -19/+24 |
* | Add missing const qualifiers. | Evan Cheng | 2007-05-29 | 1 | -1/+1 |