aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola1-3/+4
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-18[SPARC] Repair GOT references to internal symbols.James Y Knight1-0/+25
2015-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman1-2/+4
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-2/+2
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+2
2015-04-09clang-format bits of code to make a followup patch easy to read.Rafael Espindola1-2/+1
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-23/+0
2014-03-27Remove another unused argument.Rafael Espindola1-3/+3
2014-03-27Remove unused argument.Rafael Espindola1-8/+4
2014-02-07[Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju1-0/+18
2014-02-07[Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju1-1/+36
2014-01-06[Sparc] Add ELF Object Writer for Sparc. Venkatraman Govindaraju1-0/+86