[mips] Add support for -modd-spreg/-mno-odd-spreg
[oota-llvm.git] / lib / Target / Mips / AsmParser / MipsAsmParser.cpp
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-08 Daniel SandersFix r212522 - [mips] Improve encapsulation of the ...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Matheus Almeida[mips] Small update to the logic behind the expansion...
2014-06-18 Matheus Almeida[mips] Fix expansion of memory operation if destination...
2014-06-18 Matheus Almeida[mips] Report correct location when "erroring" about...
2014-06-18 Matheus Almeida[mips] Access $at only if necessary.
2014-06-18 Matheus Almeida[mips] Update MipsAsmParser so that it's possible to...
2014-06-18 Matheus Almeida[mips] Remove the last usage of parseRegister from...
2014-06-16 Daniel Sanders[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
2014-06-16 Daniel Sanders[mips][mips64r6] [ls][wd]c2 were re-encoded with 11...
2014-06-12 Daniel Sanders[mips][mips64r6] bc1[tf] are not available on MIPS32r6...
2014-06-11 Matheus Almeida[mips] Implement jr.hb and jalr.hb (Jump Register and...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-08 Daniel Sanders[mips] Implement l[wd]c3, and s[wd]c3.
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Matheus Almeida[mips] Clang-format MipsAsmParser.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-15 NAKAMURA TakumiMipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMe...
2014-04-15 NAKAMURA TakumiMipsAsmParser::ParseRegister(): Be responsible to delet...
2014-04-15 Vladimir MedicCurrent definition of subtract with immediate instructi...
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
2014-04-01 Daniel Sanders[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAn...
2014-04-01 Daniel Sanders[mips] Extend ParseJumpTarget to support the full symbo...
2014-04-01 Daniel Sanders[mips] Use AsmLexer::peekTok() to resolve the conflict...
2014-04-01 Daniel Sanders[mips] Hoist Parser.Lex() calls out of MatchAnyRegister...
2014-04-01 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Daniel SandersRevert: [mips] Rewrite MipsAsmParser and MipsOperand...
2014-03-31 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Daniel Sanders[mips] Fix use of uninitialized value reported by the...
2014-03-31 Daniel Sanders[mips] Implement missing relocations in the integrated...
2014-03-31 Rafael EspindolaCapitalize the D in parseDirectiveGpDWord.
2014-03-28 Rafael EspindolaParse .gpdword and convert another llc -filetype=obj...
2014-03-27 Daniel Sanders[mips] Some uses of isMips64()/hasMips64() are really...
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-26 Matheus Almeida[mips] Add support to the '.dword' directive.
2014-03-26 Matheus Almeida[mips] Rename function in MipsAsmParser.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Matheus Almeida[mips] Hoist common functionality into a new function.
2014-03-26 Matheus Almeida[mips] Add support for '.option pic2'.
2014-03-26 Daniel Sanders[mips] The register names depend on the ABI being N32...
2014-03-26 Daniel Sanders[mips] $s8 is an alias for $fp in all ABI's, not just...
2014-03-25 Daniel Sanders[mips] '.set at=$0' should be equivalent to '.set noat'
2014-03-25 Daniel Sanders[mips] Correct testcase for .set at=$reg and emit the...
2014-03-25 Daniel Sanders[mips] Fix assembler temporary expansion and add associ...
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-10 Matheus Almeida[mips] Assembly parser must invoke the target streamer...
2014-03-05 Vladimir MedicThis patch implements .set dsp directive and sets appro...
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-04 Petar Jovanovic[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2...
2014-01-30 Matheus Almeida[mips] Fix typo.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaUnify duplicated functions.
2014-01-22 Jack Carter[Mips] formatting through clang-format
2014-01-22 Jack Carter[Mips] TargetStreamer Support for .set mips16.
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2013-12-13 Matheus Almeida[mips] Add checks for alignment and maximum displacemen...
2013-12-09 Vladimir MedicMethod parseSetAssignment treats every operand with...
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Jack Carter[Mips] Support for MicroMips STO refactoring.
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-06 Vladimir MedicImplement gpword directive for mips, test case added...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for CTCMSA...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-11 Matheus AlmeidaThis reverts 192447 because of compiler warning generat...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-10-01 Vladimir MedicThis patch adds aliases for Mips sub instruction with...
2013-09-25 Jack Carter[mips][msa] Direct Object Emission support for the...
2013-09-16 Vladimir MedicThis patch implements Mips load/store instructions...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-10 Vladimir MedicAdd test cases for Mips mthc1/mfhc1 instructions. Add...
2013-09-10 Vladimir MedicRemove obsolete code from MipsAsmParser.cpp.
2013-08-28 Akira Hatanaka[mips] Use ptr_rc to simplify definitions of base+index...
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
next