| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark PPC MFTB and DST (and friends) as deprecated | Hal Finkel | 2013-09-12 | 1 | -0/+2 |
* | PPC: Enable aggressive anti-dependency breaking | Hal Finkel | 2013-09-12 | 1 | -11/+1 |
* | Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores | Hal Finkel | 2013-09-11 | 1 | -0/+39 |
* | Add the PPC fcpsgn instruction | Hal Finkel | 2013-08-19 | 1 | -0/+1 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 1 | -0/+3 |
* | PPC: Refactoring to support subtarget feature changing | Hal Finkel | 2013-07-15 | 1 | -37/+62 |
* | Use PPC reciprocal estimates with Newton iteration in fast-math mode | Hal Finkel | 2013-04-03 | 1 | -0/+5 |
* | Add more PPC floating-point conversion instructions | Hal Finkel | 2013-04-01 | 1 | -0/+1 |
* | Add the PPC lfiwax instruction | Hal Finkel | 2013-03-31 | 1 | -0/+1 |
* | Add PPC FP rounding instructions fri[mnpz] | Hal Finkel | 2013-03-29 | 1 | -0/+1 |
* | Add the PPC64 ldbrx/stdbrx instructions | Hal Finkel | 2013-03-28 | 1 | -0/+1 |
* | Add the PPC64 popcntd instruction | Hal Finkel | 2013-03-28 | 1 | -0/+1 |
* | PPC QPX requires a 32-byte aligned stack | Hal Finkel | 2013-01-30 | 1 | -0/+6 |
* | Initialize hasQPX in PPCSubtarget | Hal Finkel | 2013-01-30 | 1 | -0/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Initial TOC support for PowerPC64 object creation | Adhemerval Zanella | 2012-10-25 | 1 | -3/+10 |
* | test commit / whitespace | Will Schmidt | 2012-10-04 | 1 | -1/+1 |
* | Add support for the PPC isel instruction. | Hal Finkel | 2012-06-22 | 1 | -0/+1 |
* | Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp... | Hal Finkel | 2012-06-12 | 1 | -135/+4 |
* | Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:... | Jakob Stoklund Olesen | 2012-06-12 | 1 | -2/+133 |
* | Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName(). | Hal Finkel | 2012-06-11 | 1 | -133/+2 |
* | Rename the PPC target feature gpul to mfocrf. | Hal Finkel | 2012-06-11 | 1 | -1/+1 |
* | Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection. | Hal Finkel | 2012-06-11 | 1 | -0/+1 |
* | Add local CPU detection for Linux PPC. | Hal Finkel | 2012-06-11 | 1 | -1/+95 |
* | Use critical anti-dep. breaking on all PPC targets, but also add other regist... | Hal Finkel | 2012-06-10 | 1 | -4/+11 |
* | Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores. | Hal Finkel | 2012-04-01 | 1 | -2/+3 |
* | Add instruction itinerary for the PPC64 A2 core. | Hal Finkel | 2012-04-01 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | update PPC 940 hazard rec. to function in postRA mode | Hal Finkel | 2011-12-02 | 1 | -0/+20 |
* | Add PPC 440 scheduler and some associated tests | Hal Finkel | 2011-10-17 | 1 | -0/+1 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -16/+0 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+1 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -0/+15 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 1 | -1/+2 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -2/+2 |
* | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 1 | -2/+11 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -5/+8 |
* | Target/PPC: Kill off DarwinVers, which is now dead. | Daniel Dunbar | 2011-04-19 | 1 | -14/+0 |
* | Target/PPC: Add a TargetTriple field. | Daniel Dunbar | 2011-04-19 | 1 | -1/+2 |
* | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
* | Use indirect calls in PowerPC JIT. | Torok Edwin | 2010-08-04 | 1 | -0/+4 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -1/+1 |
* | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner | 2009-08-11 | 1 | -5/+1 |
* | Remove some dead code. | Daniel Dunbar | 2009-08-05 | 1 | -9/+0 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -7/+6 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |