| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
classes.
llvm-svn: 232012
|
|
|
|
|
|
|
|
|
|
| |
Add header guards to files that were missing guards. Remove #endif comments
as they don't seem common in LLVM (we can easily add them back if we decide
they're useful)
Changes made by clang-tidy with minor tweaks.
llvm-svn: 215558
|
|
|
|
|
|
| |
'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
llvm-svn: 207506
|
|
|
|
|
|
| |
the internals of TargetMachine could change.
llvm-svn: 183493
|
|
|
|
| |
llvm-svn: 178359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to TargetFrameLowering, where it belongs. Incidentally, this allows us
to delete some duplicated (and slightly different!) code in TRI.
There are potentially other layering problems that can be cleaned up
as a result, or in a similar manner.
The refactoring was OK'd by Anton Korobeynikov on llvmdev.
Note: this touches the target interfaces, so out-of-tree targets may
be affected.
llvm-svn: 175788
|
|
|
|
| |
llvm-svn: 171515
|
|
|
|
|
|
|
| |
We use an unused Mips 32 register for the emergency slot
instead of using the stack.
llvm-svn: 170665
|
|
|
|
| |
llvm-svn: 167107
|
|
|
|
| |
llvm-svn: 162426
|
|
|
|
|
|
|
|
| |
Mips16RegisterInfo/MipsSERegisterInfo.
No changes in functionality.
llvm-svn: 162413
|
|
|
|
|
|
|
| |
instructions that decrement and increment the stack pointer before and after a
call when the function does not have a reserved call frame.
llvm-svn: 161093
|
|
MipsSERegisterInfo.
llvm-svn: 161092
|