| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix arguments for some Altivec instructions. From SWB. | Dale Johannesen | 2007-08-09 | 1 | -9/+15 |
* | Fix spelling of mtvscr and mfvscr. | Dale Johannesen | 2007-08-07 | 1 | -2/+2 |
* | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen | 2007-08-03 | 1 | -2/+2 |
* | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 |
* | Some out operands were incorrectly specified as input operands. | Evan Cheng | 2007-08-01 | 2 | -17/+17 |
* | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng | 2007-07-30 | 3 | -2/+21 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -1/+4 |
* | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman | 2007-07-25 | 1 | -8/+6 |
* | Fix debug info and globals filled with zeros. | Nick Lewycky | 2007-07-25 | 2 | -13/+26 |
* | No more noResults. | Evan Cheng | 2007-07-21 | 3 | -14/+11 |
* | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng | 2007-07-20 | 2 | -4/+8 |
* | Oops. These stores actually produce results. | Evan Cheng | 2007-07-20 | 2 | -9/+9 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 6 | -463/+479 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 2 | -4/+6 |
* | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen | 2007-07-13 | 1 | -1/+1 |
* | Assert when TLS is not implemented. | Lauro Ramos Venancio | 2007-07-11 | 1 | -0/+7 |
* | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman | 2007-07-09 | 1 | -2/+2 |
* | The various "getModuleMatchQuality" implementations should return | Chris Lattner | 2007-07-09 | 1 | -0/+3 |
* | 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 |