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