summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.cpp
Commit message (Expand)AuthorAge
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-12
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-12
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-11
* Add the PPC fcpsgn instructionHal Finkel2013-08-19
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-15
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-03
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-01
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-29
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-28
* Add the PPC64 popcntd instructionHal Finkel2013-03-28
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-30
* Initialize hasQPX in PPCSubtargetHal Finkel2013-01-30
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* test commit / whitespaceWill Schmidt2012-10-04
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-12
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-12
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-11
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-11
* Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.Hal Finkel2012-06-11
* Add local CPU detection for Linux PPC.Hal Finkel2012-06-11
* Use critical anti-dep. breaking on all PPC targets, but also add other regist...Hal Finkel2012-06-10
* Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores.Hal Finkel2012-04-01
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-01
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-02
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-17
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar2011-04-19
* Target/PPC: Add a TargetTriple field.Daniel Dunbar2011-04-19
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-04
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner2009-08-11
* Remove some dead code.Daniel Dunbar2009-08-05
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05