aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections.ll
AgeCommit message (Expand)Author
2011-07-19Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.Evan Cheng
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola
2011-01-16Update tests.Rafael Espindola
2010-08-30two changes:Chris Lattner
2010-07-15fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner
2010-04-27round zero-byte .zerofill directives up to 1 byte. ThisChris Lattner
2010-04-13add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner
2010-04-02Revert the recent alignment changes. They're broken for -Os because,Dan Gohman
2010-04-02Update this test for the new preferred alignment heuristics.Dan Gohman
2010-03-05Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. ThisCharles Davis
2010-01-23emit .ascii and .asciz through MCStreamer.Chris Lattner
2010-01-19fix a significant difference between llvm and gcc on ELF systems:Chris Lattner
2010-01-19there is no need to emit a .section above .comm on linux.Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-13Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-08-04enhance codegen to put 16-bit character strings into the Chris Lattner
2009-08-04Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner
2009-07-31fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner
2009-07-29fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner
2009-07-28fix testcase for previous patch.Chris Lattner
2009-07-27update testcase.Chris Lattner
2009-07-26put normal data into .data instead of .data.rel on elf systems.Chris Lattner
2009-07-26finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobalChris Lattner
2009-07-26simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bitChris Lattner
2009-07-25add the most expedient hack to fix PR4619, along with a testcase.Chris Lattner