| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the PPC TOC defs into the PPC64 InstrInfo file. | Hal Finkel | 2012-09-05 | 1 | -3/+0 |
| * | Split several PPC instruction classes. | Hal Finkel | 2012-08-28 | 1 | -33/+33 |
| * | Allow remat of LI on PPC. | Hal Finkel | 2012-08-28 | 1 | -1/+1 |
| * | Eliminate redundant CR moves on PPC32. | Hal Finkel | 2012-08-28 | 1 | -0/+16 |
| * | Add missing SDNPSideEffect flags. | Jakob Stoklund Olesen | 2012-08-24 | 1 | -2/+4 |
| * | Remove variable_ops from call instructions in most targets. | Jakob Stoklund Olesen | 2012-07-13 | 1 | -9/+9 |
| * | Add support for the PPC isel instruction. | Hal Finkel | 2012-06-22 | 1 | -0/+7 |
| * | Convert the PPC backend to use the new FMA infrastructure. | Hal Finkel | 2012-06-22 | 1 | -33/+16 |
| * | Add support for generating reg+reg (indexed) pre-inc loads on PPC. | Hal Finkel | 2012-06-20 | 1 | -1/+39 |
| * | Add DAG-combines for aggressive FMA formation. | Lang Hames | 2012-06-19 | 1 | -1/+1 |
| * | Add support for generating reg+reg preinc stores on PPC. | Hal Finkel | 2012-06-19 | 1 | -6/+44 |
| * | Split out the PPC instruction class IntSimple from IntGeneral. | Hal Finkel | 2012-06-12 | 1 | -22/+22 |
| * | Emit the two-operand form of the PPC mfcr instruction as mfocrf. | Hal Finkel | 2012-06-11 | 1 | -1/+1 |
| * | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel | 2012-06-08 | 1 | -0/+7 |
| * | Implement local-exec TLS on PowerPC. | Roman Divacky | 2012-06-04 | 1 | -0/+7 |
| * | Enable prefetch generation on PPC64. | Hal Finkel | 2012-04-01 | 1 | -0/+3 |
| * | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel | 2012-04-01 | 1 | -27/+27 |
| * | Fix dynamic linking on PPC64. | Hal Finkel | 2012-03-31 | 1 | -0/+3 |
| * | Convert PowerPC to register mask operands. | Roman Divacky | 2012-03-06 | 1 | -14/+2 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -3/+3 |
| * | make CR spill and restore 64-bit clean (no functional change), and fix some o... | Hal Finkel | 2011-12-07 | 1 | -1/+1 |
| * | set mayStore and mayLoad on CR pseudos | Hal Finkel | 2011-12-07 | 1 | -2/+4 |
| * | add RESTORE_CR and support CR unspills | Hal Finkel | 2011-12-06 | 1 | -0/+5 |
| * | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -1/+1 |
| * | Add PPC 440 scheduler and some associated tests | Hal Finkel | 2011-10-17 | 1 | -1/+1 |
| * | Set CR1EQ only when lowering vararg floating arguments (not any vararg | Roman Divacky | 2011-08-30 | 1 | -0/+4 |
| * | Code generation for 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -0/+2 |
| * | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich | 2011-05-19 | 1 | -2/+1 |
| * | PowerPC atomic pseudos clobber CR0, they don't read it. | Jakob Stoklund Olesen | 2011-04-04 | 1 | -1/+1 |
| * | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -20/+20 |
| * | Fix a bug I introduced in the ppc refactoring, which caused long | Chris Lattner | 2010-11-16 | 1 | -0/+1 |
| * | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner | 2010-11-15 | 1 | -5/+6 |
| * | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner | 2010-11-15 | 1 | -0/+1 |
| * | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner | 2010-11-15 | 1 | -0/+2 |
| * | change direct branches to encode with the same encoding method | Chris Lattner | 2010-11-15 | 1 | -4/+8 |
| * | eliminate a now-unneeded operand printer. | Chris Lattner | 2010-11-15 | 1 | -1/+0 |
| * | split call operands out to their own encoding class, simplifying | Chris Lattner | 2010-11-15 | 1 | -0/+1 |
| * | add proper encoding for MTCRF instead of using a hack. | Chris Lattner | 2010-11-15 | 1 | -0/+1 |
| * | add basic encoding support for immediates and registers, allowing us | Chris Lattner | 2010-11-15 | 1 | -4/+1 |
| * | remove asmstrings (which can never be printed) from pseudo | Chris Lattner | 2010-11-15 | 1 | -62/+35 |
| * | lower PPC::MFCRpseud when transforming to MC, avoiding calling | Chris Lattner | 2010-11-14 | 1 | -0/+7 |
| * | Emit COPY instead of FMR/FMSD instructions for floating point conversion on | Jakob Stoklund Olesen | 2010-07-16 | 1 | -11/+8 |
| * | The PPC MFCR instruction implicitly uses all 8 of the CR | Dale Johannesen | 2010-05-20 | 1 | -6/+9 |
| * | Set isTerminator on TRAP instructions. | Dan Gohman | 2010-05-14 | 1 | -1/+1 |
| * | Don't use isBarrier for the PowerPC sync instruction. isBarrier is for | Dan Gohman | 2010-05-14 | 1 | -1/+0 |
| * | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 1 | -6/+10 |
| * | Merge PPC instructions FMRS and FMRD into a single FMR instruction. | Jakob Stoklund Olesen | 2010-02-26 | 1 | -9/+5 |
| * | remove a bunch of dead named arguments in input patterns, | Chris Lattner | 2010-02-23 | 1 | -5/+5 |
| * | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner | 2010-02-21 | 1 | -2/+2 |
| * | Don't specify CR sub-registers as implicit defs of BL instructions. | Jakob Stoklund Olesen | 2010-01-05 | 1 | -6/+2 |