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
...
*
[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
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
1
-3
/
+8
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
Bill Schmidt
2012-12-13
1
-47
/
+0
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+26
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+16
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-0
/
+43
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
1
-13
/
+133
*
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
1
-1
/
+3
[prev]
[next]