aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-083-63/+91
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-053-117/+35
* reverting per requestJack Carter2013-10-042-21/+2
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-042-2/+21
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-12/+20
* [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
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-181-0/+4
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Make helper functions static.Rafael Espindola2013-05-274-113/+65
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+4
* Remove unused argument.Rafael Espindola2013-05-103-5/+4
* [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-0/+4
* ELF symbol table field st_other support, Jack Carter2013-02-191-1/+4
* ELF symbol table field st_other support, Jack Carter2013-02-193-6/+30
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-151-6/+0
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-051-0/+3
* This patch changes a static_cast to dyn_castJack Carter2013-02-051-1/+5
* Removing initializer for the field removed in r173887David Blaikie2013-01-301-1/+1
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-301-2/+0
* Forgot to add new file to CMakeListsJack Carter2013-01-301-0/+1
* This patch implements runtime Mips specificJack Carter2013-01-303-1/+100
* This patch reworks how llvm targets set Jack Carter2013-01-301-14/+0
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-183-0/+112
* This patch fixes a Mips specific bug where Jack Carter2013-01-151-1/+7
* This patch produces the correct addend value forJack Carter2013-01-081-0/+1
* This patch produces the correct pointer size Jack Carter2013-01-081-0/+4
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-1/+1
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-102-98/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Mips direct object xgot supportJack Carter2012-11-214-1/+45
* [mips] Add target operand flag enums for big GOT relocations.Akira Hatanaka2012-11-211-1/+7
* 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-024-4/+134
* Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka2012-09-261-2/+4
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-182-8/+16
* Remove unused private fields to silence -Wunused-private-field.Craig Topper2012-09-151-9/+6
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-1/+1
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-071-1/+1
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-061-2/+9
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-1/+1