summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/CellSDKIntrinsics.td
Commit message (Collapse)AuthorAgeFilesLines
* Remove the CellSPU port.Eric Christopher2012-11-141-449/+0
| | | | | | Approved by Chris Lattner. llvm-svn: 167984
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-1/+1
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* do some serious surgery on CellSPU to get it back into a worldChris Lattner2010-03-151-4/+4
| | | | | | where it uses types consistently. llvm-svn: 98532
* disambiguate some types, add a fixme about some Chris Lattner2010-03-081-0/+1
| | | | | | inconsistent intrinsics. llvm-svn: 97959
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-6/+6
| | | | | | | | | | | | | | for CellSPU modifications: - SPUInstrInfo.td refactoring: "multiclass" really is _your_ friend. - Other improvements based on refactoring effort in SPUISelLowering.cpp, esp. in SPUISelLowering::PerformDAGCombine(), where zero amount shifts and rotates are now eliminiated, other scalar-to-vector-to-scalar silliness is also eliminated. - 64-bit operations are being implemented, _muldi3.c gcc runtime now compiles and generates the right code. More work still needs to be done. llvm-svn: 47532
* More CellSPU refinement and progress:Scott Michel2008-01-111-8/+8
| | | | | | | | | | | | | | | | | | | | - Cleaned up custom load/store logic, common code is now shared [see note below], cleaned up address modes - More test cases: various intrinsics, structure element access (load/store test), updated target data strings, indirect function calls. Note: This patch contains a refactoring of the LoadSDNode and StoreSDNode structures: they now share a common base class, LSBaseSDNode, that provides an interface to their common functionality. There is some hackery to access the proper operand depending on the derived class; otherwise, to do a proper job would require finding and rearranging the SDOperands sent to StoreSDNode's constructor. The current refactor errs on the side of being conservatively and backwardly compatible while providing functionality that reduces redundant code for targets where loads and stores are custom-lowered. llvm-svn: 45851
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-3/+3
| | | | llvm-svn: 45418
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-3/+2
| | | | llvm-svn: 44597
* Two missing files.Scott Michel2007-12-051-0/+449
llvm-svn: 44596
OpenPOWER on IntegriCloud