summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.Peter Collingbourne2017-04-081-2/+0
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-081-2/+2
* Fix pr24486.Rafael Espindola2015-10-051-2/+8
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-3/+3
* Remove getData.Rafael Espindola2015-05-291-4/+2
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-2/+2
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-2/+2
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-1/+1
* MC: Use MCSymbol in MCObjectWriter::isWeak(), NFCDuncan P. N. Exon Smith2015-05-201-1/+1
* MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()Duncan P. N. Exon Smith2015-05-161-4/+4
* Compute A-B when A or B is weak.Rafael Espindola2015-04-171-4/+3
* Remove unnecessary uses of AliasedSymbol.Rafael Espindola2015-04-061-2/+2
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-061-10/+6
* clang-format bits of code to make another patch readable.Rafael Espindola2015-03-251-5/+3
* Fix fixup evaluation when deciding what to relocate with.Rafael Espindola2015-03-251-0/+2
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-34/+0
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-311-0/+2
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-051-2/+10
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-161-0/+12
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-241-3/+9
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-181-0/+21
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-0/+26
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-191-1/+1
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-191-0/+15