Joerg Sonnenberger
|
62f759791a
|
Be nice to Xcore and the XMOS assembler and avoid quoting section names
that contain only letters, digits and the characters "_" and ".".
llvm-svn: 127028
|
2011-03-04 20:03:14 +00:00 |
Joerg Sonnenberger
|
852ab890b5
|
Bug#9033: For the ELF assembler output, always quote the section name.
llvm-svn: 126963
|
2011-03-03 22:31:08 +00:00 |
Benjamin Kramer
|
7e4a475929
|
Make sure this test tests something.
llvm-svn: 100879
|
2010-04-09 19:03:31 +00:00 |
Chris Lattner
|
1ef9826ff8
|
"On SPU, variables in the .bss section that are allocated with the .lcomm directive are not aligned on 16 byte boundaries. This causes misaligned loads, as the generated assembly assumes this "default" alignment.
this patch disables .lcomm in favour of '.local .comm'
Patch by Kalle Raisklia!
llvm-svn: 100875
|
2010-04-09 18:27:03 +00:00 |
Chris Lattner
|
f0692603d5
|
fix bss section printing for cell, patch by Kalle Raiskila!
llvm-svn: 97814
|
2010-03-05 18:55:36 +00:00 |