aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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