summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser
Commit message (Expand)AuthorAge
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-04
* [mips] Fix typo.Matheus Almeida2014-01-30
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Implement the missing bits corresponding to .mips_hack_elf_flags.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
* Fix known typosAlp Toker2014-01-24
* Unify duplicated functions.Rafael Espindola2014-01-24
* [Mips] formatting through clang-formatJack Carter2014-01-22
* [Mips] TargetStreamer Support for .set mips16.Jack Carter2014-01-22
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* correct target directive handling error handlingSaleem Abdulrasool2014-01-13
* 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
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-13
* Method parseSetAssignment treats every operand with '$' sign as register and ...Vladimir Medic2013-12-09
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* reverts 195057 per requestJack Carter2013-11-19
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-06
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-14
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-11
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-11
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* forgot to remove this file as wellJack Carter2013-10-04
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-01
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-25
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-16
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-10
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-10
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-28
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-14
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-14
* This patch introduces changes to MipsAsmParser register parsing routines. The...Vladimir Medic2013-08-13
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-06
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06