Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsELFObjectWriter.cpp
2015-06-01 Rafael EspindolaFix relocation selection for foo-. on mips.
2015-06-01 Rafael EspindolaSimplify code, NFC.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-24 Simon Atanasyan[mips] Simplify boolean expressions in Mips target...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2014-12-30 Zoran Jovanovic[mips][microMIPS] Relocate with symbol for micromips...
2014-12-09 Mohit K. Bhakkadtest commit (spelling correction)
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-06-13 Zoran Jovanovic[mips][mips64r6] Relocation R_MIPS_PC18_S3
2014-06-12 Zoran Jovanovic[mips][mips64r6] Add R_MIPS_PC19_S2
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS...
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
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...