summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.cpp
Commit message (Expand)AuthorAge
* 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
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-05
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-04
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-04
* Add a missed CommonLinkage check.Dale Johannesen2008-05-23
* Cosmetics.Dale Johannesen2008-02-15
* Remove warning about 64-bit code on processorDale Johannesen2008-02-15
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-14
* Use size_t to store Pos, avoid truncating valueDuncan Sands2008-01-08
* leopard and above support alignment for common symbols.Chris Lattner2008-01-02
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Instead of yet another enum indicating the "assembly language flavor",Bill Wendling2007-01-16
* Another step forward in PPC64 JIT support: we now no-longer need stubsChris Lattner2006-12-11
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Remove what little AIX support we have. It has never been tested and isn'tChris Lattner2006-07-15
* Force 64-bit register availability in 64-bit mode. For real.Chris Lattner2006-06-16
* Remove the -darwin and -aix llc options, inferring darwinism and aixism fromChris Lattner2006-06-16
* Document the subtarget features better, make sure that 64-bit mode, 64-bitChris Lattner2006-06-16
* Rename some subtarget features. A CPU now can *have* 64-bit instructions,Chris Lattner2006-06-16
* First baby step towards ppc64 support. This adds a new -march=ppc64 backendChris Lattner2006-06-16
* Compile this:Chris Lattner2006-03-01
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-22
* add a note about how we should implement this FIXME from the legalizer:Chris Lattner2006-01-28
* add an option to generate completely non-pic code, corresponding to whatChris Lattner2005-11-17
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-01
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-26
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-25
* Simplify this, matching changes in the tblgen emitterChris Lattner2005-10-23