| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce codegen for the Signal Processing Engine | Justin Hibbits | 2018-07-18 | 1 | -0/+20 |
* | [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers. | Sean Fertile | 2018-06-15 | 1 | -0/+10 |
* | [PowerPC, AsmParser] Enable the mnemonic spell corrector | Hal Finkel | 2017-12-16 | 1 | -2/+15 |
* | [Asm] Add debug tracing in table-generated assembly matcher | Oliver Stannard | 2017-10-11 | 1 | -2/+1 |
* | [Power9] Add missing Power9 instructions. | Tony Jiang | 2017-09-19 | 1 | -0/+9 |
* | [PPC] Slightly Improve Assembly Parsing errors and add EOL comment | Nirav Dave | 2016-12-05 | 1 | -194/+119 |
* | 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 | -3/+3 |
* | MC: Remove unused entities. | Peter Collingbourne | 2016-10-09 | 1 | -1/+1 |
* | [Power9] Part-word VSX integer scalar loads/stores and sign extend instructions | Nemanja Ivanovic | 2016-10-04 | 1 | -8/+23 |
* | [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics | Hal Finkel | 2016-09-03 | 1 | -0/+1 |
* | [PowerPC] Add support for the extended dcbf form and mnemonics | Hal Finkel | 2016-09-02 | 1 | -0/+17 |
* | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -2/+3 |
* | Refactor and cleanup Assembly Parsing / Lexing | Nirav Dave | 2016-06-17 | 1 | -1/+1 |
* | Revert "Refactor and cleanup Assembly Parsing / Lexing" | Nirav Dave | 2016-06-16 | 1 | -1/+1 |
* | Refactor and cleanup Assembly Parsing / Lexing | Nirav Dave | 2016-06-16 | 1 | -1/+1 |
* | Tidy the asm parser: 80-col, whitespace. | Eric Christopher | 2016-06-16 | 1 | -8/+14 |
* | Avoid some copies by using const references. | Benjamin Kramer | 2016-05-27 | 1 | -1/+1 |
* | 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 |