Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCObjectWriter.cpp
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
3600305
MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.
by Peter Collingbourne
· 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
e3a20f5
Fix pr24486.
by Rafael Espindola
· 10 years ago
36e60e9
MC: Clean up naming in MCObjectWriter. 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
7549f87
Return a MCSection from MCFragment::getParent().
by Rafael Espindola
· 10 years ago
5266ad9
MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
by Duncan P. N. Exon Smith
· 10 years ago
d81ba53
MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()
by Duncan P. N. Exon Smith
· 10 years ago
35d6189
Compute A-B when A or B is weak.
by Rafael Espindola
· 10 years ago
972756b
Remove unnecessary uses of AliasedSymbol.
by Rafael Espindola
· 10 years ago
94a88d7
Be consistent when deciding if a relocation is needed.
by Rafael Espindola
· 10 years ago
59f90b2
clang-format bits of code to make another patch readable.
by Rafael Espindola
· 11 years ago
f275ad8
Fix fixup evaluation when deciding what to relocate with.
by Rafael Espindola
· 11 years ago
bf387df
Move [SU]LEB128 encoding to a utility header.
by Jim Grosbach
· 13 years ago
e1a12cf
Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a
by Kevin Enderby
· 14 years ago
c74798d
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding from the DWARF asm printer.
by Benjamin Kramer
· 14 years ago
490d02a
Gas is very inconsistent about when a relaxation/relocation is needed. Do
by Rafael Espindola
· 15 years ago
0f8abeb
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
by Rafael Espindola
· 15 years ago
b403e09
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
by Rafael Espindola
· 15 years ago
e46564a
This is the last major patch to implement support for the .loc directive
by Kevin Enderby
· 15 years ago
79e0e5a
MC/Mach-O: Move to MachObjectWriter.{h,cpp}.
by Daniel Dunbar
· 16 years ago
f027abf
MC: Split MCObjectWriter out of MCAssembler.cpp.
by Daniel Dunbar
· 16 years ago