Support for microMIPS TLS relocations.
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsMCCodeEmitter.cpp
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-05 Matheus Almeida[mips][msa] Fix issue with immediate fields of LD/ST...
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
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-09-07 Akira Hatanaka[mips] Add definition of instruction "drotr32" (double...
2013-08-27 Jack CarterChanged comment
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-27 Rafael EspindolaMake helper functions static.
2013-04-19 Akira Hatanaka[mips] First patch which adds support for micromips.
2013-04-17 Jack CarterMips assembler: Enable handling of nested expressions
2013-03-22 Jack CarterFix the invalid opcode for Mips branch instructions...
2013-02-20 David BlaikieFix the (clang -Werror) build by removing an unused...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-15 Reed KotlerRemove a final dependency on the form field in tablegen...
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-11-21 Jack CarterMips direct object xgot support
2012-10-03 Jack CarterThis patch moves from using a hard coded number (4)
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2012-09-15 Craig TopperRemove unused private fields to silence -Wunused-privat...
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
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-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-04-22 Bill WendlingRemove some potential warnings about variables used...
2012-03-27 Akira HatanakaRetrieve and add the offset of a symbol in applyFixup...
2012-03-21 Akira HatanakaIncremental big endian patch by Jack Carter.
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-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-07 Bruno Cardoso LopesVariable cleanup. Based on past patch submittals variab...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-09-30 Akira HatanakaInitial implementation of MipsMCCodeEmitter.