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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
1
-2
/
+2
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-2
/
+2
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
2
-7
/
+11
*
[PowerPC] multiply-with-overflow might use the CTR register
Hal Finkel
2017-04-11
1
-9
/
+11
*
Get the TOC save offset off of PPCFrameLowering rather than a separate copy o...
Eric Christopher
2017-04-10
1
-1
/
+1
*
Remove the default subtarget from the Power port. It's unnecessary and harmfu...
Eric Christopher
2017-04-06
2
-4
/
+1
*
[DAGCombiner] add and use TLI hook to convert and-of-seteq / or-of-setne to b...
Sanjay Patel
2017-04-05
1
-0
/
+4
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+1
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
2
-0
/
+2
*
Temporarily revert "[PPC] In PPCBoolRetToInt change the bool value to i64 if ...
Eric Christopher
2017-03-31
3
-37
/
+19
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
Guozhi Wei
2017-03-28
3
-19
/
+37
*
Remove an oddly unnecessary temporary.
Eric Christopher
2017-03-27
1
-2
/
+1
*
Kill some trailing whitespace to make some new changes a bit easier.
Eric Christopher
2017-03-23
1
-12
/
+12
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-4
/
+3
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Test commit.
Hiroshi Inoue
2017-03-16
1
-1
/
+1
*
[PowerPC][Altivec] Add mfvrd and mffprd extended mnemonic
Nemanja Ivanovic
2017-03-15
1
-0
/
+12
*
Revert "Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand to redu...
Tim Shen
2017-03-08
1
-5
/
+43
*
Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack...
Tim Shen
2017-03-07
1
-43
/
+5
*
[PowerPC] Fix failure with STBRX when store is narrower than the bswap
Nemanja Ivanovic
2017-03-06
1
-2
/
+5
*
[DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)
Sanjay Patel
2017-03-04
1
-0
/
+4
*
Make TargetInstrInfo::isPredicable take a const reference, NFC
Krzysztof Parzyszek
2017-03-03
2
-2
/
+2
*
[PPC] Fix code generation for bswap(int32) followed by store16
Guozhi Wei
2017-03-02
1
-2
/
+10
*
[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack frame size
Nemanja Ivanovic
2017-03-02
1
-5
/
+43
*
vec perm can go down either pipeline on P8.
Eric Christopher
2017-02-26
1
-1
/
+1
*
[PowerPC] Use subfic instruction for subtract from immediate
Nemanja Ivanovic
2017-02-24
1
-0
/
+4
*
[PowerPC] Use rldicr instruction for AND with an immediate if possible
Nemanja Ivanovic
2017-02-24
1
-0
/
+13
*
[PPC] Give unaligned memory access lower cost on processor that supports it
Guozhi Wei
2017-02-17
1
-0
/
+4
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-0
/
+2
*
[PPC] Silence warning in Release builds.
Benjamin Kramer
2017-02-10
1
-2
/
+1
*
Fix a silly syntax error.
Tim Shen
2017-02-10
1
-2
/
+2
*
[XRay] Implement powerpc64le xray.
Tim Shen
2017-02-10
3
-2
/
+101
*
Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."
Eric Christopher
2017-02-10
1
-5
/
+0
*
For X86-64 linux and PPC64 linux align int128 to 16 bytes.
Eric Christopher
2017-02-10
1
-0
/
+5
*
[PowerPC] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-07
1
-3
/
+11
*
[PowerPC][Altivec] Add vnot extended mnemonic
Nemanja Ivanovic
2017-02-07
1
-0
/
+1
*
Remove a bunch of unnecessary casts to a target specific version of TII and T...
Eric Christopher
2017-02-04
1
-26
/
+13
*
[PowerPC] Fix sjlj pseduo instructions to use G8RC_NOX0 register class
Kit Barton
2017-02-01
1
-2
/
+3
*
[PowerPC][Altivec] Add vmr extended mnemonic
Nemanja Ivanovic
2017-01-31
1
-0
/
+3
*
Add some Book-E instructions to the asm parser and printer.
Justin Hibbits
2017-01-29
4
-3
/
+30
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
2
-27
/
+28
*
[PPC] cleanup of mayLoad/mayStore flags and memory operands.
Sean Fertile
2017-01-26
5
-26
/
+28
*
Use shouldAssumeDSOLocal in classifyGlobalReference.
Rafael Espindola
2017-01-26
1
-19
/
+5
*
Revert "[PPC] Give unaligned memory access lower cost on processor that suppo...
Daniel Jasper
2017-01-25
1
-4
/
+0
*
PowerPC: Slight cleanup of getReservedRegs(); NFC
Matthias Braun
2017-01-25
1
-19
/
+10
*
PowerPC: Mark super regs of reserved regs reserved.
Matthias Braun
2017-01-24
1
-35
/
+25
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-34
/
+34
*
[PPC] Give unaligned memory access lower cost on processor that supports it
Guozhi Wei
2017-01-20
1
-0
/
+4
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
8
-14
/
+467
[next]