summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Commit message (Expand)AuthorAge
* [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
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Variable cleanup. Based on past patch submittals variable names haveBruno Cardoso Lopes2011-12-07
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-30