| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [mips] Add assembler support for .set arch=x directive. | Toma Tabacu | 2014-08-19 | 1 | -0/+38 |
* | TableGen: allow use of uint64_t for available features mask. | Tim Northover | 2014-08-18 | 1 | -3/+3 |
* | [mips] Add assembler support for the "la $reg,symbol" pseudo-instruction. | Toma Tabacu | 2014-08-14 | 1 | -6/+91 |
* | [mips] Rename [gs]etCanHaveModuleDir to more natural names | Daniel Sanders | 2014-08-14 | 1 | -4/+5 |
* | Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask. | Daniel Sanders | 2014-08-13 | 1 | -15/+196 |
* | Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assemb... | Daniel Sanders | 2014-08-11 | 1 | -196/+15 |
* | [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives | Daniel Sanders | 2014-08-11 | 1 | -15/+196 |
* | [mips] Add assembler support for .set msa/nomsa directive. | Daniel Sanders | 2014-08-07 | 1 | -0/+30 |
* | [mips] Add assembler support for '.set mipsX'. | Daniel Sanders | 2014-08-04 | 1 | -3/+95 |
* | Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine | Eric Christopher | 2014-07-18 | 1 | -1/+1 |
* | [mips] Correct .MIPS.abiflags fp_abi field for -mfpxx and without .module | Daniel Sanders | 2014-07-15 | 1 | -1/+1 |
* | [mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS.abiflags when no '.modul... | Daniel Sanders | 2014-07-14 | 1 | -3/+3 |
* | [mips] Add support for -modd-spreg/-mno-odd-spreg | Daniel Sanders | 2014-07-10 | 1 | -31/+77 |
* | Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementati... | Daniel Sanders | 2014-07-08 | 1 | -0/+3 |
* | [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s... | Daniel Sanders | 2014-07-08 | 1 | -68/+75 |
* | Mips.abiflags is a new implicitly generated section that will be present on ... | Vladimir Medic | 2014-07-08 | 1 | -44/+189 |
* | [mips] Implementation of dli. | Matheus Almeida | 2014-06-19 | 1 | -7/+90 |
* | [mips] Small update to the logic behind the expansion of assembly pseudo inst... | Matheus Almeida | 2014-06-19 | 1 | -9/+20 |
* | [mips] Fix expansion of memory operation if destination register is not a GPR. | Matheus Almeida | 2014-06-18 | 1 | -4/+29 |
* | [mips] Report correct location when "erroring" about the use of $at when it's... | Matheus Almeida | 2014-06-18 | 1 | -6/+13 |
* | [mips] Access $at only if necessary. | Matheus Almeida | 2014-06-18 | 1 | -3/+6 |
* | [mips] Update MipsAsmParser so that it's possible to handle immediates that s... | Matheus Almeida | 2014-06-18 | 1 | -0/+2 |
* | [mips] Remove the last usage of parseRegister from MipsAsmParser. | Matheus Almeida | 2014-06-18 | 1 | -29/+33 |
* | [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-16 | 1 | -0/+14 |
* | [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat... | Daniel Sanders | 2014-06-16 | 1 | -0/+10 |
* | [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -1/+11 |
* | [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ... | Matheus Almeida | 2014-06-11 | 1 | -0/+25 |
* | AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand | David Blaikie | 2014-06-08 | 1 | -115/+101 |
* | [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 | Zoran Jovanovic | 2014-05-27 | 1 | -0/+2 |
* | [mips] Implement l[wd]c3, and s[wd]c3. | Daniel Sanders | 2014-05-08 | 1 | -1/+18 |
* | [mips] Move expansion of .cpsetup to target streamer. | Matheus Almeida | 2014-05-01 | 1 | -51/+1 |
* | [mips] Add support for .cpload. | Matheus Almeida | 2014-04-30 | 1 | -0/+32 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -14/+14 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -3/+3 |
* | Create MCTargetOptions. | Evgeniy Stepanov | 2014-04-23 | 1 | -1/+2 |
* | [mips] Clang-format MipsAsmParser. | Matheus Almeida | 2014-04-22 | 1 | -33/+32 |
* | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth | 2014-04-21 | 1 | -0/+2 |
* | [mips] Add initial support for NaN2008 in the back-end. | Matheus Almeida | 2014-04-16 | 1 | -0/+24 |
* | MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMem(). Mem.Base is manag... | NAKAMURA Takumi | 2014-04-15 | 1 | -0/+16 |
* | MipsAsmParser::ParseRegister(): Be responsible to delete an Operand on a temp... | NAKAMURA Takumi | 2014-04-15 | 1 | -0/+2 |
* | Current definition of subtract with immediate instruction aliases uses CodeGe... | Vladimir Medic | 2014-04-15 | 1 | -28/+0 |
* | [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and | Sasa Stankovic | 2014-04-03 | 1 | -25/+26 |
* | [mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollar | Daniel Sanders | 2014-04-01 | 1 | -8/+14 |
* | [mips] Extend ParseJumpTarget to support the full symbol expression syntax. | Daniel Sanders | 2014-04-01 | 1 | -27/+6 |
* | [mips] Use AsmLexer::peekTok() to resolve the conflict between $reg and $sym | Daniel Sanders | 2014-04-01 | 1 | -15/+10 |
* | [mips] Hoist Parser.Lex() calls out of MatchAnyRegisterNameWithoutDollar() | Daniel Sanders | 2014-04-01 | 1 | -9/+8 |
* | [mips] Rewrite MipsAsmParser and MipsOperand. | Daniel Sanders | 2014-04-01 | 1 | -932/+704 |
* | Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors... | Daniel Sanders | 2014-03-31 | 1 | -704/+932 |
* | [mips] Rewrite MipsAsmParser and MipsOperand. | Daniel Sanders | 2014-03-31 | 1 | -932/+704 |
* | [mips] Fix use of uninitialized value reported by the sanitizer-x86_64-linux-... | Daniel Sanders | 2014-03-31 | 1 | -0/+2 |