Age | Commit message (Expand) | Author |
2012-06-08 | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel |
2012-06-04 | Implement local-exec TLS on PowerPC. | Roman Divacky |
2012-04-01 | Enable prefetch generation on PPC64. | Hal Finkel |
2012-04-01 | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel |
2012-03-31 | Fix dynamic linking on PPC64. | Hal Finkel |
2012-03-06 | Convert PowerPC to register mask operands. | Roman Divacky |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2011-12-07 | make CR spill and restore 64-bit clean (no functional change), and fix some o... | Hal Finkel |
2011-12-07 | set mayStore and mayLoad on CR pseudos | Hal Finkel |
2011-12-06 | add RESTORE_CR and support CR unspills | Hal Finkel |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |
2011-10-17 | Add PPC 440 scheduler and some associated tests | Hal Finkel |
2011-08-30 | Set CR1EQ only when lowering vararg floating arguments (not any vararg | Roman Divacky |
2011-07-27 | Code generation for 'fence' instruction. | Eli Friedman |
2011-05-19 | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich |
2011-04-04 | PowerPC atomic pseudos clobber CR0, they don't read it. | Jakob Stoklund Olesen |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
2010-11-16 | Fix a bug I introduced in the ppc refactoring, which caused long | Chris Lattner |
2010-11-15 | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner |
2010-11-15 | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner |
2010-11-15 | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner |
2010-11-15 | change direct branches to encode with the same encoding method | Chris Lattner |
2010-11-15 | eliminate a now-unneeded operand printer. | Chris Lattner |
2010-11-15 | split call operands out to their own encoding class, simplifying | Chris Lattner |
2010-11-15 | add proper encoding for MTCRF instead of using a hack. | Chris Lattner |
2010-11-15 | add basic encoding support for immediates and registers, allowing us | Chris Lattner |
2010-11-15 | remove asmstrings (which can never be printed) from pseudo | Chris Lattner |
2010-11-14 | lower PPC::MFCRpseud when transforming to MC, avoiding calling | Chris Lattner |
2010-07-16 | Emit COPY instead of FMR/FMSD instructions for floating point conversion on | Jakob Stoklund Olesen |
2010-05-20 | The PPC MFCR instruction implicitly uses all 8 of the CR | Dale Johannesen |
2010-05-14 | Set isTerminator on TRAP instructions. | Dan Gohman |
2010-05-14 | Don't use isBarrier for the PowerPC sync instruction. isBarrier is for | Dan Gohman |
2010-03-19 | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner |
2010-02-26 | Merge PPC instructions FMRS and FMRD into a single FMR instruction. | Jakob Stoklund Olesen |
2010-02-23 | remove a bunch of dead named arguments in input patterns, | Chris Lattner |
2010-02-21 | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner |
2010-01-05 | Don't specify CR sub-registers as implicit defs of BL instructions. | Jakob Stoklund Olesen |
2009-12-18 | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller |
2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
2009-11-04 | Add PowerPC codegen for indirect branches. | Bob Wilson |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-18 | Model the carry bit on ppc32. Without this we could | Dale Johannesen |
2009-08-15 | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-03 | Refactor ABI code in the PowerPC backend. | Tilmann Scheller |
2009-07-03 | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |