Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -42/+0 |
| | | | | llvm-svn: 23743 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
| | | | | llvm-svn: 21425 | ||||
* | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman | 2004-10-26 | 1 | -1/+0 |
| | | | | | | | from PowerPCFrameInfo.h to PowerPCAsmPrinter.cpp where it is actually needed. llvm-svn: 17244 | ||||
* | LR needs to be saved at 16-byte offset on a 64-bit arch | Misha Brukman | 2004-08-19 | 1 | -2/+2 |
| | | | | llvm-svn: 15929 | ||||
* | #include <map> is not necessary here | Misha Brukman | 2004-08-17 | 1 | -4/+2 |
| | | | | llvm-svn: 15860 | ||||
* | There is no need for a cast here | Chris Lattner | 2004-08-16 | 1 | -1/+1 |
| | | | | llvm-svn: 15810 | ||||
* | Make this compile on gc 3.4.1 (static_cast to non-const type was not | Alkis Evlogimenos | 2004-08-15 | 1 | -2/+2 |
| | | | | | | allowed). llvm-svn: 15766 | ||||
* | Replace PowerPCPEI.cpp with target independant PrologEpilogInserter | Nate Begeman | 2004-08-14 | 1 | -0/+45 |
llvm-svn: 15746 |