Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
268b51a188b718debaaa7f758200246f1039cfb9
/
llvm
/
lib
/
MC
/
MCSectionMachO.cpp
e4405e9
[ADT] Switch a bunch of places in LLVM that were doing single-character
by Chandler Carruth
· 10 years ago
8ca44f0
Implement unique sections with an unique ID.
by Rafael Espindola
· 11 years ago
b61beca
Close unique sections when switching away from them.
by Rafael Espindola
· 11 years ago
6b9998b
Create symbols marking the start of a section earlier.
by Rafael Espindola
· 11 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
596587f
MC: Appease the buildbots
by David Majnemer
· 12 years ago
e500ec1
MC: Cleanup MCSectionMachO::ParseSectionSpecifier
by David Majnemer
· 12 years ago
cd481d3
MC: Use MachO::SectionType for MCSectionMachO::getType's return type
by David Majnemer
· 12 years ago
7b58305
MC: Remove superfluous section attribute flag definitions
by David Majnemer
· 12 years ago
f907b89
Correct word hyphenations
by Alp Toker
· 12 years ago
2f495b9
Add support for subsections to the ELF assembler. Fixes PR8717.
by Peter Collingbourne
· 13 years ago
83c74e9
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
by Guy Benyei
· 13 years ago
12d5312
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
by Stuart Hastings
· 15 years ago
08b4daa
Revert 127939. <rdar://problem/9012638>
by Stuart Hastings
· 15 years ago
83d4a28
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
by Stuart Hastings
· 15 years ago
d7927e0
End the line if we return early. Radar 9012638.
by Stuart Hastings
· 15 years ago
b4863a4
Fix to correctly support attribute((section("__DATA, __common"))).
by Stuart Hastings
· 15 years ago
0de20af
Add missing standard headers. Patch by Joerg Sonnenberger!
by Nick Lewycky
· 15 years ago
7a2cd8b
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
by Rafael Espindola
· 15 years ago
90600d3
Trailing whitespace.
by Jim Grosbach
· 15 years ago
87f77b5
Add hook in MCSection to decide when to use "optimized nops", for each
by Jan Wen Voung
· 15 years ago
3dca28d
Fix section attribute name.
by Eric Christopher
· 15 years ago
ce5e1bb
MC: Add dyn_cast support to MCSection.
by Daniel Dunbar
· 15 years ago
bf79238
Add some section and constant support for darwin TLS.
by Eric Christopher
· 15 years ago
5418dd5
move elf section uniquing to MCContext. Along the way
by Chris Lattner
· 16 years ago
ad36e8a
Pass StringRef by value.
by Daniel Dunbar
· 16 years ago
818b6b9
Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so
by Kevin Enderby
· 16 years ago
a15f004
eliminate a use of strtoul.
by Chris Lattner
· 16 years ago
e9a75a6
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
by Chris Lattner
· 16 years ago
7b26fce
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
by Chris Lattner
· 16 years ago
6c20391
split MachO section handling stuff out to its out .h/.cpp file.
by Chris Lattner
· 16 years ago