Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -1/+2 |
| | | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D598 llvm-svn: 179725 | ||||
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -3/+3 |
| | | | | llvm-svn: 156602 | ||||
* | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -0/+4 |
| | | | | llvm-svn: 119547 | ||||
* | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 1 | -0/+4 |
| | | | | | | | section kind. Previously, optimized nops were only used for MachO. Also added tests for ELF and COFF. llvm-svn: 115523 | ||||
* | MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael | Daniel Dunbar | 2010-07-01 | 1 | -7/+7 |
| | | | | | | Spencer! llvm-svn: 107418 | ||||
* | stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handling | Nathan Jeffords | 2010-05-12 | 1 | -7/+7 |
| | | | | | | Made a stylistic changed to the code/comments related to the unsupported COMDAT selection type IMAGE_COMDAT_SELECT_LARGEST based on from Anton Korobeynikov. llvm-svn: 103590 | ||||
* | updated support for the COFF .linkonce | Nathan Jeffords | 2010-05-12 | 1 | -0/+26 |
| | | | | | | Now, the .linkonce directive is emitted as part of MCSectionCOFF::PrintSwitchToSection instead of AsmPrinter::EmitLinkage since it is an attribute of the section the symbol was placed into not the symbol itself. llvm-svn: 103568 | ||||
* | test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function | Nathan Jeffords | 2010-05-09 | 1 | -0/+1 |
| | | | | llvm-svn: 103372 | ||||
* | add COFF support for COMDAT sections, patch by Nathan Jeffords! | Chris Lattner | 2010-05-07 | 1 | -1/+1 |
| | | | | llvm-svn: 103304 | ||||
* | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -0/+49 |
patch by Peter Housel! llvm-svn: 103267 |