aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)Author
2012-12-04Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki
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
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-31Select static relocation model if it is jitting.Akira Hatanaka
2012-03-28Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka
2012-03-27Prune some includesCraig Topper
2012-03-27Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka
2012-03-27Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka
2012-03-27Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-21Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper
2012-03-21Incremental big endian patch by Jack Carter.Akira Hatanaka
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-01Pass endian information to constructors. Define separate functions to createAkira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-24comment fixJia Liu
2012-02-24some comment fixJia Liu
2012-02-24replace a balnk with -Jia Liu
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka