summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* [ppc] Correctly compute the cost of loading 32/64 bit memory into VSRGuozhi Wei2016-12-031-5/+14
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-9/+9
* [PowerPC] Preserve machine dominator tree in PPCVSXFMAMutateKrzysztof Parzyszek2016-11-301-0/+4
* [PowerPC] Improvements for BUILD_VECTOR Vol. 2Nemanja Ivanovic2016-11-291-4/+98
* [PowerPC] Improvements for BUILD_VECTOR Vol. 2Nemanja Ivanovic2016-11-292-1/+98
* Revert https://reviews.llvm.org/rL287679Nemanja Ivanovic2016-11-292-23/+6
* [PowerPC] Improvements for BUILD_VECTOR Vol. 1Nemanja Ivanovic2016-11-293-58/+361
* [PowerPC] Remove InstAlias definitions that cause incorrect assemblyNemanja Ivanovic2016-11-231-11/+15
* [PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LENemanja Ivanovic2016-11-222-6/+23
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-2/+2
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-1/+10
* [PPC] limit line width to 80 charactersEhsan Amiri2016-11-181-1/+2
* [Power9] Add patterns for vnegd, vnegwEhsan Amiri2016-11-181-2/+7
* [PPC][DAGCombine] Convert SETCC to subtract when the result is zero extendedEhsan Amiri2016-11-182-1/+88
* Always use relative jump table encodings on PowerPC64.Joerg Sonnenberger2016-11-162-0/+59
* vector load store with length (left justified) llvm portionZaara Syeda2016-11-151-4/+16
* [PowerPC] Implement BE VSX load/store builtins - llvm portion.Tony Jiang2016-11-152-0/+15
* [PPC] Add intrinsic mapping to the xscvhpsp instructionSean Fertile2016-11-141-0/+9
* [PPC] add intrinsics for vec extract exp/significand and vec test data class.Sean Fertile2016-11-141-6/+18
* [PowerPC] Add remaining vector permute builtins in altivec.h - LLVM portionNemanja Ivanovic2016-11-112-5/+23
* [PowerPC] Add vector conversion builtins to altivec.h - LLVM portionNemanja Ivanovic2016-11-111-8/+16
* Add a blank line for a test commit.Sean Fertile2016-11-111-0/+1
* [DAG Combiner] Fix the native computation of the Newton series for reciprocalsEvandro Menezes2016-11-102-6/+7
* Sink all of the code relying on the MachO MachineModuleInfo to liveChandler Carruth2016-11-031-47/+51
* NFC - Test commit.Tony Jiang2016-11-031-1/+0
* Create the virtual register for the global base in the intersection ofJoerg Sonnenberger2016-11-021-2/+2
* [PowerPC] Implement vector shift builtins - llvm portionNemanja Ivanovic2016-11-011-2/+4
* [PPC] add absolute difference altivec instructions and matching intrinsicsNemanja Ivanovic2016-10-311-0/+11
* Implement vector count leading/trailing bytes with zero lsb and vector parityNemanja Ivanovic2016-10-281-7/+14
* [PowerPC] - No SExt/ZExt needed for count trailing zerosNemanja Ivanovic2016-10-271-2/+4
* [PowerPC] Implement vec_insert_exp builtins - llvm portionNemanja Ivanovic2016-10-261-2/+2
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-242-4/+4
* [PPC] Generate positive FP zero using xor insn instead of loading from consta...Ehsan Amiri2016-10-245-0/+43
* [PPC] Better codegen for AND, ANY_EXT, SRL sequenceEhsan Amiri2016-10-242-0/+23
* [Target] remove TargetRecip class; 2nd trySanjay Patel2016-10-202-50/+23
* Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer2016-10-201-7/+0
* revert r284495: [Target] remove TargetRecip classSanjay Patel2016-10-182-23/+50
* [Target] remove TargetRecip class; move reciprocal estimate isel functionalit...Sanjay Patel2016-10-182-50/+23
* [PPC] Shorter sequence to load 64bit constant with same hi/lo wordsGuozhi Wei2016-10-141-2/+23
* [PPCMIPeephole] Fix splat eliminationTim Shen2016-10-121-3/+5
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-097-23/+38
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Target: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Revert "Revert "Add a static_assert to enforce that parameters to llvm::forma...Mehdi Amini2016-10-071-1/+2
* Target: Remove unused patterns and transforms. NFC.Peter Collingbourne2016-10-071-10/+0
* Revert "Add a static_assert to enforce that parameters to llvm::format() are ...Mehdi Amini2016-10-061-2/+1
* Add a static_assert to enforce that parameters to llvm::format() are not tota...Mehdi Amini2016-10-061-1/+2
* [Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel2016-10-042-19/+19
OpenPOWER on IntegriCloud