summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAge
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* [mips] Fix ELF header flags.Matheus Almeida2014-01-28
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-27
* Print .frame via the target streamer.Rafael Espindola2014-01-27
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola2014-01-26
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-25
* [Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter2014-01-25
* Unify duplicated functions.Rafael Espindola2014-01-24
* [Mips] TargetStreamer Support for .set mips16.Jack Carter2014-01-22
* Fix uninitialized variable.Rafael Espindola2014-01-15
* Only mark functions as micromips.Rafael Espindola2014-01-15
* Fix a low hanging use of hasRawTextSupport.Rafael Espindola2014-01-14
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-06
* Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cppMark Seaborn2013-12-31
* Fix indentation alignment of a declaration in MipsMCCodeEmitter.cppMark Seaborn2013-12-29
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-17
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-13
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* reverts 195057 per requestJack Carter2013-11-19
* 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