aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)Author
2013-03-22Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter
2013-02-20Fix the (clang -Werror) build by removing an unused member variable.David Blaikie
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-01-30Removing initializer for the field removed in r173887David Blaikie
2013-01-30Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie
2013-01-30Forgot to add new file to CMakeListsJack Carter
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-08This patch produces the correct addend value forJack Carter
2013-01-08This patch produces the correct pointer size Jack Carter
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-21Mips direct object xgot supportJack Carter
2012-11-21[mips] Add target operand flag enums for big GOT relocations.Akira Hatanaka
2012-10-03This patch moves from using a hard coded number (4) Jack Carter
2012-10-02The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter
2012-09-26Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-15Remove unused private fields to silence -Wunused-private-field.Craig Topper
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-07The Mips standalone assembler fpu instruction support.Jack Carter
2012-09-06Mips specific llvm assembler support for branch and jump instructions.Jack Carter
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-07Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter
2012-08-06Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter
2012-07-23Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.Akira Hatanaka
2012-07-21Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka
2012-07-13The Mips specific relocation R_MIPS_GOT_DISP Jack Carter
2012-07-11Patch for Mips direct object generation.Jack Carter
2012-07-02Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-06-09Test commitJack Carter
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-04-22Remove some potential warnings about variables used uninitialized.Bill Wendling
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-16Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka