summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
Commit message (Expand)AuthorAge
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-27
* Don't relocate with sections if there might be a paired relocation.Rafael Espindola2014-03-31
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* This patch reworks how llvm targets set Jack Carter2013-01-30
* This patch fixes a Mips specific bug where Jack Carter2013-01-15
* Mips direct object xgot supportJack Carter2012-11-21
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-07
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-13
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* The ELF relocation record format is different for N64 Jack Carter2012-06-27
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka2012-03-28
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-01
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-28
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-22