summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [PowerPC][NFC] Rename record instructions to use _rec suffix instead of oJinsong Ji2020-01-061-44/+44
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Add Triple::isPPC64()Fangrui Song2019-05-161-2/+1
* [PowerPC] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PowerPC][NFC] Macro for register set defs for the Asm ParserNemanja Ivanovic2018-12-291-164/+1
* Introduce codegen for the Signal Processing EngineJustin Hibbits2018-07-181-0/+20
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-151-0/+10
* [PowerPC, AsmParser] Enable the mnemonic spell correctorHal Finkel2017-12-161-2/+15
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-2/+1
* [Power9] Add missing Power9 instructions.Tony Jiang2017-09-191-0/+9
* [PPC] Slightly Improve Assembly Parsing errors and add EOL commentNirav Dave2016-12-051-194/+119
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-041-8/+23
* [PowerPC] Support asm parsing for bc[l][a][+-] mnemonicsHal Finkel2016-09-031-0/+1
* [PowerPC] Add support for the extended dcbf form and mnemonicsHal Finkel2016-09-021-0/+17
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+3
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-1/+1
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-1/+1
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-1/+1
* Tidy the asm parser: 80-col, whitespace.Eric Christopher2016-06-161-8/+14
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+1
* This reverts commit r265505.Kit Barton2016-04-281-22/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu...Chuang-Yu Cheng2016-04-061-0/+22
* [Power9] Implement copy-paste, msgsync, slb, and stop instructionsChuang-Yu Cheng2016-04-061-0/+23
* [Power9] Implement new vsx instructions: insert, extract, test data class, mi...Chuang-Yu Cheng2016-03-281-0/+2
* [Power9] Implement new vsx instructions: load, store instructions for vector ...Kit Barton2016-03-081-0/+3
* A couple more UB fixes for C++14 sized deallocation.Richard Smith2016-03-081-0/+4
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-3/+3
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-7/+6
* [MC] Don't crash when .word is given bogus valuesDavid Majnemer2015-10-261-1/+10
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* Properly handle the mftb instruction.Kit Barton2015-06-161-0/+7
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-1/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-18/+18
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-2/+2
OpenPOWER on IntegriCloud