| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MC] Clean up unused inline function and non-anchor defaulted destructors; NFCI | Hubert Tong | 2019-02-09 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [COFF] Fix assembly output of comdat sections without an attached symbol | Martin Storsjo | 2018-07-23 | 1 | -10/+15 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-10 | 1 | -5/+4 |
| * | Only print architecture dependent flags for that architecture. | Rafael Espindola | 2017-01-30 | 1 | -1/+1 |
| * | [MC] Handle discardable COFF sections in assembly | Reid Kleckner | 2016-09-14 | 1 | -0/+3 |
| * | Sink COFF.h MC include into .cpp files | Reid Kleckner | 2015-09-03 | 1 | -0/+1 |
| * | MC: Add target hook to control symbol quoting | Matt Arsenault | 2015-06-09 | 1 | -1/+1 |
| * | MC: Emit COFF section flags in the "proper" order | David Majnemer | 2015-02-07 | 1 | -4/+4 |
| * | MC: Fix MCSectionCOFF::PrintSwitchToSection | David Majnemer | 2014-09-20 | 1 | -7/+11 |
| * | MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF | David Majnemer | 2014-09-20 | 1 | -1/+1 |
| * | Fix a few issues with comdat handling on COFF. | Rafael Espindola | 2014-06-06 | 1 | -7/+2 |
| * | MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA | Saleem Abdulrasool | 2014-04-23 | 1 | -1/+2 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-13 | 1 | -1/+1 |
| * | MC COFF: Emit the 'b' section flag for .bss sections in GNU assembly | Reid Kleckner | 2013-12-17 | 1 | -0/+2 |
| * | Use simple section names for COMDAT sections on COFF. | Rafael Espindola | 2013-11-27 | 1 | -8/+15 |
| * | Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output" | Hans Wennborg | 2013-10-18 | 1 | -20/+1 |
| * | Re-commit r192758 - MC: quote tricky symbol names in asm output | Hans Wennborg | 2013-10-17 | 1 | -1/+20 |
| * | Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti... | NAKAMURA Takumi | 2013-10-16 | 1 | -20/+1 |
| * | MC: Better handling of tricky symbol and section names | Hans Wennborg | 2013-10-16 | 1 | -1/+20 |
| * | MC: Implement COFF .linkonce directive | Nico Rieck | 2013-07-06 | 1 | -5/+19 |
| * | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -1/+2 |
| * | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -3/+3 |
| * | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -0/+4 |
| * | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 1 | -0/+4 |
| * | MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael | Daniel Dunbar | 2010-07-01 | 1 | -7/+7 |
| * | stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handling | Nathan Jeffords | 2010-05-12 | 1 | -7/+7 |
| * | updated support for the COFF .linkonce | Nathan Jeffords | 2010-05-12 | 1 | -0/+26 |
| * | test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function | Nathan Jeffords | 2010-05-09 | 1 | -0/+1 |
| * | add COFF support for COMDAT sections, patch by Nathan Jeffords! | Chris Lattner | 2010-05-07 | 1 | -1/+1 |
| * | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -0/+49 |