Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
446b5d88116b51a883ce9bfb271de09c232ea86f
/
llvm
/
lib
/
MC
/
MCSectionCOFF.cpp
1f13d47
Sink COFF.h MC include into .cpp files
by Reid Kleckner
· 10 years ago
8b64355
MC: Add target hook to control symbol quoting
by Matt Arsenault
· 10 years ago
5614ea9
MC: Emit COFF section flags in the "proper" order
by David Majnemer
· 11 years ago
7d0dc3e
MC: Fix MCSectionCOFF::PrintSwitchToSection
by David Majnemer
· 11 years ago
b8dbebb
MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF
by David Majnemer
· 11 years ago
0766ae0
Fix a few issues with comdat handling on COFF.
by Rafael Espindola
· 11 years ago
11049a0
MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
by Saleem Abdulrasool
· 12 years ago
bb694de
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
d4e53f5
MC COFF: Emit the 'b' section flag for .bss sections in GNU assembly
by Reid Kleckner
· 12 years ago
2d30ae2
Use simple section names for COMDAT sections on COFF.
by Rafael Espindola
· 12 years ago
7ddcdc8
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
by Hans Wennborg
· 12 years ago
69918bc
Re-commit r192758 - MC: quote tricky symbol names in asm output
by Hans Wennborg
· 12 years ago
272416f
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"
by NAKAMURA Takumi
· 12 years ago
d34cf14
MC: Better handling of tricky symbol and section names
by Hans Wennborg
· 12 years ago
a37acf7
MC: Implement COFF .linkonce directive
by Nico Rieck
· 12 years ago
2f495b9
Add support for subsections to the ELF assembler. Fixes PR8717.
by Peter Collingbourne
· 13 years ago
dc1e36e
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
7a2cd8b
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
by Rafael Espindola
· 15 years ago
87f77b5
Add hook in MCSection to decide when to use "optimized nops", for each
by Jan Wen Voung
· 15 years ago
329d202
MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael
by Daniel Dunbar
· 15 years ago
d2de49d
stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handling
by Nathan Jeffords
· 15 years ago
76a0758
updated support for the COFF .linkonce
by Nathan Jeffords
· 15 years ago
da7d014
test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function
by Nathan Jeffords
· 15 years ago
0284493
add COFF support for COMDAT sections, patch by Nathan Jeffords!
by Chris Lattner
· 15 years ago
87cffa9
switch MCSectionCOFF from a syntactic to semantic representation,
by Chris Lattner
· 15 years ago