| Commit message (Expand) | Author | Age | Files | Lines |
* | Do away with ImmutablePredicateOperand. | Evan Cheng | 2007-07-06 | 1 | -2/+2 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 2 | -2/+2 |
* | PPC conditional branch predicate does not change after isel. | Evan Cheng | 2007-07-05 | 1 | -1/+2 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -2/+0 |
* | Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ... | Evan Cheng | 2007-06-29 | 1 | -1/+4 |
* | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 3 | -6/+8 |
* | describe an argument, hide it. | Chris Lattner | 2007-06-19 | 1 | -1/+3 |
* | If a function is vararg, never pass inreg arguments in registers. Thanks to | Chris Lattner | 2007-06-19 | 1 | -1/+2 |
* | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman | 2007-06-14 | 1 | -2/+2 |
* | Handle blocks with 2 unconditional branches in AnalyzeBranch. | Dale Johannesen | 2007-06-13 | 1 | -0/+10 |
* | Add a utility routine to check for unpredicated terminator instruction. | Evan Cheng | 2007-06-08 | 1 | -3/+3 |
* | Implementation of compilation callback in PPC ELF32 | Nicolas Geoffray | 2007-05-29 | 1 | -31/+32 |
* | name change requested by review of previous patch | Dale Johannesen | 2007-05-22 | 2 | -2/+2 |
* | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen | 2007-05-22 | 2 | -0/+5 |
* | BlockHasNoFallThrough() now returns true if block ends with a return instruct... | Evan Cheng | 2007-05-21 | 1 | -0/+1 |
* | Apply this patch: | Dan Gohman | 2007-05-18 | 1 | -1/+1 |
* | RemoveBranch() and InsertBranch() now returns number of instructions deleted ... | Evan Cheng | 2007-05-18 | 2 | -13/+16 |
* | add support for 128-bit add/sub on ppc64 | Chris Lattner | 2007-05-17 | 1 | -0/+34 |
* | fix some subtle inline asm selection issues | Chris Lattner | 2007-05-15 | 1 | -9/+17 |
* | PredicateOperand can be used as a normal operand for isel. | Evan Cheng | 2007-05-08 | 1 | -1/+1 |
* | R0 is a sub-register of X0, etc. | Evan Cheng | 2007-05-08 | 1 | -3/+3 |
* | revert accidental commit | Chris Lattner | 2007-05-03 | 1 | -1/+3 |
* | add support for printing offset of global | Chris Lattner | 2007-05-03 | 2 | -3/+6 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 2 | -4/+4 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 2 | -4/+4 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 2 | -1/+7 |
* | eliminateFrameIndex() change. | Evan Cheng | 2007-05-01 | 2 | -2/+4 |
* | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman | 2007-05-01 | 1 | -1/+50 |
* | Match MachineFunction::UsedPhysRegs changes. | Evan Cheng | 2007-04-25 | 1 | -7/+6 |
* | Relex assertions to account for additional implicit def / use operands. | Evan Cheng | 2007-04-25 | 1 | -5/+5 |
* | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner | 2007-04-24 | 1 | -0/+6 |
* | Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 | Chris Lattner | 2007-04-09 | 1 | -0/+3 |
* | Squelch a warning about mismatch between sign of constant and sign of return | Reid Spencer | 2007-04-04 | 1 | -1/+1 |
* | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray | 2007-04-03 | 2 | -9/+177 |
* | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray | 2007-04-03 | 6 | -92/+46 |
* | Addition to the previous commit for getCalleeSavedRegClasses: | Nicolas Geoffray | 2007-04-03 | 1 | -2/+4 |
* | The ELF ABI specifies F1-F8 registers as argument registers for double, not | Nicolas Geoffray | 2007-04-03 | 5 | -10/+12 |
* | Fix a bug which caused us to never be able to use signed comparisons for | Chris Lattner | 2007-04-02 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2007-03-31 | 1 | -0/+23 |
* | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 2 | -1/+38 |
* | "The C standards do say that "char" may either be a "signed char" or "unsigned | Lauro Ramos Venancio | 2007-03-27 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2007-03-25 | 1 | -0/+1 |
* | add a note | Chris Lattner | 2007-03-25 | 1 | -0/+13 |
* | Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll | Chris Lattner | 2007-03-25 | 1 | -1/+4 |
* | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 2 | -13/+15 |
* | Protect R31's frame offset from being used by callee-saved registers, when R31 | Nicolas Geoffray | 2007-03-21 | 1 | -0/+20 |
* | Added MRegisterInfo hook to re-materialize an instruction. | Evan Cheng | 2007-03-20 | 2 | -0/+12 |
* | Stack and register alignment of call arguments in the ELF ABI | Nicolas Geoffray | 2007-03-13 | 1 | -6/+52 |
* | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng | 2007-03-12 | 2 | -5/+10 |
* | Putting more constants which do not contain relocations into .literal{4|8|16} | Evan Cheng | 2007-03-08 | 1 | -6/+9 |