| Commit message (Expand) | Author | Age | Files | Lines |
| * | Centralize handling of the eh_begin and eh_end labels. | Rafael Espindola | 2015-02-27 | 1 | -2/+2 |
| * | Put jump tables in distinct sections if -ffunction-sections is used. | Rafael Espindola | 2015-02-26 | 1 | -0/+6 |
| * | Add r228939 back with a fix. | Rafael Espindola | 2015-02-17 | 1 | -0/+6 |
| * | Add a test showing the problem in r228939. | Rafael Espindola | 2015-02-17 | 1 | -0/+39 |
| * | Revert "On ELF, put PIC jump tables in a non executable section." | Matthias Braun | 2015-02-14 | 1 | -6/+0 |
| * | On ELF, put PIC jump tables in a non executable section. | Rafael Espindola | 2015-02-12 | 1 | -0/+6 |
| * | Put each jump table in an independent section if the function is too. | Rafael Espindola | 2015-02-12 | 1 | -1/+30 |
| * | MC: Emit COFF section flags in the "proper" order | David Majnemer | 2015-02-07 | 1 | -4/+4 |
| * | Don't create multiple mergeable sections with -fdata-sections. | Rafael Espindola | 2015-01-29 | 1 | -3/+3 |
| * | Bring r226038 back. | Rafael Espindola | 2015-01-19 | 1 | -2/+0 |
| * | Revert r226242 - Revert Revert Don't create new comdats in CodeGen | Timur Iskhodzhanov | 2015-01-16 | 1 | -0/+2 |
| * | Revert "Revert Don't create new comdats in CodeGen" | Rafael Espindola | 2015-01-16 | 1 | -2/+0 |
| * | Revert Don't create new comdats in CodeGen | Timur Iskhodzhanov | 2015-01-15 | 1 | -0/+2 |
| * | Don't create new comdats in CodeGen. | Rafael Espindola | 2015-01-14 | 1 | -2/+0 |
| * | On MachO, don't put non-private constants in mergeable sections. | Rafael Espindola | 2014-08-28 | 1 | -5/+24 |
| * | Move the function and data section flags into the options struct and | Eric Christopher | 2014-05-20 | 1 | -37/+37 |
| * | MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA | Saleem Abdulrasool | 2014-04-23 | 1 | -3/+3 |
| * | WinCOFF: Add support for -fdata-sections | David Majnemer | 2014-03-25 | 1 | -6/+16 |
| * | WinCOFF: Add support for -ffunction-sections | David Majnemer | 2014-03-23 | 1 | -0/+8 |
| * | Add back r201608, r201622, r201624 and r201625 | Rafael Espindola | 2014-02-19 | 1 | -0/+8 |
| * | Revert r201622 and r201608. | Daniel Jasper | 2014-02-19 | 1 | -8/+0 |
| * | Avoid an infinite cycle with private linkage and -f{data|function}-sections. | Rafael Espindola | 2014-02-19 | 1 | -0/+8 |
| * | Use __literal16. It has been supported by the linker since 2005. | Rafael Espindola | 2014-02-13 | 1 | -0/+10 |
| * | Remove AllowQuotesInName and friends from MCAsmInfo. | Rafael Espindola | 2013-11-13 | 1 | -4/+4 |
| * | Revert "Reapply r185872 now that the address sanitizer has been changed to su... | Arnold Schwaighofer | 2013-08-08 | 1 | -3/+4 |
| * | Reapply r185872 now that the address sanitizer has been changed to support this. | Bill Wendling | 2013-08-07 | 1 | -4/+3 |
| * | Revert r185872 - "Stop emitting weak symbols into the "coal" sections" | Alexander Potapenko | 2013-07-09 | 1 | -3/+4 |
| * | Stop emitting weak symbols into the "coal" sections. | Bill Wendling | 2013-07-08 | 1 | -4/+3 |
| * | Fix an obvious typo that's preventing x86 (32-bit) from using .literal16. | Evan Cheng | 2011-07-19 | 1 | -1/+1 |
| * | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger | 2011-03-04 | 1 | -8/+8 |
| * | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger | 2011-03-03 | 1 | -8/+8 |
| * | Switch llvm to using comdats. For now always use groups with a single | Rafael Espindola | 2011-02-14 | 1 | -2/+2 |
| * | Update tests. | Rafael Espindola | 2011-01-16 | 1 | -7/+7 |
| * | two changes: | Chris Lattner | 2010-08-30 | 1 | -2/+2 |
| * | fix the definitions of ConstTextCoalSection/ConstDataCoalSection | Chris Lattner | 2010-07-15 | 1 | -2/+2 |
| * | round zero-byte .zerofill directives up to 1 byte. This | Chris Lattner | 2010-04-27 | 1 | -0/+14 |
| * | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner | 2010-04-13 | 1 | -0/+10 |
| * | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
| * | Update this test for the new preferred alignment heuristics. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
| * | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis | 2010-03-05 | 1 | -2/+1 |
| * | emit .ascii and .asciz through MCStreamer. | Chris Lattner | 2010-01-23 | 1 | -2/+2 |
| * | fix a significant difference between llvm and gcc on ELF systems: | Chris Lattner | 2010-01-19 | 1 | -0/+15 |
| * | there is no need to emit a .section above .comm on linux. | Chris Lattner | 2010-01-19 | 1 | -1/+0 |
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
| * | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -2/+2 |
| * | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -5/+5 |
| * | enhance codegen to put 16-bit character strings into the | Chris Lattner | 2009-08-04 | 1 | -2/+2 |
| * | Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" | Chris Lattner | 2009-08-04 | 1 | -0/+36 |
| * | fix PR4650: we only track sizes for certain objects, so only put something | Chris Lattner | 2009-07-31 | 1 | -0/+17 |
| * | fix PR4584 with a trivial patch now that the pieces are in place. | Chris Lattner | 2009-07-29 | 1 | -0/+13 |