| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
writing them.
- <rdar://problem/7885351> integrated assembler broken for i386 objc code
llvm-svn: 103112
|
|
|
|
| |
llvm-svn: 103110
|
|
|
|
|
|
|
| |
remove it and change all the code that prints MCSymbols to use
<< instead, which is much simpler and cleaner.
llvm-svn: 93695
|
|
|
|
|
|
|
| |
for first character which is a digit, mangler would have taken care
of this already.
llvm-svn: 93694
|
|
|
|
|
|
|
|
|
|
|
| |
to Mangler. Now MCSymbol just decides whether to slap quotes around
a symbol when printing it.
This also fixes some weirdness where two MCSymbols could be created
for the same symbol, if one needed to be mangled and got mangled to
the other one.
llvm-svn: 93690
|
|
|
|
| |
llvm-svn: 93350
|
|
|
|
| |
llvm-svn: 92632
|
|
|
|
| |
llvm-svn: 86251
|
|
|
|
|
|
|
|
|
| |
e.g. pinning
variables to specified absolute address. Make use of this feature for MSP430.
This unbreaks PR4776.
llvm-svn: 82227
|
|
|
|
|
|
| |
and " in a symbol name).
llvm-svn: 81683
|
|
|
|
|
|
| |
for systems that don't support quoting (PR4966).
llvm-svn: 81682
|
|
|
|
|
|
| |
allows things like @PLT without quotes.
llvm-svn: 81296
|
|
|
|
|
|
| |
we can diff .s files.
llvm-svn: 80894
|
|
|
|
|
|
|
| |
and fix a few things using << on MCSymbols to use ->print(). No
functionality change other than unbreaking my previous patch.
llvm-svn: 80890
|
|
|
|
|
|
|
|
|
| |
(external was really undefined and there wasn't an explicit representation for
absolute symbols).
- This still needs some cleanup to how the absolute "pseudo" section is dealt
with, but I haven't figured out the nicest approach yet.
llvm-svn: 79733
|
|
llvm-svn: 78983
|