index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-31
/
+0
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-14
/
+34
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-135
/
+2179
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-154
/
+175
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-6
/
+8
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-82
/
+82
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-26
/
+673
*
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
*
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
1
-2
/
+21
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Optimize zext on PPC64.
Hal Finkel
2012-08-28
1
-0
/
+9
*
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-21
1
-1
/
+6
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
1
-2
/
+34
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
1
-0
/
+12
*
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
1
-2
/
+2
[next]