aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-6/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-60/+32
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-89/+51
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+53
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-17/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+19
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-0/+2
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-121-11/+1
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-111-0/+39
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-0/+1
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+3
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-151-37/+62
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-031-0/+5
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-011-0/+1
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+1
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-291-0/+1
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-281-0/+1
* Add the PPC64 popcntd instructionHal Finkel2013-03-281-0/+1
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-301-0/+6
* Initialize hasQPX in PPCSubtargetHal Finkel2013-01-301-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-3/+10
* test commit / whitespaceWill Schmidt2012-10-041-1/+1
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-0/+1
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-121-135/+4
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-121-2/+133
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-111-133/+2
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-111-1/+1
* Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.Hal Finkel2012-06-111-0/+1
* Add local CPU detection for Linux PPC.Hal Finkel2012-06-111-1/+95
* Use critical anti-dep. breaking on all PPC targets, but also add other regist...Hal Finkel2012-06-101-4/+11
* Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores.Hal Finkel2012-04-011-2/+3
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-021-0/+20
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-171-0/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-16/+0
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+15
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+2
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-1/+1
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-2/+11
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-5/+8
* Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar2011-04-191-14/+0
* Target/PPC: Add a TargetTriple field.Daniel Dunbar2011-04-191-1/+2