| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 143993
|
|
|
|
|
|
| |
warning.
llvm-svn: 137378
|
|
|
|
|
|
| |
better location welcome).
llvm-svn: 135438
|
|
|
|
|
|
|
|
|
| |
- Fix indentation.
- Move comments.
- Fit lines in 80 columns.
- Remove dead code.
llvm-svn: 132724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MipsFrameLowering::emitPrologue:
- cfi directives are not inserted at the right location or in the right order.
- The source MachineLocation for the cfi directive that changes the cfa register
to $fp should be MachineLocation::VirtualFP.
- A PROLOG_LABEL that marks the beginning of cfi_offset directives for
callee-saved register is emitted even when no callee-saved registers are
saved.
- When a callee-saved double precision register is saved, two cfi_offset
directives, one for each of the paired single precision registers, should be
emitted.
llvm-svn: 132703
|
|
|
|
| |
llvm-svn: 132444
|
|
|
|
|
|
| |
a function has any function calls.
llvm-svn: 132140
|
|
|
|
| |
llvm-svn: 132131
|
|
|
|
|
|
| |
return 0 if there are no function calls made.
llvm-svn: 132065
|
|
|
|
|
|
| |
offsets that are larger than 0x10000.
llvm-svn: 132003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following improvements are accomplished as a result of applying this patch:
- Fixed frame objects' offsets (relative to either the virtual frame pointer or
the stack pointer) are set before instruction selection is completed. There is
no need to wait until Prologue/Epilogue Insertion is run to set them.
- Calculation of final offsets of fixed frame objects is straightforward. It is
no longer necessary to assign negative offsets to fixed objects for incoming
arguments in order to distinguish them from the others.
- Since a fixed object has its relative offset set during instruction
selection, there is no need to conservatively set its alignment to 4.
- It is no longer necessary to reorder non-fixed frame objects in
MipsFrameLowering::adjustMipsStackFrame.
llvm-svn: 131915
|
|
|
|
| |
llvm-svn: 131784
|
|
|
|
|
|
| |
saving and restoring them.
llvm-svn: 131745
|
|
|
|
|
|
| |
in functionality.
llvm-svn: 129612
|
|
|
|
|
|
| |
change in functionality.
llvm-svn: 129606
|
|
|
|
|
|
| |
Luis Felipe Strano Moraes!
llvm-svn: 129558
|
|
|
|
| |
llvm-svn: 129105
|
|
|
|
| |
llvm-svn: 129104
|
|
|
|
| |
llvm-svn: 127038
|
|
|
|
|
|
| |
16-bit field. Patch by Akira Hatanaka
llvm-svn: 127032
|
|
|
|
|
|
| |
Stankovic
llvm-svn: 123768
|
|
|
|
| |
llvm-svn: 123399
|
|
and fixes here and there.
llvm-svn: 123170
|