Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
[oota-llvm.git] / lib / Target / Mips / AsmParser / MipsAsmParser.cpp
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
2015-01-30 Toma Tabacu[mips] Manually replace JAL pseudo-instructions with...
2015-01-28 Zoran Jovanovic[mips][microMIPS] Implement SWM and LWM aliases
2015-01-28 Jozef Kolek[mips][microMIPS] Implement LWGP instruction
2015-01-27 Kai Nacke[mips] Add range checks and transformation to octeon...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-23 Toma Tabacu[mips] Add new error message and improve testing for...
2015-01-23 NAKAMURA TakumiReformat.
2015-01-23 NAKAMURA TakumiMipsAsmParser.cpp: Suppress a warning introduced in...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Aaron BallmanSilencing a -Wunused-variable warning in non-asserts...
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2014-12-23 Jozef Kolek[mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB...
2014-12-23 Jozef Kolek[mips][microMIPS] Implement LWSP and SWSP instructions
2014-12-16 Zoran Jovanovic[mips][microMIPS] Implement SWP and LWP instructions
2014-11-27 Zoran Jovanovic[mips][microMIPS] Implement SWM16 and LWM16 instructions
2014-11-24 Jozef Kolek[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16...
2014-11-24 Jozef Kolek[mips][microMIPS] Implement 16-bit instructions registe...
2014-11-19 Zoran Jovanovic[mips][micromips] Implement SWM32 and LWM32 instructions
2014-11-11 Vasileios Kalintiris[mips] Add hardware register name "hwr_ulr" ($29)
2014-11-11 Vasileios KalintirisRecommit "[mips] Add names and tests for the hardware...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-06 Toma Tabacu[mips] Improve error/warning messages and testing for...
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement ANDI16 instruction
2014-11-05 Zoran JovanovicReverted revisions 221351, 221352 and 221353.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement ANDI16 instruction
2014-11-04 Rafael EspindolaRevert "[mips] Add names and tests for the hardware...
2014-11-04 Vasileios Kalintiris[mips] Add names and tests for the hardware registers
2014-11-04 Toma Tabacu[mips] Improve support for the .set mips16/nomips16...
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement ADDIUR1SP instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement ADDIUR2 instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement LI16 instruction
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-10-21 Zoran Jovanovic[mips][microMIPS] Implement microMIPS 16-bit instructio...
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUSP instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUS5 instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JALRS16 instruction
2014-10-03 Hans WennborgMipsAsmParser.cpp: fix VS2012 build
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-10-01 Toma Tabacu[mips] Rename emit and parse functions for the .cpload...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-16 Toma Tabacu[mips] Improve the error messages given by MipsAsmParser.
2014-09-15 Toma Tabacu[mips] Use early exit in MipsAsmParser::matchCPURegiste...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement BGEZALS and BLTZALS instruc...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JALS and JALRS instructions.
2014-09-12 Craig TopperRemove a temporary variable and just construct a unique...
2014-09-09 Toma Tabacu[mips] Add assembler support for .set mips0 directive.
2014-09-09 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-09-05 Toma Tabacu[mips] Change Feature-related types from unsigned to...
2014-09-05 Toma Tabacu[mips] Rename data members and member functions in...
2014-09-04 Toma Tabacu[mips] Rename MipsAsmParser functions to conform to...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-19 Toma Tabacu[mips] Add assembler support for .set arch=x directive.
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-14 Toma Tabacu[mips] Add assembler support for the "la $reg,symbol...
2014-08-14 Daniel Sanders[mips] Rename [gs]etCanHaveModuleDir to more natural...
2014-08-13 Daniel SandersRe-commit: [mips] Implement .ent, .end, .frame, .mask...
2014-08-11 Daniel SandersRevert r215359 - [mips] Implement .ent, .end, .frame...
2014-08-11 Daniel Sanders[mips] Implement .ent, .end, .frame, .mask and .fmask...
2014-08-07 Daniel Sanders[mips] Add assembler support for .set msa/nomsa directive.
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-15 Daniel Sanders[mips] Correct .MIPS.abiflags fp_abi field for -mfpxx...
2014-07-14 Daniel Sanders[mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS...
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.
next