aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-30[mips][microMIPS] Relocate with symbol for micromips symbolsZoran Jovanovic1-1/+5
2014-12-09test commit (spelling correction)Mohit K. Bhakkad1-1/+1
2014-07-20[MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand1-2/+4
2014-06-13[mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic1-0/+3
2014-06-12[mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic1-0/+3
2014-05-27[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic1-0/+6
2014-05-27[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic1-0/+6
2014-03-31Don't relocate with sections if there might be a paired relocation.Rafael Espindola1-2/+18
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-116/+16
2014-03-27Remove another unused argument.Rafael Espindola1-3/+2
2014-03-27Remove unused argument.Rafael Espindola1-5/+3
2013-12-19Support for microMIPS TLS relocations.Zoran Jovanovic1-0/+6
2013-11-04Support for microMIPS branch instructions.Zoran Jovanovic1-0/+3
2013-10-29Support for microMIPS jump instructionsZoran Jovanovic1-0/+3
2013-10-23Support for microMIPS relocations 1.Zoran Jovanovic1-0/+33
2013-01-30This patch reworks how llvm targets set Jack Carter1-14/+0
2013-01-15This patch fixes a Mips specific bug where Jack Carter1-1/+7
2012-11-21Mips direct object xgot supportJack Carter1-0/+12
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter1-1/+1
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka1-3/+5
2012-08-07Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter1-0/+3
2012-08-06Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter1-0/+6
2012-07-13The Mips specific relocation R_MIPS_GOT_DISP Jack Carter1-0/+3
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter1-0/+16
2012-06-27The ELF relocation record format is different for N64 Jack Carter1-6/+8
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka1-1/+1
2012-04-02Initial 64 bit direct object support.Akira Hatanaka1-8/+18
2012-03-28Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka1-0/+103
2012-03-01Pass endian information to constructors. Define separate functions to createAkira Hatanaka1-3/+2
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu1-1/+1
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu1-1/+1
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy1-1/+1
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola1-0/+137