aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Support padding unaligned data in .text.Joerg Sonnenberger1-1/+6
2014-06-13[mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic1-0/+9
2014-06-12[mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic1-0/+9
2014-05-27[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic1-0/+6
2014-05-27[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic1-0/+20
2014-05-23[mips] Work around inconsistency in llvm-mc's placement of fixup markersDaniel Sanders1-2/+62
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-03MicroMIPS specific little endian fixup data byte ordering.Zoran Jovanovic1-2/+24
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-1/+2
2014-03-28Add const.Rafael Espindola1-1/+1
2014-03-27Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Sp...Zoran Jovanovic1-195/+149
2014-03-03[mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste1-0/+4
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-12-19Support for microMIPS TLS relocations.Zoran Jovanovic1-0/+2
2013-12-17[mips] Fix off by one issue when applying a fixup.Matheus Almeida1-2/+2
2013-12-13[mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida1-5/+31
2013-11-04Support for microMIPS branch instructions.Zoran Jovanovic1-0/+5
2013-10-29Support for microMIPS jump instructionsZoran Jovanovic1-0/+4
2013-10-23Support for microMIPS relocations 1.Zoran Jovanovic1-1/+17
2013-09-09Generate compact unwind encoding from CFI directives.Bill Wendling1-4/+12
2013-01-08This patch produces the correct addend value forJack Carter1-0/+1
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky1-1/+1
2012-11-21Mips direct object xgot supportJack Carter1-1/+9
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky1-4/+8
2012-09-14Fix Doxygen issues:Dmitri Gribenko1-1/+1
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko1-1/+1
2012-08-07Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter1-0/+1
2012-08-06Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter1-2/+12
2012-07-13The Mips specific relocation R_MIPS_GOT_DISP Jack Carter1-1/+3
2012-07-11Patch for Mips direct object generation.Jack Carter1-0/+8
2012-07-02Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter1-1/+2
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter1-1/+9
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka1-1/+2
2012-04-16Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka1-4/+2
2012-04-02Initial 64 bit direct object support.Akira Hatanaka1-8/+21
2012-03-27Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka1-2/+4
2012-03-27Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka1-1/+1
2012-03-26Prune some includes and forward declarations.Craig Topper1-7/+1
2012-03-21Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper1-1/+1
2012-03-21Incremental big endian patch by Jack Carter.Akira Hatanaka1-10/+27
2012-03-01Pass endian information to constructors. Define separate functions to createAkira Hatanaka1-28/+16
2012-02-28remove blanks, and some code formatJia Liu1-1/+1
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu1-1/+1
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu1-1/+1
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach1-4/+4
2012-01-11Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola1-11/+10
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola1-21/+2
2011-12-22Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka1-0/+3
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola1-11/+12
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes1-42/+32