summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support padding unaligned data in .text.Joerg Sonnenberger2014-10-021-1/+6
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-131-0/+9
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-121-0/+9
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-271-0/+6
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-271-0/+20
* [mips] Work around inconsistency in llvm-mc's placement of fixup markersDaniel Sanders2014-05-231-2/+62
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* MicroMIPS specific little endian fixup data byte ordering.Zoran Jovanovic2014-04-031-2/+24
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-1/+2
* Add const.Rafael Espindola2014-03-281-1/+1
* Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Sp...Zoran Jovanovic2014-03-271-195/+149
* [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste2014-03-031-0/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-191-0/+2
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-171-2/+2
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-131-5/+31
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+5
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+4
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-1/+17
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-4/+12
* This patch produces the correct addend value forJack Carter2013-01-081-0/+1
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* Mips direct object xgot supportJack Carter2012-11-211-1/+9
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-4/+8
* 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
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-071-0/+1
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-2/+12
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-131-1/+3
* 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-271-1/+9
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-1/+2
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-161-4/+2
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-8/+21
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-271-2/+4
* 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-211-10/+27
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-011-28/+16
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* 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-111-11/+10
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-221-21/+2
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-0/+3
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-11/+12
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-42/+32
OpenPOWER on IntegriCloud