summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [mips] Simplify boolean expressions in Mips target with `clang-tidy`Simon Atanasyan2015-03-241-8/+6
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-0/+2
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-0/+3
* Reverted revision 226577.Jozef Kolek2015-01-201-3/+0
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-0/+3
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+3
* [mips][microMIPS] Relocate with symbol for micromips symbolsZoran Jovanovic2014-12-301-1/+5
* test commit (spelling correction)Mohit K. Bhakkad2014-12-091-1/+1
* [MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand2014-07-201-2/+4
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-131-0/+3
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-121-0/+3
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-271-0/+6
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-271-0/+6
* Don't relocate with sections if there might be a paired relocation.Rafael Espindola2014-03-311-2/+18
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-116/+16
* Remove another unused argument.Rafael Espindola2014-03-271-3/+2
* Remove unused argument.Rafael Espindola2014-03-271-5/+3
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-191-0/+6
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+3
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+3
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-0/+33
* This patch reworks how llvm targets set Jack Carter2013-01-301-14/+0
* This patch fixes a Mips specific bug where Jack Carter2013-01-151-1/+7
* Mips direct object xgot supportJack Carter2012-11-211-0/+12
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-1/+1
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-171-3/+5
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-071-0/+3
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-0/+6
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-131-0/+3
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-0/+16
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-6/+8
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-1/+1
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-8/+18
* Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka2012-03-281-0/+103
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-011-3/+2
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-281-1/+1
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-221-0/+137
OpenPOWER on IntegriCloud