summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAge
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-23
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.Daniel Sanders2014-06-16
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-13
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12
* [mips] Fix a bug for NaCl target - Don't report the error when non-dangerousSasa Stankovic2014-06-09
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-09
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-27
* [mips] Work around inconsistency in llvm-mc's placement of fixup markersDaniel Sanders2014-05-23
* [mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic2014-05-16
* [mips][mips64r6] Add compact branch instructionsZoran Jovanovic2014-05-16
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-15
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [mips] Move expansion of .cpsetup to target streamer.Matheus Almeida2014-05-01
* [mips] Add support for .cpload.Matheus Almeida2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [mips] Add initial (experimental) MIPS-IV support.Daniel Sanders2014-04-03
* MicroMIPS specific little endian fixup data byte ordering.Zoran Jovanovic2014-04-03
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-03
* Don't relocate with sections if there might be a paired relocation.Rafael Espindola2014-03-31
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* The forward declare should be a struct instead of a class (to be consistent w...Aaron Ballman2014-03-27
* Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Sp...Zoran Jovanovic2014-03-27
* [mips] Remove unused private field.Matheus Almeida2014-03-27
* [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spiteMatheus Almeida2014-03-27
* [mips] Implement custom MCELFStreamer.Matheus Almeida2014-03-27
* [mips] Add support to '.set mips64'.Matheus Almeida2014-03-26
* [mips] Add support to '.set mips64r2'.Matheus Almeida2014-03-26
* [mips] Add support for '.option pic2'.Matheus Almeida2014-03-26
* [mips] Update namespace.Matheus Almeida2014-03-21
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* [mips] Splitting up class definition from implementation.Matheus Almeida2014-03-20
* [mips] 80-column.Matheus Almeida2014-03-19
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* [mips] Implement NaCl sandboxing of function calls:Sasa Stankovic2014-03-11
* [mips] Implement NaCl sandboxing of loads, stores and SP changes:Sasa Stankovic2014-03-10
* This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic2014-03-05