summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Commit message (Expand)AuthorAge
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-09
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-27
* [mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic2014-05-16
* [mips][mips64r6] Add compact branch instructionsZoran Jovanovic2014-05-16
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-15
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-03
* [mips] Splitting up class definition from implementation.Matheus Almeida2014-03-20
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-04
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cppMark Seaborn2013-12-31
* Fix indentation alignment of a declaration in MipsMCCodeEmitter.cppMark Seaborn2013-12-29
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-07
* Changed commentJack Carter2013-08-27
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-13
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-08
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Make helper functions static.Rafael Espindola2013-05-27
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-19
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-17
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-22
* Fix the (clang -Werror) build by removing an unused member variable.David Blaikie2013-02-20
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-15
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Mips direct object xgot supportJack Carter2012-11-21
* This patch moves from using a hard coded number (4) Jack Carter2012-10-03
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-02
* Remove unused private fields to silence -Wunused-private-field.Craig Topper2012-09-15
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-06
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-13
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-22
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-27
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-21
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-01