Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
cb2caf738023c0a03f5df1b909431129a16e2c54
/
lib
/
Target
/
X86
/
X86AsmBackend.cpp
ec38de2
Fix Whitespace.
by Michael J. Spencer
· 15 years ago
8ebf662
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
by Kevin Enderby
· 15 years ago
a8c02c3
Correctly produce R_X86_64_32 or R_X86_64_32S.
by Rafael Espindola
· 15 years ago
73ffea4
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
by Rafael Espindola
· 15 years ago
5baf79e
Make ELF OS ABI dependent on the OS from target triple.
by Roman Divacky
· 15 years ago
da0bfcd
MC: Add partial x86-64 support to COFF.
by Michael J. Spencer
· 15 years ago
453db50
Hookup ELF support for X86.
by Matt Fleming
· 15 years ago
56d2394
Enable COFF writer on mingw32 and cygwin.
by Benjamin Kramer
· 15 years ago
0cd1ee2
MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
by Michael J. Spencer
· 15 years ago
dfd3018
Make MC use Windows COFF on Windows and add tests.
by Michael J. Spencer
· 15 years ago
c5f5626
have the mc lowering process handle a few tail call forms, lowering them to
by Chris Lattner
· 15 years ago
9fc0522
Implement the major chunk of PR7195: support for 'callw'
by Chris Lattner
· 15 years ago
95506d4
MC: Change RelaxInstruction to only take the input and output instructions.
by Daniel Dunbar
· 15 years ago
8488252
MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it
by Daniel Dunbar
· 15 years ago
c90e30a
MC: Eliminate MCAsmFixup, replace with MCFixup.
by Daniel Dunbar
· 15 years ago
482ad80
MC: Use accessors for access to MCAsmFixup.
by Daniel Dunbar
· 15 years ago
c9adb8c
MC: Change MCInst::dump_pretty to not include a trailing newline.
by Daniel Dunbar
· 15 years ago
7efaef6
Split out the x86_32 an x86_64 ELF backends as they handle ELF
by Matt Fleming
· 15 years ago
d94406a
MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
by Daniel Dunbar
· 15 years ago
423c9e3
Add some section and constant support for darwin TLS.
by Eric Christopher
· 15 years ago
a5f1d57
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
by Daniel Dunbar
· 15 years ago
a5d0b54
MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, since
by Daniel Dunbar
· 15 years ago
75361b6
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 15 years ago
337055e
MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation.
by Daniel Dunbar
· 15 years ago
8f9b80e
MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target dependencies in MCMachOStreamer and MCAssembler.
by Daniel Dunbar
· 15 years ago
8296800
MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implementation.
by Daniel Dunbar
· 15 years ago
1a9158c
MC: Add TargetAsmBackend::createObjectWriter.
by Daniel Dunbar
· 15 years ago
cc5b84c
MC: Add TargetAsmBackend::isVirtualSection hook.
by Daniel Dunbar
· 15 years ago
87190c4
MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specific not object writer specific task.
by Daniel Dunbar
· 15 years ago
0682951
MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols.
by Daniel Dunbar
· 15 years ago
d6e5908
MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet).
by Daniel Dunbar
· 15 years ago
23ac7c7
MC: Sketch some TargetAsmBackend hooks we are going to need.
by Daniel Dunbar
· 15 years ago
6c27f5e
MC: Provide the target triple to AsmBackend constructors.
by Daniel Dunbar
· 15 years ago
12783d1
MC/X86: Add stub AsmBackend.
by Daniel Dunbar
· 15 years ago