summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/global-sections.ll
Commit message (Expand)AuthorAgeFilesLines
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-2/+2
* Put jump tables in distinct sections if -ffunction-sections is used.Rafael Espindola2015-02-261-0/+6
* Add r228939 back with a fix.Rafael Espindola2015-02-171-0/+6
* Add a test showing the problem in r228939.Rafael Espindola2015-02-171-0/+39
* Revert "On ELF, put PIC jump tables in a non executable section."Matthias Braun2015-02-141-6/+0
* On ELF, put PIC jump tables in a non executable section.Rafael Espindola2015-02-121-0/+6
* Put each jump table in an independent section if the function is too.Rafael Espindola2015-02-121-1/+30
* MC: Emit COFF section flags in the "proper" orderDavid Majnemer2015-02-071-4/+4
* Don't create multiple mergeable sections with -fdata-sections.Rafael Espindola2015-01-291-3/+3
* Bring r226038 back.Rafael Espindola2015-01-191-2/+0
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-0/+2
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-2/+0
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-0/+2
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-2/+0
* On MachO, don't put non-private constants in mergeable sections.Rafael Espindola2014-08-281-5/+24
* Move the function and data section flags into the options struct andEric Christopher2014-05-201-37/+37
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-231-3/+3
* WinCOFF: Add support for -fdata-sectionsDavid Majnemer2014-03-251-6/+16
* WinCOFF: Add support for -ffunction-sectionsDavid Majnemer2014-03-231-0/+8
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-0/+8
* Revert r201622 and r201608.Daniel Jasper2014-02-191-8/+0
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-191-0/+8
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-131-0/+10
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-4/+4
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-081-3/+4
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-071-4/+3
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-091-3/+4
* Stop emitting weak symbols into the "coal" sections.Bill Wendling2013-07-081-4/+3
* Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.Evan Cheng2011-07-191-1/+1
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-8/+8
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-8/+8
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-141-2/+2
* Update tests.Rafael Espindola2011-01-161-7/+7
* two changes:Chris Lattner2010-08-301-2/+2
* fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner2010-07-151-2/+2
* round zero-byte .zerofill directives up to 1 byte. ThisChris Lattner2010-04-271-0/+14
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-131-0/+10
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-021-1/+1
* Update this test for the new preferred alignment heuristics.Dan Gohman2010-04-021-1/+1
* Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. ThisCharles Davis2010-03-051-2/+1
* emit .ascii and .asciz through MCStreamer.Chris Lattner2010-01-231-2/+2
* fix a significant difference between llvm and gcc on ELF systems:Chris Lattner2010-01-191-0/+15
* there is no need to emit a .section above .comm on linux.Chris Lattner2010-01-191-1/+0
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-2/+2
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-5/+5
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-041-2/+2
* Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner2009-08-041-0/+36
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-311-0/+17
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-291-0/+13
OpenPOWER on IntegriCloud