summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Fix for PR33636Nemanja Ivanovic2017-07-051-2/+4
* [PowerPC] set optimization level in SelectionDAGISelHiroshi Inoue2017-06-271-4/+5
* Revert r304907 as it is causing some failures that I cannot reproduce.Nemanja Ivanovic2017-06-141-26/+0
* [PowerPC] Eliminate integer compare instructions - vol. 5Nemanja Ivanovic2017-06-071-0/+26
* [PowerPC] Eliminate integer compare instructions - vol. 3Nemanja Ivanovic2017-06-071-0/+35
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [PowerPC] Eliminate integer compare instructions - vol. 3Nemanja Ivanovic2017-05-311-9/+64
* [PowerPC] Eliminate integer compare instructions - vol. 2Nemanja Ivanovic2017-05-311-6/+219
* [PowerPC] Eliminate integer compare instructions - vol. 1Nemanja Ivanovic2017-05-111-0/+255
* [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper2017-04-281-11/+12
* Fix use-after-frees on memory allocated in a Recycler.Benjamin Kramer2017-04-201-2/+2
* [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
OpenPOWER on IntegriCloud