Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement the getPointerRegClass method, which is required for the ptr_rc | Chris Lattner | 2006-06-17 | 1 | -2/+6 | |
| | | | | | | magic to work. llvm-svn: 28847 | |||||
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -2/+2 | |
| | | | | | | by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447 | |||||
* | Mark instructions that are cracked by the PPC970 decoder as such. | Chris Lattner | 2006-03-13 | 1 | -1/+5 | |
| | | | | llvm-svn: 26720 | |||||
* | Several big changes: | Chris Lattner | 2006-03-12 | 1 | -0/+37 | |
| | | | | | | | | | | | 1. Use flags on the instructions in the .td file to indicate the PPC970 unit type instead of a table in the .cpp file. Much cleaner. 2. Change the hazard recognizer to build d-groups according to the actual algorithm used, not my flawed understanding of it. 3. Model "must be in the first slot" and "must be the only instr in a group" accurately. llvm-svn: 26719 | |||||
* | implement TII::insertNoop | Chris Lattner | 2006-03-05 | 1 | -0/+3 | |
| | | | | llvm-svn: 26562 | |||||
* | implement isStoreToStackSlot for PPC | Chris Lattner | 2006-02-02 | 1 | -0/+1 | |
| | | | | llvm-svn: 25914 | |||||
* | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ↵ | Chris Lattner | 2006-02-02 | 1 | -0/+2 | |
| | | | | | | more logical place. Other methods should also be moved if anyoneis interested. :) llvm-svn: 25913 | |||||
* | fix out of date comment | Chris Lattner | 2006-01-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 25422 | |||||
* | Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll | Chris Lattner | 2006-01-18 | 1 | -0/+2 | |
| | | | | llvm-svn: 25421 | |||||
* | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman | 2005-10-16 | 1 | -4/+4 | |
| | | | | | | redundant after the change. llvm-svn: 23759 | |||||
* | Rename PPC32*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -0/+61 | |
This completes the grand PPC file renaming llvm-svn: 23745 |