aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-04-08MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.Peter Collingbourne1-2/+0
2017-02-08[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-2/+2
2015-10-05Fix pr24486.Rafael Espindola1-2/+8
2015-06-04MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach1-3/+3
2015-05-29Remove getData.Rafael Espindola1-4/+2
2015-05-29Remove the MCSymbolData typedef.Rafael Espindola1-2/+2
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola1-2/+2
2015-05-26Return a MCSection from MCFragment::getParent().Rafael Espindola1-1/+1
2015-05-20MC: Use MCSymbol in MCObjectWriter::isWeak(), NFCDuncan P. N. Exon Smith1-1/+1
2015-05-16MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()Duncan P. N. Exon Smith1-4/+4
2015-04-17Compute A-B when A or B is weak.Rafael Espindola1-4/+3
2015-04-06Remove unnecessary uses of AliasedSymbol.Rafael Espindola1-2/+2
2015-04-06Be consistent when deciding if a relocation is needed.Rafael Espindola1-10/+6
2015-03-25clang-format bits of code to make another patch readable.Rafael Espindola1-5/+3
2015-03-25Fix fixup evaluation when deciding what to relocate with.Rafael Espindola1-0/+2
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach1-34/+0
2012-01-31Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby1-0/+2
2011-11-05Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer1-2/+10
2011-02-16Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola1-0/+12
2010-12-24Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola1-3/+9
2010-12-18Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola1-0/+21
2010-09-30This is the last major patch to implement support for the .loc directiveKevin Enderby1-0/+26
2010-03-19MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar1-1/+1
2010-03-19MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar1-0/+15