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