Sign in
android
/
toolchain
/
llvm
/
b288ad8e3627c25747ba68d81a70bfe111efaa16
/
lib
/
MC
/
WinCOFFStreamer.cpp
e660fc1
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer.
by Benjamin Kramer
· 12 years ago
c90a1fc
EmitZerofill should take a 64-bit size or else it's chopping off large zero-filled global. rdar://11729134
by Evan Cheng
· 13 years ago
4e02f23
Prune some includes
by Craig Topper
· 13 years ago
4d6ccb5
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 13 years ago
99b4237
Split Finish into Finish and FinishImpl to have a common place to do end of
by Rafael Espindola
· 13 years ago
ce618af
Section relative fixups are a coff concept, not a x86 one. Replace the
by Rafael Espindola
· 13 years ago
8f7d12c
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
by Rafael Espindola
· 13 years ago
36a1601
Don't drop alignment info on local common symbols.
by Benjamin Kramer
· 14 years ago
3e74d6f
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 14 years ago
78c10ee
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend.
by Evan Cheng
· 14 years ago
a7cfc08
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
by Evan Cheng
· 14 years ago
38ea9ee
Implement emission of all Win64 exception tables. Make the COFF streamer emit
by Charles Davis
· 14 years ago
3185f5c
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
by Charles Davis
· 14 years ago
f754f50
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
by Cameron Zwarich
· 14 years ago
f410608
Enable DebugInfo support for COFF object files. Patch by Nathan Jeffords!
by Devang Patel
· 14 years ago
85f2ecc
Sorry for such a large commit. The summary is that only MachO cares about the
by Rafael Espindola
· 14 years ago
340a7a1
Don't use PadSectionToAlignment on windows.
by Rafael Espindola
· 14 years ago
e239305
Move EmitValueToOffset to the ObjectStreamer.
by Rafael Espindola
· 14 years ago
6f95023
Move EmitValue to MCObjectStreamer.
by Rafael Espindola
· 14 years ago
ea4afa9
Fixed verson of r120245.
by Rafael Espindola
· 14 years ago
ba21024
Revert previous patch while I debug the darwin bootstrap failure.
by Rafael Espindola
· 14 years ago
f90a2de
Factor some duplicated code into MCObjectStreamer::EmitLabel.
by Rafael Espindola
· 14 years ago
3e03211
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
by Rafael Espindola
· 14 years ago
e04ed7e
Define generic 1, 2 and 4 byte pc relative relocations. They are common
by Rafael Espindola
· 14 years ago
af6b5808
Add .loc methods to the streamer.
by Rafael Espindola
· 14 years ago
ce79299
MC'ize the '.code 16' and '.thumb_func' ARM directives.
by Jim Grosbach
· 14 years ago
f89671d
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
by Rafael Espindola
· 14 years ago
4cee289
MC-COFF: Add support for default-null weak externals.
by Michael J. Spencer
· 14 years ago
192d136
MC-COFF: Implement InitSections. Fixes PR8335.
by Michael J. Spencer
· 14 years ago
d47f4a9
MC-COFF: Assert on non-coff sections.
by Michael J. Spencer
· 14 years ago
86c3647
Minor cosmetic change: fix DOSish \r\n.
by NAKAMURA Takumi
· 14 years ago
b5814a3
MC-COFF: Fix symbol aliases. Fixes PR8251.
by Michael J. Spencer
· 14 years ago
59ff3c9
Avoid some Mach-O specific alignment being done on ELF.
by Rafael Espindola
· 15 years ago
d80781b
Add a InitSections method to the streamer interface.
by Rafael Espindola
· 15 years ago
bf252be
MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.
by Michael J. Spencer
· 15 years ago
e2195d8
Add relax all support to the COFF object streamer.
by Michael J. Spencer
· 15 years ago
8067adc
MC: Add WinCOFFStreamer implementation and merge common code from MachO
by Michael J. Spencer
· 15 years ago
eb72dca
introduce WinCOFFStreamer.cpp, patch by Michael Spencer!
by Chris Lattner
· 15 years ago