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