aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
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