summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections.ll
AgeCommit message (Expand)Author
2016-06-14Fix BSS global handling in AsmPrinterNirav Dave
2016-05-03X86-Darwin: start emitting data-region directives for jump-tables.Tim Northover
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2015-10-15[MachO] Stop generating *coal* sections.Akira Hatanaka
2015-10-15Revert r250349.Akira Hatanaka
2015-10-14[MachO] Stop generating *coal* sections.Akira Hatanaka
2015-10-14Revert r250342.Akira Hatanaka
2015-10-14[MachO] Stop generating *coal* sections.Akira Hatanaka
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-03-17COFF: Let globals with private linkage reside in their own sectionDavid Majnemer
2015-03-17Revert "COFF: Let globals with private linkage reside in their own section"David Majnemer
2015-03-17COFF: Let globals with private linkage reside in their own sectionDavid Majnemer
2015-03-11Put jump tables in unique sections on COFF.Rafael Espindola
2015-03-09Print jump tables before exception tables.Rafael Espindola
2015-03-04Drop the "eh_" from eh_func_begin and eh_func_end.Rafael Espindola
2015-02-27Centralize handling of the eh_begin and eh_end labels.Rafael Espindola
2015-02-26Put jump tables in distinct sections if -ffunction-sections is used.Rafael Espindola
2015-02-17Add r228939 back with a fix.Rafael Espindola
2015-02-17Add a test showing the problem in r228939.Rafael Espindola
2015-02-14Revert "On ELF, put PIC jump tables in a non executable section."Matthias Braun
2015-02-12On ELF, put PIC jump tables in a non executable section.Rafael Espindola
2015-02-12Put each jump table in an independent section if the function is too.Rafael Espindola
2015-02-07MC: Emit COFF section flags in the "proper" orderDavid Majnemer
2015-01-29Don't create multiple mergeable sections with -fdata-sections.Rafael Espindola
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola
2014-08-28On MachO, don't put non-private constants in mergeable sections.Rafael Espindola
2014-05-20Move the function and data section flags into the options struct andEric Christopher
2014-04-23MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool
2014-03-25WinCOFF: Add support for -fdata-sectionsDavid Majnemer
2014-03-23WinCOFF: Add support for -ffunction-sectionsDavid Majnemer
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-19Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola
2014-02-13Use __literal16. It has been supported by the linker since 2005.Rafael Espindola
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola
2013-08-08Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer
2013-08-07Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling
2013-07-09Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko
2013-07-08Stop emitting weak symbols into the "coal" sections.Bill Wendling
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