Support for microMIPS relocations 1.
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsELFObjectWriter.cpp
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2012-11-21 Jack CarterMips direct object xgot support
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-07 Jack CarterMips relocation R_MIPS_64 relocates a 64 bit double...
2012-08-06 Jack CarterMips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-03-28 Akira HatanakaSort relocation entries before they are written out...
2012-03-01 Akira HatanakaPass endian information to constructors. Define separat...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2011-12-22 Rafael EspindolaMove the Mips only bits of the ELF writer to lib/Target...