summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocationZoran Jovanovic2016-04-221-0/+15
* [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocationZoran Jovanovic2016-04-211-0/+3
* [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocationZoran Jovanovic2016-04-211-0/+12
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-10/+5
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-16/+32
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+14
* Change isUIntN/isIntN calls with constant N to use the template version. NFCCraig Topper2015-10-101-8/+8
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-8/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+8
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-8/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+8
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-6/+0
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-16/+11
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-8/+8
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-6/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-1/+13
* Reverted revision 226577.Jozef Kolek2015-01-201-13/+1
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-1/+13
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+10
* 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
OpenPOWER on IntegriCloud