summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelPattern.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a comment bug:Evan Cheng2005-11-291-1/+1
| | | | | | createPPCPatternInstructionSelector -> createPPCISelPattern llvm-svn: 24510
* Patch to clean up function call pseudos and support the BLA instruction,Nate Begeman2005-11-161-6/+3
| | | | | | | which branches to an absolute address. This is required to support objc direct dispatch. llvm-svn: 24370
* Move the target constant divide optimization up into the dag combiner, soNate Begeman2005-10-201-154/+0
| | | | | | | that the nodes can be folded with other nodes, and we can not duplicate code in every backend. Alpha will probably want this too. llvm-svn: 23835
* First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman2005-10-181-17/+17
| | | | | | purely mechanical. llvm-svn: 23778
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-2/+2
| | | | | | redundant after the change. llvm-svn: 23759
* remove broken SRA/rlwimi caseChris Lattner2005-10-151-11/+2
| | | | llvm-svn: 23746
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-0/+1889
This completes the grand PPC file renaming llvm-svn: 23745
OpenPOWER on IntegriCloud