aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add disassembler to MIPS. Akira Hatanaka2012-04-171-1/+40
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-161-4/+2
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-031-40/+1
* MIPS disassembler support.Akira Hatanaka2012-04-031-1/+40
* Initial 64 bit direct object support.Akira Hatanaka2012-04-024-23/+49
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+2
* Select static relocation model if it is jitting.Akira Hatanaka2012-03-311-1/+3
* Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka2012-03-281-0/+103
* Prune some includesCraig Topper2012-03-271-1/+1
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-272-67/+67
* Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka2012-03-271-0/+30
* Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka2012-03-271-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-7/+1
* Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-211-1/+1
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-212-13/+30
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+2
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-015-57/+55
* remove blanks, and some code formatJia Liu2012-02-282-2/+2
* comment fixJia Liu2012-02-241-1/+1
* some comment fixJia Liu2012-02-241-3/+3
* replace a balnk with -Jia Liu2012-02-241-1/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-176-6/+6
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-176-6/+6
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1