summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAge
* [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
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic2014-03-04
* [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste2014-03-03
* Reorder Mips/MCTargetDesc/CMakeLists.txt.NAKAMURA Takumi2014-02-28
* [mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt.Sasa Stankovic2014-02-28
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* [mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders2014-02-26
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* [mips] In the integrated assembler, select the default feature bits by changi...Daniel Sanders2014-02-19
* [mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing itDaniel Sanders2014-02-19
* Remove support for not using .loc directives.Rafael Espindola2014-02-05