aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+1
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-281-1/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-3/+0
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-4/+4
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-113-16/+20
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-224-21/+145
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-223-0/+22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-11/+12
* 64-bit data directive.Akira Hatanaka2011-12-201-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+3
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-191-1/+2
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+7
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Variable cleanup. Based on past patch submittals variable names haveBruno Cardoso Lopes2011-12-072-55/+60
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-074-46/+43
* Add register HWR29 numbering. Patch by Jack CarterBruno Cardoso Lopes2011-12-061-0/+1