| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 353211
|
|
|
|
| |
llvm-svn: 335635
|
|
|
|
|
|
|
| |
Ensure that we still coalesce identical CIEs across FDEs even with
cfi_return_column alterations.
llvm-svn: 309525
|
|
|
|
|
|
|
|
| |
Use `llvm-objdump -dwarf=frames` to dump the .eh_frame to validate the
output textually rather than compare the binary output. This makes it
easier to see what is being checked. NFC.
llvm-svn: 309524
|
|
|
|
|
|
|
|
| |
If the return column is different, we cannot coalesce the CIE across the
FDEs. Add that to the key calculation. This ensures that we emit a
separate CIE.
llvm-svn: 309492
|
|
|
|
|
|
|
| |
Ensure that the target is registered before using it. Should fix the
hexagon Bots.
llvm-svn: 309363
|
|
This adds support for the CFI pseudo-op return_column. This specifies
the frame table column which contains the return address.
Addresses PR33953!
llvm-svn: 309360
|