aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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