summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAge
* Merging r195152:Bill Wendling2013-11-20
* Remove unused special member functions and reformat.Eric Christopher2013-11-19
* Fix previous commit and fully remove variable.Eric Christopher2013-11-19
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-18
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-07
* Changed commentJack Carter2013-08-27
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-13
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-08
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Make helper functions static.Rafael Espindola2013-05-27
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-19
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-17
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-22
* Fix the (clang -Werror) build by removing an unused member variable.David Blaikie2013-02-20
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-15
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-05
* This patch changes a static_cast to dyn_castJack Carter2013-02-05
* Removing initializer for the field removed in r173887David Blaikie2013-01-30
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-30
* Forgot to add new file to CMakeListsJack Carter2013-01-30
* This patch implements runtime Mips specificJack Carter2013-01-30
* This patch reworks how llvm targets set Jack Carter2013-01-30
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* This patch fixes a Mips specific bug where Jack Carter2013-01-15
* This patch produces the correct addend value forJack Carter2013-01-08
* This patch produces the correct pointer size Jack Carter2013-01-08
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03