Age | Commit message (Expand) | Author |
2013-04-01 | Add more PPC floating-point conversion instructions | Hal Finkel |
2013-03-31 | Add the PPC lfiwax instruction | Hal Finkel |
2013-03-29 | Add PPC FP rounding instructions fri[mnpz] | Hal Finkel |
2013-03-28 | Add the PPC64 ldbrx/stdbrx instructions | Hal Finkel |
2013-03-28 | Add the PPC64 popcntd instruction | Hal Finkel |
2013-01-30 | PPC QPX requires a 32-byte aligned stack | Hal Finkel |
2013-01-30 | Initialize hasQPX in PPCSubtarget | Hal Finkel |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-25 | Initial TOC support for PowerPC64 object creation | Adhemerval Zanella |
2012-10-04 | test commit / whitespace | Will Schmidt |
2012-06-22 | Add support for the PPC isel instruction. | Hal Finkel |
2012-06-12 | Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp... | Hal Finkel |
2012-06-12 | Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:... | Jakob Stoklund Olesen |
2012-06-11 | Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName(). | Hal Finkel |
2012-06-11 | Rename the PPC target feature gpul to mfocrf. | Hal Finkel |
2012-06-11 | Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection. | Hal Finkel |
2012-06-11 | Add local CPU detection for Linux PPC. | Hal Finkel |
2012-06-10 | Use critical anti-dep. breaking on all PPC targets, but also add other regist... | Hal Finkel |
2012-04-01 | Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores. | Hal Finkel |
2012-04-01 | Add instruction itinerary for the PPC64 A2 core. | Hal Finkel |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2011-12-02 | update PPC 940 hazard rec. to function in postRA mode | Hal Finkel |
2011-10-17 | Add PPC 440 scheduler and some associated tests | Hal Finkel |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng |
2011-07-07 | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng |
2011-07-01 | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng |
2011-07-01 | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng |
2011-07-01 | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng |
2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
2011-04-19 | Target/PPC: Kill off DarwinVers, which is now dead. | Daniel Dunbar |
2011-04-19 | Target/PPC: Add a TargetTriple field. | Daniel Dunbar |
2010-11-15 | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner |
2010-08-04 | Use indirect calls in PowerPC JIT. | Torok Edwin |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2009-08-11 | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner |
2009-08-05 | Remove some dead code. | Daniel Dunbar |
2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-12-05 | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng |
2008-12-04 | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling |
2008-12-04 | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng |
2008-05-23 | Add a missed CommonLinkage check. | Dale Johannesen |
2008-02-15 | Cosmetics. | Dale Johannesen |
2008-02-15 | Remove warning about 64-bit code on processor | Dale Johannesen |
2008-02-14 | Rewrite tblgen handling of subtarget features so | Dale Johannesen |