| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu... | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+57 |
| * | [Power9] Implement copy-paste, msgsync, slb, and stop instructions | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+21 |
| * | [PowerPC] Basic support for P9 atomic loads and stores | Nemanja Ivanovic | 2016-03-31 | 1 | -0/+14 |
| * | Prevent renaming of CR fields in AADB when a CR restore is present | Nemanja Ivanovic | 2016-01-08 | 1 | -1/+14 |
| * | Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics. | Yury Gribov | 2015-12-01 | 1 | -0/+2 |
| * | Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" | Sergey Dmitrouk | 2015-04-28 | 1 | -4/+5 |
| * | Revert "[DebugInfo] Add debug locations to constant SD nodes" | Daniel Jasper | 2015-04-28 | 1 | -5/+4 |
| * | [DebugInfo] Add debug locations to constant SD nodes | Sergey Dmitrouk | 2015-04-28 | 1 | -4/+5 |
| * | Add LLVM support for remaining integer divide and permute instructions from I... | Nemanja Ivanovic | 2015-04-09 | 1 | -8/+28 |
| * | Add Hardware Transactional Memory (HTM) Support | Kit Barton | 2015-03-25 | 1 | -0/+6 |
| * | [PowerPC] Remove canFoldAsLoad from instruction definitions | Hal Finkel | 2015-03-11 | 1 | -3/+3 |
| * | Add support for part-word atomics for PPC | Nemanja Ivanovic | 2015-03-10 | 1 | -6/+10 |
| * | [PowerPC] Cleanup unused target-specific SDAG nodes | Hal Finkel | 2015-02-25 | 1 | -10/+6 |
| * | [PowerPC] Fix reverted patch r227976 to avoid register assignment issues | Bill Schmidt | 2015-02-10 | 1 | -3/+44 |
| * | Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat... | Hal Finkel | 2015-02-06 | 1 | -12/+3 |
| * | [PowerPC] Yet another approach to __tls_get_addr | Bill Schmidt | 2015-02-03 | 1 | -3/+12 |
| * | [PowerPC] Better scheduling for isel on P7/P8 | Hal Finkel | 2015-02-01 | 1 | -1/+1 |
| * | [PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls | Hal Finkel | 2015-01-15 | 1 | -10/+0 |
| * | [PowerPC] Split the blr definition into BLR and BLR8 | Hal Finkel | 2015-01-13 | 1 | -0/+3 |
| * | [PowerPC] Remove zexts after i32 ctlz | Hal Finkel | 2015-01-05 | 1 | -1/+4 |
| * | [PowerPC] Remove zexts after byte-swapping loads | Hal Finkel | 2015-01-05 | 1 | -0/+7 |
| * | [PowerPC] Add support for the CMPB instruction | Hal Finkel | 2015-01-03 | 1 | -0/+5 |
| * | [PowerPC] Improve instruction selection bit-permuting operations (64-bit) | Hal Finkel | 2015-01-01 | 1 | -2/+0 |
| * | [PowerPC] Ensure that the TOC reload directly follows bctrl on PPC64 | Hal Finkel | 2014-12-23 | 1 | -0/+11 |
| * | [PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts | Hal Finkel | 2014-12-12 | 1 | -2/+10 |
| * | Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files. | Craig Topper | 2014-11-26 | 1 | -11/+11 |
| * | [PowerPC] Replace foul hackery with real calls to __tls_get_addr | Bill Schmidt | 2014-11-11 | 1 | -10/+3 |
| * | [PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 code | Ulrich Weigand | 2014-10-31 | 1 | -1/+5 |
| * | [Power] Improve the expansion of atomic loads/stores | Robin Morisset | 2014-10-02 | 1 | -0/+6 |
| * | [PPC64] Add missing dependency on X2 to LDinto_toc. | Bill Schmidt | 2014-08-15 | 1 | -1/+1 |
| * | [PowerPC] Simplify and improve loading into TOC register | Ulrich Weigand | 2014-06-18 | 1 | -11/+5 |
| * | [PowerPC] Mark many instructions as commutative | Hal Finkel | 2014-03-24 | 1 | -0/+13 |
| * | Add CR-bit tracking to the PowerPC backend for i1 values | Hal Finkel | 2014-02-28 | 1 | -8/+41 |
| * | [PPC] Use the correct immediate operands on 64-bit instructions | Hal Finkel | 2014-01-02 | 1 | -8/+8 |
| * | Implement initial-exec TLS for PPC32. | Roman Divacky | 2013-12-20 | 1 | -4/+0 |
| * | Add a disassembler to the PowerPC backend | Hal Finkel | 2013-12-19 | 1 | -0/+3 |
| * | Eliminate PPC instruction decoding ambiguities | Hal Finkel | 2013-12-17 | 1 | -27/+37 |
| * | Split some PPC itinerary classes | Hal Finkel | 2013-11-30 | 1 | -8/+8 |
| * | Add IIC_ prefix to PPC instruction-class names | Hal Finkel | 2013-11-27 | 1 | -144/+149 |
| * | PPC popcnt[dw] do not have record forms | Hal Finkel | 2013-11-20 | 1 | -6/+6 |
| * | PPC: Do not introduce ISD nodes for fctid and fctiw | David Majnemer | 2013-09-26 | 1 | -1/+1 |
| * | PPC: Add support for fctid and fctiw | David Majnemer | 2013-09-26 | 1 | -0/+3 |
| * | PPC: Enable aggressive anti-dependency breaking | Hal Finkel | 2013-09-12 | 1 | -0/+1 |
| * | [PowerPC] Add loads, stores, and related things to fast-isel. | Bill Schmidt | 2013-08-30 | 1 | -0/+9 |
| * | [PowerPC] More fast-isel chunks (returns and integer extends) | Bill Schmidt | 2013-08-26 | 1 | -0/+16 |
| * | Add PPC64 mulli pattern | Hal Finkel | 2013-08-06 | 1 | -0/+3 |
| * | PPC: Add CTR-register clobber to builtin setjmp | Hal Finkel | 2013-07-17 | 1 | -0/+1 |
| * | [PowerPC] Support @tls in the asm parser | Ulrich Weigand | 2013-07-05 | 1 | -2/+6 |
| * | [PowerPC] Use mtocrf when available | Ulrich Weigand | 2013-07-03 | 1 | -1/+5 |
| * | [PowerPC] Always use mfocrf if available | Ulrich Weigand | 2013-07-03 | 1 | -6/+4 |