index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-2
/
+21
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
1
-5
/
+6
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-29
1
-11
/
+3
*
Revert "[PPC] Use alias symbols in address computation."
Hal Finkel
2014-05-28
1
-2
/
+11
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-26
1
-11
/
+2
*
Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.
Eric Christopher
2014-05-22
1
-30
/
+32
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-2
/
+1
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-3
/
+3
*
Fix typo in function name.
Eric Christopher
2014-05-14
1
-5
/
+5
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-7
/
+7
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-17
/
+17
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[PowerPC] Fix rlwimi isel when mask is not constant
Hal Finkel
2014-04-13
1
-1
/
+8
*
[PowerPC] Fix VSX permutation isel
Hal Finkel
2014-03-28
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-2
/
+2
*
[PowerPC] Generate VSX permutations for v2[fi]64 vectors
Hal Finkel
2014-03-26
1
-0
/
+37
*
[PowerPC] Lower VSELECT using xxsel when VSX is available
Hal Finkel
2014-03-26
1
-3
/
+16
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-2
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-2
/
+2
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-13
/
+25
*
The PPC global base register cannot be r0
Hal Finkel
2014-03-06
1
-2
/
+2
*
Swap PPC isel operands to allow for 0-folding
Hal Finkel
2014-02-28
1
-0
/
+117
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-4
/
+458
*
[PPC] Fix comment to match function name
Hal Finkel
2014-01-02
1
-1
/
+1
*
PPC: Optimize rldicl generation for masked shifts
Hal Finkel
2013-11-20
1
-1
/
+15
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-1
/
+3
*
PPCDAGToDAGISel::isRunOfOnes should return false on zero
Hal Finkel
2013-07-11
1
-1
/
+4
*
[PowerPC] Always use mfocrf if available
Ulrich Weigand
2013-07-03
1
-14
/
+5
*
[PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCC
Ulrich Weigand
2013-07-03
1
-23
/
+5
*
Index: test/CodeGen/PowerPC/reloc-align.ll
Bill Schmidt
2013-07-01
1
-0
/
+8
*
Fix a PPC rlwimi instruction-selection bug
Hal Finkel
2013-06-28
1
-2
/
+2
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-3
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-6
/
+6
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-5
/
+5
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
1
-6
/
+6
*
Implement PPC counter loops as a late IR-level pass
Hal Finkel
2013-05-15
1
-0
/
+9
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-7
/
+7
*
PowerPC: Remove ADDIL patterns.
Ulrich Weigand
2013-03-26
1
-2
/
+1
*
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-22
1
-1
/
+1
*
Tighten iaddroff ComplexPattern.
Ulrich Weigand
2013-03-22
1
-4
/
+4
*
Remove the xaddroff ComplexPattern.
Ulrich Weigand
2013-03-22
1
-12
/
+0
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
1
-0
/
+6
*
Trivial cleanup
Bill Schmidt
2013-02-21
1
-2
/
+2
*
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
1
-6
/
+7
*
Code review cleanup for r175697
Bill Schmidt
2013-02-21
1
-11
/
+7
*
PPCDAGToDAGISel::PostprocessISelDAG()
Bill Schmidt
2013-02-21
1
-0
/
+155
*
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
1
-9
/
+50
*
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-20
1
-0
/
+30
*
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-02-13
1
-1
/
+18
[prev]
[next]