summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
Commit message (Expand)AuthorAge
* This patch produces the correct addend value forJack Carter2013-01-27
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-12
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-07
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-13
* Patch for Mips direct object generation.Jack Carter2012-07-11
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-02
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-16
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-27
* Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka2012-03-27
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-21
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-21
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-01
* remove blanks, and some code formatJia Liu2012-02-28
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-11
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-22
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi2011-12-06
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-30
* Add MCELFObjectTargetWriter and MCAsmBackend classes.Akira Hatanaka2011-09-30