Evan Cheng
|
bd27f5adbd
|
Support .code32 and .code64 in X86 assembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136197 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-07-27 00:38:12 +00:00 |
|
Kevin Enderby
|
e8e98d7f2e
|
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119816 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-19 18:39:33 +00:00 |
|
Rafael Espindola
|
e13a0ff8ac
|
Parse and record the gnu_unique_object type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118980 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-13 04:51:02 +00:00 |
|
Jim Grosbach
|
ba21957cbd
|
Add '.code 32' assembler directive to MC streamers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118309 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-05 22:40:09 +00:00 |
|
Jim Grosbach
|
ce79299f78
|
MC'ize the '.code 16' and '.thumb_func' ARM directives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118301 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-05 22:08:08 +00:00 |
|
Jim Grosbach
|
d54986f609
|
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118296 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-05 20:41:12 +00:00 |
|
Jason W Kim
|
afd1cc2578
|
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Small test for sanity check of resulting ARM .s file.
Tested against -r115129.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115133 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-30 02:45:56 +00:00 |
|
Kevin Enderby
|
f59cac5ed3
|
Added the darwin .weak_def_can_be_hidden directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107886 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-07-08 17:22:42 +00:00 |
|
Chris Lattner
|
42cefa1ea3
|
doxygenize some comments, patch by Peter Collingbourne!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96018 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-02-12 21:54:28 +00:00 |
|
Chris Lattner
|
ed0ab15170
|
add symbol attribute support for the ELF .type directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94435 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-25 18:30:45 +00:00 |
|
Chris Lattner
|
a5ad93a10a
|
move the various directive enums out of the MCStreamer class
into a new MCDirectives.h file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94294 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-23 06:39:22 +00:00 |
|