| Commit message (Expand) | Author | Age | Files | Lines |
* | This reverts commit r265505. | Kit Barton | 2016-04-28 | 1 | -22/+0 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+0 |
* | [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu... | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+22 |
* | [Power9] Implement copy-paste, msgsync, slb, and stop instructions | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+23 |
* | [Power9] Implement new vsx instructions: insert, extract, test data class, mi... | Chuang-Yu Cheng | 2016-03-28 | 1 | -0/+2 |
* | [Power9] Implement new vsx instructions: load, store instructions for vector ... | Kit Barton | 2016-03-08 | 1 | -0/+3 |
* | A couple more UB fixes for C++14 sized deallocation. | Richard Smith | 2016-03-08 | 1 | -0/+4 |
* | Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. | Benjamin Kramer | 2016-01-27 | 1 | -3/+3 |
* | Reduce the size of MCRelaxableFragment. | Akira Hatanaka | 2015-11-14 | 1 | -1/+1 |
* | [MCTargetAsmParser] Move the member varialbes that reference | Akira Hatanaka | 2015-11-14 | 1 | -7/+6 |
* | [MC] Don't crash when .word is given bogus values | David Majnemer | 2015-10-26 | 1 | -1/+10 |
* | Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r... | Daniel Sanders | 2015-09-15 | 1 | -4/+4 |
* | Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an... | Daniel Sanders | 2015-09-15 | 1 | -4/+4 |
* | Revert r247684 - Replace Triple with a new TargetTuple ... | Daniel Sanders | 2015-09-15 | 1 | -4/+4 |
* | Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. | Daniel Sanders | 2015-09-15 | 1 | -4/+4 |
* | [llvm-mc] Pushing plumbing through for --fatal-warnings flag. | Colin LeMahieu | 2015-07-27 | 1 | -1/+1 |
* | Reverting r241058 because it's causing buildbot failures. | Ranjeet Singh | 2015-06-30 | 1 | -3/+1 |
* | There are a few places where subtarget features are still | Ranjeet Singh | 2015-06-30 | 1 | -1/+3 |
* | Properly handle the mftb instruction. | Kit Barton | 2015-06-16 | 1 | -0/+7 |
* | Merge MCELF.h into MCSymbolELF.h. | Rafael Espindola | 2015-06-02 | 1 | -1/+2 |
* | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -18/+18 |
* | Use operator<< instead of print in a few more places. | Rafael Espindola | 2015-05-27 | 1 | -2/+2 |
* | Use std::bitset for SubtargetFeatures. | Michael Kuperstein | 2015-05-26 | 1 | -1/+1 |
* | [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. | Bill Schmidt | 2015-05-22 | 1 | -0/+2 |
* | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -1/+1 |
* | MC: Modernize MCOperand API naming. NFC. | Jim Grosbach | 2015-05-13 | 1 | -81/+81 |
* | Reverting r237234, "Use std::bitset for SubtargetFeatures" | Michael Kuperstein | 2015-05-13 | 1 | -1/+1 |
* | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-05-13 | 1 | -1/+1 |
* | Add VSX Scalar loads and stores to the PPC back end | Nemanja Ivanovic | 2015-05-07 | 1 | -0/+24 |
* | [PowerPC] Support register name prefixes for vector registers | Hal Finkel | 2015-04-23 | 1 | -0/+8 |
* | [PowerPC] Add asm/disasm support for dcbt with hint | Hal Finkel | 2015-04-23 | 1 | -0/+49 |
* | [PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc... | Hal Finkel | 2015-03-28 | 1 | -0/+52 |
* | Add Hardware Transactional Memory (HTM) Support | Kit Barton | 2015-03-25 | 1 | -0/+1 |
* | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -3/+3 |
* | Add LLVM support for PPC cryptography builtins | Nemanja Ivanovic | 2015-03-04 | 1 | -0/+1 |
* | [PowerPC] Add support for the QPX vector instruction set | Hal Finkel | 2015-02-25 | 1 | -0/+26 |
* | Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa... | Craig Topper | 2015-01-03 | 1 | -2/+1 |
* | [PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. On... | Craig Topper | 2014-12-18 | 1 | -12/+12 |
* | MCAsmParserExtension has a copy of the MCAsmParser. Use it. | Rafael Espindola | 2014-11-11 | 1 | -9/+11 |
* | TableGen: allow use of uint64_t for available features mask. | Tim Northover | 2014-08-18 | 1 | -3/+3 |
* | PPC: Clean up pointer casting, no functionality change. | Benjamin Kramer | 2014-08-15 | 1 | -2/+2 |
* | @l and friends adjust their value depending the context used in. | Joerg Sonnenberger | 2014-08-10 | 1 | -6/+92 |
* | Allow the third argument for the subi family to be an expression. | Joerg Sonnenberger | 2014-08-09 | 1 | -8/+27 |
* | Allow large immediates for branch instructions in 32bit mode. | Joerg Sonnenberger | 2014-08-08 | 1 | -3/+17 |
* | Add support for SPE load/store from memory. | Joerg Sonnenberger | 2014-08-08 | 1 | -0/+9 |
* | SPRG 0 to 3 are valid outside BookE, so move them to the normal test | Joerg Sonnenberger | 2014-07-30 | 1 | -0/+4 |
* | Support move to/from segment register. | Joerg Sonnenberger | 2014-07-29 | 1 | -0/+1 |
* | [PowerPC] ELFv2 MC support for .localentry directive | Ulrich Weigand | 2014-07-20 | 1 | -0/+41 |
* | [PowerPC] ELFv2 MC support for .abiversion directive | Ulrich Weigand | 2014-07-20 | 1 | -0/+24 |
* | AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand | David Blaikie | 2014-06-08 | 1 | -55/+48 |