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
/
test
/
CodeGen
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for part-word atomics for PPC
Nemanja Ivanovic
2015-03-10
1
-0
/
+54
*
Change the generation of the vmuluwm instruction to be based on the MUL opcode.
Kit Barton
2015-03-10
2
-5
/
+6
*
Use the correct func begin symbol in all places in ppc.
Rafael Espindola
2015-03-05
2
-3
/
+4
*
Use the generic Lfunc_begin label on ppc.
Rafael Espindola
2015-03-05
5
-25
/
+89
*
While reviewing the changes to Clang to add builtin support for the vsld, vsr...
Kit Barton
2015-03-05
1
-5
/
+8
*
Add LLVM support for PPC cryptography builtins
Nemanja Ivanovic
2015-03-04
1
-0
/
+275
*
Use the vanilla func_end symbol for .size.
Rafael Espindola
2015-03-04
2
-2
/
+2
*
Add the following 64-bit vector integer arithmetic instructions added in POWER8:
Kit Barton
2015-03-03
5
-0
/
+428
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
3
-423
/
+423
*
Regenerated test case from pr 230801 for change in LLVM IR syntax
Bill Schmidt
2015-02-27
1
-0
/
+78
*
Revert test case until it can be fixed
Bill Schmidt
2015-02-27
1
-65
/
+0
*
[PowerPC] Fix PR22711 - Misaligned .toc section
Bill Schmidt
2015-02-27
1
-0
/
+65
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
224
-1331
/
+1331
*
[PowerPC] Use vector types for memcpy and friends (sometimes)
Hal Finkel
2015-02-27
2
-2
/
+114
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
103
-1360
/
+1360
*
Change the fast-isel-abort option from bool to int to enable "levels"
Mehdi Amini
2015-02-27
18
-26
/
+26
*
[PowerPC] Make LDtocL and friends invariant loads
Hal Finkel
2015-02-25
4
-37
/
+79
*
[PowerPC] Add triples to QPX tests
Hal Finkel
2015-02-25
7
-0
/
+7
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
13
-1
/
+850
*
I incorrectly marked the VORC instruction as isCommutable when I added it.
Kit Barton
2015-02-20
1
-5
/
+8
*
[PowerPC] Loop Data Prefetching for the BG/Q
Hal Finkel
2015-02-20
1
-0
/
+29
*
This patch adds the VSX logical instructions introduced in the Power ISA 2.07...
Kit Barton
2015-02-18
2
-1
/
+52
*
Move ABI handling and 64-bitness to the PowerPC target machine.
Eric Christopher
2015-02-17
1
-4
/
+4
*
[PowerPC] Support non-direct-sub/superclass VSX copies
Hal Finkel
2015-02-16
2
-0
/
+248
*
[CodeGenPrepare] Removed duplicate logic. SimplifyCFG already knows how to sp...
Andrea Di Biagio
2015-02-13
1
-41
/
+0
*
[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int<->fp promotions
Hal Finkel
2015-02-12
1
-0
/
+23
*
[PowerPC] Mark jumps as expensive (using using CR bits)
Hal Finkel
2015-02-12
1
-0
/
+36
*
Fix overly prescriptive test that broken on Mac after r228725.
Daniel Jasper
2015-02-10
1
-8
/
+8
*
[PowerPC] Fix reverted patch r227976 to avoid register assignment issues
Bill Schmidt
2015-02-10
3
-6
/
+55
*
This change implements the following three logical vector operations:
Kit Barton
2015-02-09
1
-0
/
+27
*
[PowerPC] Handle loop predecessor invokes
Hal Finkel
2015-02-07
1
-0
/
+50
*
[PowerPC] Fixup incomplete revert of test/CodeGen/PowerPC/tls-pic.ll
Hal Finkel
2015-02-06
1
-7
/
+7
*
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...
Hal Finkel
2015-02-06
4
-58
/
+9
*
[PowerPC] Prepare loops for pre-increment loads/stores
Hal Finkel
2015-02-05
2
-6
/
+21
*
[PowerPC] Generate pre-increment floating-point ld/st instructions
Hal Finkel
2015-02-05
1
-0
/
+40
*
[PowerPC] Implement the vclz instructions for PWR8
Bill Schmidt
2015-02-05
1
-0
/
+40
*
Add missing test case from r228046
Bill Schmidt
2015-02-04
1
-0
/
+72
*
[PowerPC] Handle 32-bit targets properly in PPCTLSDynamicCall.cpp
Bill Schmidt
2015-02-04
1
-2
/
+2
*
Disable 32-bit tests in tls-pic.ll until they can be repaired
Bill Schmidt
2015-02-03
1
-2
/
+2
*
Further revise too-restrictive test CodeGen/PowerPC/tls-pic.ll
Bill Schmidt
2015-02-03
1
-1
/
+1
*
Further revise too-restrictive test CodeGen/PowerPC/tls-pic.ll
Bill Schmidt
2015-02-03
1
-1
/
+1
*
Revise too-restrictive test CodeGen/PowerPC/tls-pic.ll
Bill Schmidt
2015-02-03
1
-6
/
+6
*
[PowerPC] Yet another approach to __tls_get_addr
Bill Schmidt
2015-02-03
3
-6
/
+55
*
[PowerPC] VSX stores don't also read
Hal Finkel
2015-02-01
2
-2
/
+65
*
[PowerPC] Better scheduling for isel on P7/P8
Hal Finkel
2015-02-01
1
-0
/
+33
*
[PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functions
Hal Finkel
2015-02-01
3
-9
/
+87
*
[PowerPC] Complete setting the baseline for ppc64le
Bill Schmidt
2015-01-29
1
-0
/
+3
*
[PowerPC] Revert ppc64le-aggregates.ll test changes from r227053
Bill Schmidt
2015-01-25
1
-3
/
+0
*
[PowerPC] Reset the baseline for ppc64le to be equivalent to pwr8
Bill Schmidt
2015-01-25
3
-0
/
+12
*
[PowerPC] Add r2 as an operand for all calls under both PPC64 ELF V1 and V2
Hal Finkel
2015-01-19
1
-2
/
+2
[next]