| Commit message (Expand) | Author | Age | Files | Lines |
| * | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng | 2007-07-30 | 1 | -0/+11 |
| * | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -1/+4 |
| * | 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 |
| * | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -4/+5 |
| * | 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 |
| * | Apply this patch: | Dan Gohman | 2007-05-18 | 1 | -1/+1 |
| * | fix some subtle inline asm selection issues | Chris Lattner | 2007-05-15 | 1 | -9/+17 |
| * | Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 | Chris Lattner | 2007-04-09 | 1 | -0/+3 |
| * | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray | 2007-04-03 | 1 | -9/+171 |
| * | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray | 2007-04-03 | 1 | -13/+13 |
| * | The ELF ABI specifies F1-F8 registers as argument registers for double, not | Nicolas Geoffray | 2007-04-03 | 1 | -3/+3 |
| * | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 1 | -1/+34 |
| * | "The C standards do say that "char" may either be a "signed char" or "unsigned | Lauro Ramos Venancio | 2007-03-27 | 1 | -1/+1 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -12/+14 |
| * | 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 | 1 | -2/+3 |
| * | Switch PPC return lower to use an autogenerated CC description. | Chris Lattner | 2007-03-06 | 1 | -40/+30 |
| * | Implemented the frameaddress intrinsic for PPC. | Nicolas Geoffray | 2007-03-01 | 1 | -1/+23 |
| * | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray | 2007-02-27 | 1 | -2/+3 |
| * | always lower to RETFLAG, never leave it as just ret. | Chris Lattner | 2007-02-26 | 1 | -8/+7 |
| * | no really, this is the right patch | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | always promote float varargs to double. | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner | 2007-02-25 | 1 | -52/+97 |
| * | Simplify lowering and selection of exception ops. | Jim Laskey | 2007-02-22 | 1 | -34/+15 |
| * | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 1 | -0/+28 |
| * | Fix ixaddrs as well, allowing ppc64 to compile to: | Chris Lattner | 2007-02-17 | 1 | -17/+22 |
| * | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: | Chris Lattner | 2007-02-17 | 1 | -5/+9 |
| * | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -0/+4 |
| * | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov | 2007-01-28 | 1 | -3/+3 |
| * | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -1/+1 |
| * | setSetCCIsExpensive is gone. | Evan Cheng | 2007-01-05 | 1 | -2/+0 |
| * | Provide support for FP_TO_UINT. | Jim Laskey | 2006-12-15 | 1 | -1/+3 |
| * | Another step forward in PPC64 JIT support: we now no-longer need stubs | Chris Lattner | 2006-12-11 | 1 | -2/+1 |
| * | Missing opcode. | Jim Laskey | 2006-12-11 | 1 | -0/+1 |
| * | Cleaned setjmp/longjmp lowering interfaces. Now we're producing right | Anton Korobeynikov | 2006-12-10 | 1 | -1/+2 |
| * | Fix i64 uint_to_fp on ppc64 | Chris Lattner | 2006-12-07 | 1 | -1/+2 |
| * | Restoration of the stack pointer after a deallocation of a alloca was not | Jim Laskey | 2006-12-04 | 1 | -1/+28 |
| * | 1. In ppc64 mode we need only use one GPR. | Jim Laskey | 2006-12-01 | 1 | -1/+7 |
| * | Fix the CodeGen/PowerPC/vec_constants.ll regression. | Chris Lattner | 2006-12-01 | 1 | -6/+9 |
| * | Fix bug codegen'ing FP constant vectors with integer splats. Make sure the | Chris Lattner | 2006-11-29 | 1 | -14/+22 |
| * | Offset for load of 32-bit arg in 64-bit world was incorrect. | Jim Laskey | 2006-11-29 | 1 | -1/+4 |
| * | Remove debug code. | Jim Laskey | 2006-11-28 | 1 | -2/+0 |
| * | 32-bit int space was not accounted for properly in lowerCall. | Jim Laskey | 2006-11-28 | 1 | -3/+8 |
| * | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 2006-11-27 | 1 | -2/+3 |
| * | on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. | Chris Lattner | 2006-11-18 | 1 | -3/+8 |
| * | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner | 2006-11-17 | 1 | -2/+2 |
| * | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner | 2006-11-17 | 1 | -1/+1 |