Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
llvm
/
lib
/
MC
/
MCObjectFileInfo.cpp
dc1e36e
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
bbec872
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
by David Chisnall
· 14 years ago
b560d07
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
by Michael J. Spencer
· 14 years ago
07f8d3e
Generate the correct EH frame section types on Solaris, this time without breaking other platforms...
by David Chisnall
· 14 years ago
85dd309
Revert r150814. It turns out that there is a good reason for this after all...
by David Chisnall
· 14 years ago
38e25ab
Don't lazily allocate eh_frame. We're not lazily allocating things like the LSDA, which are only used when the eh frame is used, so this lazy allocation doesn't really make sense.
by David Chisnall
· 14 years ago
c6b4017
Add support for implicit TLS model used with MS VC runtime. Patch by Kai Nacke!
by Anton Korobeynikov
· 14 years ago
7722a2d
Properly emit ctors / dtors with priorities into desired sections
by Anton Korobeynikov
· 14 years ago
965e0c6
Emit the ctors in the proper order on ARM/EABI.
by Anton Korobeynikov
· 14 years ago
0dde349
Tidy up. 80 columns.
by Jim Grosbach
· 14 years ago
5223a57
Remove the pubnames section, no one consumes it.
by Eric Christopher
· 14 years ago
4996c70
Add the support code to enable the dwarf accelerator tables. Upcoming patches
by Eric Christopher
· 14 years ago
1a62d78
On an ELF system, ".debug_str" is mergeable and contains null terminated strings
by Nick Lewycky
· 14 years ago
7113f22
Fix grammar, noticed by Duncan.
by Bill Wendling
· 14 years ago
ebab735
Initialize CompactUnwindSection so that other targets won't use an uninitialized value.
by Bill Wendling
· 14 years ago
c3035d6
X86 is the only target that uses coff format. This should fixes test failures running on Windows, Cygwin, or MingW hosts.
by Evan Cheng
· 14 years ago
bbf3b0d
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
by Evan Cheng
· 14 years ago
acb9ed4
Initialize the EHFrameSection pointer to zero.
by Benjamin Kramer
· 14 years ago
7679299
Add MCObjectFileInfo and sink the MCSections initialization code from
by Evan Cheng
· 14 years ago