aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [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
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-171-3/+5
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-072-0/+4
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-064-2/+30
* Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.Akira Hatanaka2012-07-231-0/+2
* Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka2012-07-211-1/+4
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-134-4/+12
* Patch for Mips direct object generation.Jack Carter2012-07-111-0/+8
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-021-1/+2
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-274-3/+54
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-6/+8
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-143-4/+5
* Test commitJack Carter2012-06-091-0/+1
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-152-0/+5
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-221-1/+1