summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
Commit message (Expand)AuthorAge
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-27
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-04
* print st_other with the correct number of bits.Rafael Espindola2011-08-04
* print st_type with the correct number of bits.Rafael Espindola2011-08-04
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-04
* Don't print a counter in hex.Rafael Espindola2011-08-04
* don't emit the symbol name twice for local bss and commonChris Lattner2011-04-26
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-17
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-16