summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC] Use rldicr instruction for AND with an immediate if possibleNemanja Ivanovic2017-02-241-0/+13
* [PPC] cleanup of mayLoad/mayStore flags and memory operands.Sean Fertile2017-01-261-1/+5
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-4/+0
* Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."Tony Jiang2017-01-161-0/+4
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-4/+0
* [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-131-33/+53
* Create the virtual register for the global base in the intersection ofJoerg Sonnenberger2016-11-021-2/+2
* [PowerPC] - No SExt/ZExt needed for count trailing zerosNemanja Ivanovic2016-10-271-2/+4
* [PPC] Better codegen for AND, ANY_EXT, SRL sequenceEhsan Amiri2016-10-241-0/+17
* [PPC] Shorter sequence to load 64bit constant with same hi/lo wordsGuozhi Wei2016-10-141-2/+23
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCISanjay Patel2016-09-141-5/+5
* [PowerPC] Fix address-offset folding for plain addiHal Finkel2016-09-071-15/+38
* [PowerPC] For larger offsets, when possible, fold offset into addis toc@haHal Finkel2016-09-021-2/+27
* [PowerPC] Don't apply the PPC64 address-formation peephole for offsets greate...Hal Finkel2016-09-021-2/+7
* [PowerPC] Don't consider fusion in PPC64 address-formation peepholeHal Finkel2016-09-021-7/+0
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+2
* [PPC] Memoize getValueBits. NFC.Tim Shen2016-08-121-35/+49
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-2/+1
* [Codegen] Change PICLevel.Davide Italiano2016-06-171-1/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-15/+17
* Remove bogus initialization of the PPC and Hexagon SelectionDAGISelChandler Carruth2016-06-031-18/+1
* SDAG: Implement Select instead of SelectImpl in PPCDAGToDAGISelJustin Bogner2016-05-201-151/+209
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-4/+3
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-16/+24
* Refactor: Simplify boolean conditional return statements in lib/Target/PowerPCAlexander Kornienko2015-12-281-4/+1
* [BPI] Replace weights by probabilities in BPI.Cong Hou2015-12-221-11/+9
* [PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel2015-12-121-2/+66
* Fix build after r255319.Hans Wennborg2015-12-111-1/+1
* [PPC]: Peephole optimize small accesss to aligned globals.Kyle Butt2015-12-111-9/+26
* Test Commit: iterateeKyle Butt2015-12-021-2/+2
* Weak non-function symbols were being accessed directly, which isEric Christopher2015-11-201-8/+5
* [PowerPC] Remove redundant code.Tilmann Scheller2015-11-101-3/+2
* Fix for bootstrap bug introduced in r244921Nemanja Ivanovic2015-11-021-1/+1
* PowerPC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-3/+3
* [PowerPC] Fix invalid lxvdsx optimization (PR25157)Bill Schmidt2015-10-141-0/+2
* MachineBasicBlock: Factor out common code into isReturnBlock()Matthias Braun2015-09-251-1/+1
* [PowerPC] Fix and(or(x, c1), c2) -> rlwimi generationHal Finkel2015-09-051-3/+15
* [PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisonsHal Finkel2015-08-201-3/+4
* Fix some comment typos.Benjamin Kramer2015-08-081-1/+1
* Add allnodes() iterator range to SelectionDAG. NFC.Pete Cooper2015-07-141-3/+2
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-14/+22
* IR: Do not consider available_externally linkage to be linker-weak.Peter Collingbourne2015-07-051-1/+1
* [PPC64LE] Enable missing lxvdsx optimization, and related swap optimizationBill Schmidt2015-07-011-12/+11
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* [PPC] Factor vector removal into a function and remove O(n^2) behavior.Benjamin Kramer2015-06-201-25/+17
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Add VSX Scalar loads and stores to the PPC back endNemanja Ivanovic2015-05-071-1/+6
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-96/+122
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-122/+96
OpenPOWER on IntegriCloud