| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fully fix the movw/movt addend. | Rafael Espindola | 2017-07-11 | 2 | -2/+2 |
* | [mips][mt][2/7] Implement .module and .set directives for the MT ASE. | Simon Dardis | 2017-07-11 | 1 | -0/+17 |
* | [mips][mt][1/7] Add the MT ASE as a subtarget feature. | Simon Dardis | 2017-07-11 | 1 | -0/+2 |
* | Remove redundant argument. | Rafael Espindola | 2017-06-24 | 2 | -2/+3 |
* | ARM: move some logic from processFixupValue to applyFixup. | Rafael Espindola | 2017-06-23 | 2 | -2/+4 |
* | Use a MutableArrayRef. NFC. | Rafael Espindola | 2017-06-21 | 2 | -4/+4 |
* | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 5 | -5/+5 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 5 | -5/+5 |
* | [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr... | Simon Atanasyan | 2017-04-30 | 4 | -1/+9 |
* | Distinguish between code pointer size and DataLayout::getPointerSize() in DWA... | Konstantin Zhuravlyov | 2017-04-17 | 1 | -1/+1 |
* | This patch closes PR#32216: Better testing of schedule model instruction late... | Andrew V. Tischenko | 2017-04-14 | 3 | -4/+5 |
* | [mips] Use Triple::isLittleEndian to check endianness. NFC | Simon Atanasyan | 2017-04-10 | 1 | -3/+1 |
* | Add MCContext argument to MCAsmBackend::applyFixup for error reporting | Alex Bradbury | 2017-04-05 | 2 | -52/+29 |
* | [Mips] Emit the correct DINS variant | Strahinja Petrovic | 2017-03-23 | 1 | -8/+11 |
* | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-14 | 1 | -2/+8 |
* | Move some error handling down to MCStreamer. | Rafael Espindola | 2017-02-10 | 2 | -2/+2 |
* | [mips] MUL macro variations | Simon Dardis | 2017-02-08 | 1 | -3/+2 |
* | [Mips] Fix some Include What You Use warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-02-03 | 4 | -8/+20 |
* | [mips] Remove absolute size assertion for end directive | Simon Dardis | 2017-02-03 | 1 | -4/+4 |
* | [mips] Fix an initialization issue with MipsABIInfo in MipsTargetELFStreamer | Simon Dardis | 2017-02-01 | 1 | -0/+12 |
* | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-02-01 | 5 | -69/+62 |
* | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-01-30 | 1 | -31/+33 |
* | [mips] Recommit: "N64 static relocation model support" | Simon Dardis | 2017-01-27 | 2 | -10/+9 |
* | Revert "[mips] N64 static relocation model support" | Simon Dardis | 2017-01-26 | 2 | -10/+10 |
* | [mips] N64 static relocation model support | Simon Dardis | 2017-01-26 | 2 | -10/+10 |
* | [mips] Correct c.cond.fmt instruction definition. | Simon Dardis | 2017-01-16 | 1 | -1/+3 |
* | Revert "[mips] Honour -mno-odd-spreg for vector splat" | Simon Dardis | 2017-01-10 | 1 | -12/+0 |
* | [mips] Honour -mno-odd-spreg for vector splat | Simon Dardis | 2017-01-10 | 1 | -0/+12 |
* | [mips] Eliminate else-after-return. NFC | Simon Atanasyan | 2016-12-10 | 1 | -4/+3 |
* | [mips][ias] N32/N64 must not sort the relocation table. | Simon Dardis | 2016-12-05 | 1 | -0/+7 |
* | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 2 | -13/+12 |
* | [mips][ias] Enable IAS by default for N64 on Debian mips64el. | Simon Dardis | 2016-09-15 | 1 | -0/+4 |
* | [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in... | Hrvoje Varga | 2016-09-08 | 1 | -1/+4 |
* | [mips][ias] Support .dtprel[d]word and .tprel[d]word directives | Simon Atanasyan | 2016-08-22 | 3 | -0/+16 |
* | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga | 2016-08-22 | 2 | -2/+33 |
* | Replace "fallthrough" 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 | 5 | -3/+21 |
* | Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ... | Daniel Sanders | 2016-08-08 | 5 | -21/+3 |
* | [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%... | Daniel Sanders | 2016-08-08 | 5 | -3/+21 |
* | [mips] MIPS64R6 compact branch support | Simon Dardis | 2016-07-26 | 1 | -2/+5 |
* | MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC | Joel Jones | 2016-07-25 | 2 | -8/+17 |
* | [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols | Daniel Sanders | 2016-07-19 | 1 | -4/+4 |
* | [mips] Correct label prefixes for N32 and N64. | Daniel Sanders | 2016-07-19 | 1 | -2/+9 |
* | Fix branch relaxation in 16-bit mode. | Nirav Dave | 2016-07-11 | 1 | -1/+2 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 2 | -0/+16 |
* | Delete MCCodeGenInfo. | Rafael Espindola | 2016-06-30 | 1 | -12/+0 |
* | [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct... | Hrvoje Varga | 2016-06-27 | 1 | -0/+4 |
* | [mips] Don't derive the default ABI from the CPU in the backend. | Daniel Sanders | 2016-06-23 | 1 | -28/+3 |
* | [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructions | Hrvoje Varga | 2016-06-16 | 1 | -0/+12 |
* | [mips] Optimize stack pointer adjustments. | Simon Dardis | 2016-06-14 | 2 | -0/+5 |