Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f4a7fa7bbef6ba0fabd9de99eb18ffa5f12b624f
/
llvm
/
lib
/
Target
/
ARM
/
MCTargetDesc
/
ARMMachObjectWriter.cpp
60fbc7c
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
by Lang Hames
· 8 years ago
9b206a7
[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter
by Lang Hames
· 8 years ago
4bafa16
ARM: use internal relocations for local symbols after all.
by Tim Northover
· 8 years ago
14302fc
ARM: use an external relocation for calls from MachO ARM mode.
by Tim Northover
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
b03fd12
Replace "fallthrough" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
b9edc5c
ARM: fix handling of movw/movt relocations with addend.
by Tim Northover
· 10 years ago
9be59af
[Assembler] Make fatal assembler errors non-fatal
by Oliver Stannard
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
4915dd0
Remove includes of MCMachOSymbolFlags.h after it was deleted
by Pete Cooper
· 10 years ago
36e60e9
MC: Clean up naming in MCObjectWriter. NFC.
by Jim Grosbach
· 10 years ago
7c76b4c
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
by Jim Grosbach
· 10 years ago
13760bd
MC: Clean up MCExpr naming. NFC.
by Jim Grosbach
· 10 years ago
4d37b2a
Remove getData.
by Rafael Espindola
· 10 years ago
beb6060
Remove the MCSymbolData typedef.
by Rafael Espindola
· 10 years ago
3a5d3cc
Remove a trivial forwarding function. NFC.
by Rafael Espindola
· 10 years ago
61e724a
Stop using MCSectionData in MCMachObjectWriter.h.
by Rafael Espindola
· 10 years ago
079027e
Stop using MCSectionData in MCExpr.h.
by Rafael Espindola
· 10 years ago
7549f87
Return a MCSection from MCFragment::getParent().
by Rafael Espindola
· 10 years ago
6e6820a
Stop forwarding getOrdinal and setOrdinal.
by Rafael Espindola
· 10 years ago
08b8726
MC: Use MCSymbol in MachObjectWriter, NFC
by Duncan P. N. Exon Smith
· 10 years ago
99d8a8e
MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC
by Duncan P. N. Exon Smith
· 10 years ago
2a40483
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
by Duncan P. N. Exon Smith
· 10 years ago
6f48200
MC: Clean up method names in MCContext.
by Jim Grosbach
· 10 years ago
6e23e5a
MC: Use MCSymbol in RelAndSymbol, NFC
by Duncan P. N. Exon Smith
· 10 years ago
5560a4c
Use raw_pwrite_stream in the object writer/streamer.
by Rafael Espindola
· 11 years ago
49286e9
clang-format bits of code to make a followup patch easy to read.
by Rafael Espindola
· 11 years ago
4233557
ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.
by Tim Northover
· 11 years ago
2658554
Add r224985 back with fixes.
by Rafael Espindola
· 11 years ago
7244bb3
Revert "Add r224985 back with two fixes."
by Rafael Espindola
· 11 years ago
d9c3e30
Add r224985 back with two fixes.
by Rafael Espindola
· 11 years ago
04b37c4
Revert r225048: It broke ObjC on AArch64.
by Lang Hames
· 11 years ago
54b435e
Add r224985 back with a fix.
by Rafael Espindola
· 11 years ago
d4da904
Revert "Remove doesSectionRequireSymbols."
by Rafael Espindola
· 11 years ago
b22d5aa
Remove doesSectionRequireSymbols.
by Rafael Espindola
· 11 years ago
3e67db9
MC: Bit pack MCSymbolData.
by Benjamin Kramer
· 11 years ago
1bc367a
ARM: when falling back to scattered relocs, keep the type.
by Tim Northover
· 11 years ago
b60c829
Centralize the handling of the thumb bit.
by Rafael Espindola
· 12 years ago
062a2ba
[C++] Use 'nullptr'. Target edition.
by Craig Topper
· 12 years ago
908f4d4
Spread some const around for non-mutating uses of MCSymbolData.
by David Blaikie
· 12 years ago
5904e12
Completely rewrite ELFObjectWriter::RecordRelocation.
by Rafael Espindola
· 12 years ago
ca7e3e5
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
651898c
Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds
by Kevin Enderby
· 12 years ago
8bdfafd
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
by Charles Davis
· 12 years ago
1827bd8
Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h."
by Charles Davis
· 12 years ago
0c6f71b
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
by Charles Davis
· 12 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
df8ed71
ARM: Darwin BL/BLX relocations to out-of-range symbols.
by Jim Grosbach
· 13 years ago
ca1e27b
Remove redundant semicolons which are null statements.
by Dmitri Gribenko
· 13 years ago
5c490f1
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
by Kevin Enderby
· 13 years ago
35521e2
Fix a typo (the the => the)
by Sylvestre Ledru
· 13 years ago
fb5cd60
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_condbranch.
by James Molloy
· 14 years ago
997614f
ARM non-scattered MachO relocations for movw/movt.
by Jim Grosbach
· 14 years ago
7b811d3
ARM BL/BLX instruction fixups should use relocations.
by Jim Grosbach
· 14 years ago
20275a8
Better user diagnostics for more ARM MachO relocation errors.
by Jim Grosbach
· 14 years ago
5e5eabb
Keep source information, if available, around for ARM Fixups.
by Jim Grosbach
· 14 years ago
46a9f01
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 14 years ago
d633c2f
Nuke inadvertant debugging commit.
by Jim Grosbach
· 14 years ago
d6ae4ba
Darwin assembler improved relocs when w/o subsections_via_symbols.
by Jim Grosbach
· 14 years ago
ae91322
Better fix for ARM MOVT relocation encoding of thumb bit.
by Jim Grosbach
· 14 years ago
5928e69
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend.
by Evan Cheng
· 14 years ago
f2596bc
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
by Evan Cheng
· 14 years ago
ad5f485
Sink ARM mc routines into MCTargetDesc.
by Evan Cheng
· 14 years ago
[Renamed (99%) from llvm/lib/Target/ARM/ARMMachObjectWriter.cpp]
28fcafb
Refactor MachO relocation generaration into the Target directories.
by Jim Grosbach
· 14 years ago
2354f87
Move ARMMachObjectWriter to its own file.
by Jim Grosbach
· 14 years ago