| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
* | [PowerPC][NFC] Rename record instructions to use _rec suffix instead of o | Jinsong Ji | 2020-01-06 | 1 | -44/+44 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -5/+5 |
* | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
* | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
* | Add Triple::isPPC64() | Fangrui Song | 2019-05-16 | 1 | -2/+1 |
* | [PowerPC] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-15 | 1 | -0/+1 |
* | Use bitset for assembler predicates | Stanislav Mekhanoshin | 2019-03-11 | 1 | -2/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [PowerPC][NFC] Macro for register set defs for the Asm Parser | Nemanja Ivanovic | 2018-12-29 | 1 | -164/+1 |
* | 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 |