| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Revert change to function alignment b/c existing logic was fine | Hal Finkel | 2011-10-17 | 1 | -10/+3 | 
| *  | Instructions for Book E PPC should be word aligned, set function alignment to... | Hal Finkel | 2011-10-17 | 1 | -3/+10 | 
| *  | Add an implementation of the CanLowerReturn function to the PPC backend | Hal Finkel | 2011-10-14 | 1 | -0/+11 | 
| *  | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 1 | -1/+2 | 
| *  | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -9/+13 | 
| *  | Set CR1EQ only when lowering vararg floating arguments (not any vararg | Roman Divacky | 2011-08-30 | 1 | -2/+6 | 
| *  | Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug... | Eli Friedman | 2011-08-29 | 1 | -0/+3 | 
| *  | New approach to r136737: insert the necessary fences for atomic ops in platfo... | Eli Friedman | 2011-08-03 | 1 | -0/+2 | 
| *  | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 1 | -1/+1 | 
| *  | Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5. | Roman Divacky | 2011-07-24 | 1 | -2/+2 | 
| *  | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -5/+5 | 
| *  | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich | 2011-07-08 | 1 | -0/+2 | 
| *  | Remove accidentaly left node from previous iteration of the patch. | Roman Divacky | 2011-07-04 | 1 | -3/+0 | 
| *  | Implement ISD::VAARG lowering on PPC32. | Roman Divacky | 2011-06-28 | 1 | -5/+123 | 
| *  | Fix a few places where 32bit instructions/registerset were used on PPC64. | Roman Divacky | 2011-06-17 | 1 | -3/+11 | 
| *  | PR10136: fix PPCTargetLowering::LowerCall_SVR4 so that a necessary CopyToReg ... | Eli Friedman | 2011-06-14 | 1 | -7/+6 | 
| *  | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher | 2011-06-08 | 1 | -17/+17 | 
| *  | Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. | Roman Divacky | 2011-06-03 | 1 | -1/+1 | 
| *  | Have LowerOperandForConstraint handle multiple character constraints. | Eric Christopher | 2011-06-02 | 1 | -2/+8 | 
| *  | Make CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll pass with the verifier. | Cameron Zwarich | 2011-05-19 | 1 | -1/+2 | 
| *  | Make the logic for determining function alignment more explicit.  No function... | Eli Friedman | 2011-05-06 | 1 | -8/+4 | 
| *  | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar | 2011-04-20 | 1 | -4/+4 | 
| *  | Target/PPC: Eliminate a use of getDarwinVers(). | Daniel Dunbar | 2011-04-19 | 1 | -2/+4 | 
| *  | Fix a ton of comment typos found by codespell.  Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 | 
| *  | Insert code in the right location when lowering PowerPC atomics. | Jakob Stoklund Olesen | 2011-04-04 | 1 | -2/+4 | 
| *  | Use X0 instead of R0 for the zero register on ppc64. | Jakob Stoklund Olesen | 2011-04-04 | 1 | -10/+13 | 
| *  | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson | 2011-02-25 | 1 | -1/+0 | 
| *  | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel | 2011-02-21 | 1 | -12/+12 | 
| *  | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings | 2011-02-16 | 1 | -1/+1 | 
| *  | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel | 2011-01-31 | 1 | -12/+12 | 
| *  | Remove unused variables found by gcc-4.6's -Wunused-but-set-variable. | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+0 | 
| *  | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -16/+16 | 
| *  | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+0 | 
| *  | rename MVT::Flag to MVT::Glue.  "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -13/+13 | 
| *  | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -90/+89 | 
| *  | convert the operand bits into bitfields since they are all combinable in | Chris Lattner | 2010-11-15 | 1 | -34/+33 | 
| *  | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner | 2010-11-15 | 1 | -96/+66 | 
| *  | implement support for the MO_DARWIN_STUB TargetOperand flag, | Chris Lattner | 2010-11-14 | 1 | -26/+51 | 
| *  | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -6/+6 | 
| *  | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -8/+8 | 
| *  | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -2/+43 | 
| *  | Remove some variables that are never really used | Duncan Sands | 2010-10-21 | 1 | -1/+0 | 
| *  | PowerPC varargs functions store live-in registers on the stack. Make sure we use | Jakob Stoklund Olesen | 2010-10-11 | 1 | -33/+13 | 
| *  | fix the expansion of va_arg instruction on PPC to know the arg  | Chris Lattner | 2010-10-10 | 1 | -0/+4 | 
| *  | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner | 2010-09-21 | 1 | -26/+30 | 
| *  | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner | 2010-09-21 | 1 | -4/+6 | 
| *  | propagate MachinePointerInfo through various uses of the old | Chris Lattner | 2010-09-21 | 1 | -1/+2 | 
| *  | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner | 2010-09-21 | 1 | -25/+30 | 
| *  | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 1 | -1/+2 | 
| *  | convert targets to the new MF.getMachineMemOperand interface. | Chris Lattner | 2010-09-21 | 1 | -2/+3 |