aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
AgeCommit message (Expand)Author
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2012-11-21Mips direct object xgot supportJack Carter
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-07Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter
2012-08-06Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter
2012-07-13The Mips specific relocation R_MIPS_GOT_DISP Jack Carter
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-03-28Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka
2012-03-01Pass endian information to constructors. Define separate functions to createAkira Hatanaka
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola