aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+202
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+129
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+36
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+82
* Update to LLVM 3.5a.Stephen Hines2014-04-241-231/+246
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-0/+12
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+28
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+23
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-12/+24
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-071-0/+4
* Changed commentJack Carter2013-08-271-1/+1
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+16
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-081-4/+15
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Make helper functions static.Rafael Espindola2013-05-271-3/+65
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-191-1/+14
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-171-25/+37
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-221-4/+6
* Fix the (clang -Werror) build by removing an unused member variable.David Blaikie2013-02-201-2/+1
* ELF symbol table field st_other support, Jack Carter2013-02-191-4/+6
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-151-6/+0
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-101-5/+7
* Mips direct object xgot supportJack Carter2012-11-211-0/+12
* This patch moves from using a hard coded number (4) Jack Carter2012-10-031-2/+4
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-021-4/+24
* Remove unused private fields to silence -Wunused-private-field.Craig Topper2012-09-151-9/+6
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-061-2/+9
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-0/+6
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-131-3/+3
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-2/+17
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-2/+2
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-0/+2
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-221-1/+1
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-271-65/+63
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-211-3/+3
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-011-5/+14
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-0/+10
* Variable cleanup. Based on past patch submittals variable names haveBruno Cardoso Lopes2011-12-071-5/+5
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-1/+4
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-231-10/+27
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-111-8/+205
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-301-0/+52