| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
modes. These are used by disassemblers to provide better disassembly, particularly on targets like ARM Thumb that like to intermingle data in the TEXT segment.
llvm-svn: 141135
|
| |
|
|
| |
llvm-svn: 140356
|
| |
|
|
|
|
|
|
|
|
|
| |
- On COFF the .lcomm directive has an alignment argument.
- On ELF we fall back to .local + .comm
Based on a patch by NAKAMURA Takumi.
Fixes PR9337, PR9483 and PR10128.
llvm-svn: 138976
|
| |
|
|
| |
llvm-svn: 126488
|
| |
|
|
|
|
| |
Patch by Nathan Jeffords!
llvm-svn: 126425
|
| |
|
|
| |
llvm-svn: 111793
|
| |
|
|
| |
llvm-svn: 111792
|
| |
|
|
|
|
|
|
|
| |
which is really a property of the section being referenced.
Add a predicate to MCSection to replace it.
Yay for reduction in magic.
llvm-svn: 100367
|
| |
|
|
|
|
| |
and substitute false at the one call site.
llvm-svn: 100354
|
| |
|
|
| |
llvm-svn: 98384
|
| |
|
|
|
|
|
|
|
| |
change is that we now use ".linkonce discard" for global variables
instead of ".linkonce samesize". These should be the same, just less
strict. If anyone is interested in mcizing MCSection for COFF targets,
this should be easy to fix.
llvm-svn: 94623
|
| |
|
|
|
|
|
|
|
|
|
| |
Default HasSetDirective to true, since most targets have it.
The targets that claim to not have it probably do, or it is
spelled differently. These include Blackfin, Mips, Alpha, and
PIC16. All of these except pic16 are normal ELF targets, so
they almost certainly have it.
llvm-svn: 94585
|
| |
|
|
|
|
| |
Original patch by Sandeep Patel and updated by me.
llvm-svn: 94582
|
| |
|
|
| |
llvm-svn: 94410
|
| |
|
|
| |
llvm-svn: 94299
|
| |
|
|
| |
llvm-svn: 94295
|
| |
|
|
|
|
|
| |
stomache MCAsmInfo having this, and I found a better solution to
this layering issue.
llvm-svn: 93985
|
| |
|
|
|
|
|
|
|
| |
I really want clients of the streamer to be able to say "emit this
64-bit integer" and have it get broken down right by the streamer.
I may change this in the future, we'll see how it works out.
llvm-svn: 93934
|
| |
|
|
| |
llvm-svn: 93855
|
| |
|
|
| |
llvm-svn: 79773
|
|
|
directories and rename them.
llvm-svn: 79768
|