aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)Author
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-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
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-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-03Diff from hg rev 0b098ca44de7Derek Schuff
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
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie