Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCAsmBackend.cpp
257d5b5
[RISCV] Add symbol diff relocation support for RISC-V
by Alex Bradbury
· 7 years ago
63062d9
MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
by Peter Collingbourne
· 7 years ago
dcd7d6c
MC: Separate creating a generic object writer from creating a target object writer. NFCI.
by Peter Collingbourne
· 7 years ago
571a330
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI.
by Peter Collingbourne
· 7 years ago
6e07dfb
[RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced
by Shiva Chen
· 7 years ago
2251c79
[MC] Adding code padding for performance stability - infrastructure. NFC.
by Omer Paparo Bivas
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
3d8b0eb
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
eb9ed61
[mips][ias] Support .dtprel[d]word and .tprel[d]word directives
by Simon Atanasyan
· 9 years ago
c52c74e
MachO: enable .data_region directives everywhere
by Tim Northover
· 9 years ago
ce10842
[MC, COFF] Add .reloc support for WinCOFF
by David Majnemer
· 10 years ago
9f6ad49
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32.
by Daniel Sanders
· 10 years ago
a01780f
[MC] Allow backends to decide relaxation for unresolved fixups.
by Colin LeMahieu
· 10 years ago
a063bdd
Simplify a really complicated check for Arch == X86_64.
by Rafael Espindola
· 12 years ago
5871321
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
by Craig Topper
· 12 years ago
745c52d
MachO: direct-to-object attribute for data-in-code markers.
by Jim Grosbach
· 13 years ago
dc1e36e
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
6e80c28
Prune some includes and forward declarations.
by Craig Topper
· 14 years ago
a56ab0ed
Section relative fixups are a coff concept, not a x86 one. Replace the
by Rafael Espindola
· 14 years ago
f5ddf13
This patch addresses gp relative fixups/relocations for jump tables.
by Akira Hatanaka
· 14 years ago
5928e69
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend.
by Evan Cheng
· 14 years ago
[Renamed (79%) from llvm/lib/MC/TargetAsmBackend.cpp]
f2596bc
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
by Evan Cheng
· 14 years ago
b6d52b8
Cast away "comparison between signed and unsigned integer" warnings.
by Benjamin Kramer
· 15 years ago
2ac8355
Add support for the same encodings of the personality function that gnu as
by Rafael Espindola
· 15 years ago
d2867f1
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
by Daniel Dunbar
· 15 years ago
0c9d9fd
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
by Daniel Dunbar
· 15 years ago
bf4a4e4
Remove the unused TheTarget member.
by Rafael Espindola
· 15 years ago
4262a22
Add a MCObjectFormat class so that code common to all targets that use a
by Rafael Espindola
· 15 years ago
6544baf
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
· 16 years ago
3bea9bf
MC: Sketch registry support for target specific assembler backends.
by Daniel Dunbar
· 16 years ago