summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-2/+21
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-161-5/+6
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-291-11/+3
* Revert "[PPC] Use alias symbols in address computation."Hal Finkel2014-05-281-2/+11
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-261-11/+2
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-221-30/+32
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-2/+1
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-3/+3
* Fix typo in function name.Eric Christopher2014-05-141-5/+5
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-7/+7
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-271-17/+17
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-7/+7
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-131-1/+8
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-281-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-2/+2
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-261-0/+37
* [PowerPC] Lower VSELECT using xxsel when VSX is availableHal Finkel2014-03-261-3/+16
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-2/+2
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-2/+2
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-13/+25
* The PPC global base register cannot be r0Hal Finkel2014-03-061-2/+2
* Swap PPC isel operands to allow for 0-foldingHal Finkel2014-02-281-0/+117
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-4/+458
* [PPC] Fix comment to match function nameHal Finkel2014-01-021-1/+1
* PPC: Optimize rldicl generation for masked shiftsHal Finkel2013-11-201-1/+15
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-1/+3
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-111-1/+4
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-14/+5
* [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCCUlrich Weigand2013-07-031-23/+5
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-011-0/+8
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-2/+2
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-3/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-6/+6
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-5/+5
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-6/+6
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-0/+9
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-7/+7
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-261-2/+1
* Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand2013-03-221-1/+1
* Tighten iaddroff ComplexPattern.Ulrich Weigand2013-03-221-4/+4
* Remove the xaddroff ComplexPattern.Ulrich Weigand2013-03-221-12/+0
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+6
* Trivial cleanupBill Schmidt2013-02-211-2/+2
* Large code model support for PowerPC.Bill Schmidt2013-02-211-6/+7
* Code review cleanup for r175697Bill Schmidt2013-02-211-11/+7
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-211-0/+155
* Additional fixes for bug 15155.Bill Schmidt2013-02-201-9/+50
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-201-0/+30
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-131-1/+18
OpenPOWER on IntegriCloud