]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/CodeGen/X86/global-sections.ll
[X86][AVX] Simplified diff between AVX1 and SSE42 fp stack folding tests. NFC.
[opencl/llvm.git] / test / CodeGen / X86 / global-sections.ll
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2014-08-28 Rafael EspindolaOn MachO, don't put non-private constants in mergeable...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-03-25 David MajnemerWinCOFF: Add support for -fdata-sections
2014-03-23 David MajnemerWinCOFF: Add support for -ffunction-sections
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-07-09 Alexander PotapenkoRevert r185872 - "Stop emitting weak symbols into the...
2013-07-08 Bill WendlingStop emitting weak symbols into the "coal" sections.
2011-07-19 Evan ChengFix an obvious typo that's preventing x86 (32-bit)...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-01-16 Rafael EspindolaUpdate tests.
2010-08-30 Chris Lattnertwo changes:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Dan GohmanUpdate this test for the new preferred alignment heuris...
2010-03-05 Charles DavisDon't emit global symbols into the (__TEXT,__ustring...
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerthere is no need to emit a .section above .comm on...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris LattnerAdd support emiting for 2/4 byte mergable strings to...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-28 Chris Lattnerfix testcase for previous patch.
2009-07-27 Chris Lattnerupdate testcase.
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Chris Lattnersimplify DarwinTargetAsmInfo::SelectSectionForGlobal...
2009-07-25 Chris Lattneradd the most expedient hack to fix PR4619, along with...