| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix -Wimplicit-fallthrough warning. NFCI. | Simon Pilgrim | 2017-07-08 | 1 | -0/+1 |
* | [MIPS] Handle PIC load address macro instructions in N64. | Simon Dardis | 2017-06-30 | 1 | -0/+80 |
* | [mips] Refine the condition for when to use CALL16 vs a GOT displacement. | Simon Dardis | 2017-06-27 | 1 | -2/+6 |
* | [mips] Allow $AT to be used as a register name | Petar Jovanovic | 2017-06-22 | 1 | -1/+1 |
* | [mips] Implement the ".rdata" MIPS assembly directive. | Simon Dardis | 2017-06-22 | 1 | -0/+22 |
* | Revert "[Target] Implement the ".rdata" MIPS assembly directive." | Davide Italiano | 2017-06-22 | 1 | -22/+0 |
* | [Target] Implement the ".rdata" MIPS assembly directive. | Davide Italiano | 2017-06-21 | 1 | -0/+22 |
* | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -4/+4 |
* | [mips] Expansion of LI.S and LI.D | Zoran Jovanovic | 2017-05-30 | 1 | -39/+348 |
* | [mips] Fix 64bit slt/sltu/nor with immediates | Simon Dardis | 2017-02-28 | 1 | -0/+22 |
* | [mips] Handle 64 bit immediate in and/or/xor pseudo instructions on mips64 | Simon Dardis | 2017-02-24 | 1 | -5/+13 |
* | [mips][ias] Further relax operands of certain assembly instructions | Simon Dardis | 2017-02-23 | 1 | -15/+36 |
* | [mips] divide macro instruction cleanup. | Simon Dardis | 2017-02-13 | 1 | -46/+117 |
* | [mips] MUL macro variations | Simon Dardis | 2017-02-08 | 1 | -0/+136 |
* | Move mnemonicIsValid to Mips target. | Craig Topper | 2017-02-08 | 1 | -0/+14 |
* | [mips] dla expansion without the at register | Simon Dardis | 2017-02-06 | 1 | -29/+75 |
* | [mips] Expansion of BEQL and BNEL with immediate operands | Simon Dardis | 2017-02-02 | 1 | -5/+27 |
* | [mips] Parse the 'bopt' and 'nobopt' directives in IAS. | Simon Dardis | 2017-02-01 | 1 | -0/+8 |
* | [mips] Addition of the immediate cases for the instructions [d]div, [d]divu | Simon Dardis | 2017-01-31 | 1 | -3/+52 |
* | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-01-30 | 1 | -64/+131 |
* | [mips] Correct c.cond.fmt instruction definition. | Simon Dardis | 2017-01-16 | 1 | -4/+13 |
* | [mips] For PIC code convert unconditional jump to unconditional branch | Simon Atanasyan | 2016-12-12 | 1 | -0/+11 |
* | [mips] Correct jal expansion for local symbols in .local directives. | Simon Dardis | 2016-11-25 | 1 | -1/+2 |
* | [mips] Add support for unaligned load/store macros. | Vasileios Kalintiris | 2016-11-22 | 1 | -84/+105 |
* | [mips] seq macro support | Simon Dardis | 2016-11-21 | 1 | -0/+89 |
* | [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h | Alex Bradbury | 2016-11-01 | 1 | -10/+10 |
* | [mips][ias] Handle more complicated expressions for memory operands | Simon Dardis | 2016-10-18 | 1 | -2/+54 |
* | [mips] Fix sync instruction definition | Simon Dardis | 2016-10-18 | 1 | -0/+7 |
* | [mips] Macro expansion for ld, sd for O32 | Simon Dardis | 2016-10-18 | 1 | -0/+95 |
* | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-10-14 | 1 | -0/+10 |
* | Revert r283690, "MC: Remove unused entities." | Peter Collingbourne | 2016-10-10 | 1 | -1/+1 |
* | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -4/+4 |
* | MC: Remove unused entities. | Peter Collingbourne | 2016-10-09 | 1 | -1/+1 |
* | [mips][ias] fix li macro when values are negated with ~ | Simon Dardis | 2016-10-05 | 1 | -3/+9 |
* | Revert "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 1 | -9/+3 |
* | [mips] Add rsqrt, recip for MIPS | Simon Dardis | 2016-09-27 | 1 | -3/+9 |
* | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-16 | 1 | -40/+20 |
* | Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6" | Simon Dardis | 2016-09-16 | 1 | -10/+0 |
* | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-09-16 | 1 | -0/+10 |
* | Revert r281336 (and r281337), it caused PR30372. | Nico Weber | 2016-09-13 | 1 | -20/+40 |
* | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-13 | 1 | -40/+20 |
* | Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ... | Eric Christopher | 2016-09-13 | 1 | -20/+40 |
* | [MC] Defer asm errors to post-statement failure | Nirav Dave | 2016-09-12 | 1 | -40/+20 |
* | [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in... | Hrvoje Varga | 2016-09-08 | 1 | -3/+14 |
* | [mips][ias] Support .dtprel[d]word and .tprel[d]word directives | Simon Atanasyan | 2016-08-22 | 1 | -1/+97 |
* | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga | 2016-08-22 | 1 | -12/+51 |
* | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
* | Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una... | Daniel Sanders | 2016-08-08 | 1 | -163/+70 |
* | Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ... | Daniel Sanders | 2016-08-08 | 1 | -70/+163 |