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
*
[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
*
Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."
Tony Jiang
2017-01-16
8
-467
/
+14
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
8
-14
/
+467
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
4
-21
/
+25
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
10
-255
/
+433
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
2
-2
/
+3
*
[PowerPC] Implement missing ISA 2.06 instructions.
Tony Jiang
2017-01-05
4
-1
/
+18
*
[PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)
Hal Finkel
2017-01-04
1
-40
/
+39
*
[Power9] Processor Model for Scheduling
Ehsan Amiri
2016-12-19
4
-3
/
+1145
*
Revert r289638: [PowerPC] Fix logic dealing with nop after calls (and tail-ca...
Chandler Carruth
2016-12-16
1
-25
/
+40
*
[Power9] Allow AnyExt immediates for XXSPLTIB
Nemanja Ivanovic
2016-12-15
2
-7
/
+7
*
Use PIC relocation model as default for PowerPC64 ELF.
Joerg Sonnenberger
2016-12-15
1
-0
/
+4
*
[PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)
Hal Finkel
2016-12-14
1
-40
/
+25
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
2
-40
/
+65
*
[PPC] Prefer direct move on power8 if load 1 or 2 bytes to VSR
Guozhi Wei
2016-12-12
2
-1
/
+9
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-09
2
-16
/
+28
*
[PPC] Add intrinsics for vector extract word and vector insert word.
Sean Fertile
2016-12-09
1
-0
/
+9
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 4
Nemanja Ivanovic
2016-12-06
2
-27
/
+126
*
[PPC] Slightly Improve Assembly Parsing errors and add EOL comment
Nirav Dave
2016-12-05
1
-194
/
+119
*
[ppc] Correctly compute the cost of loading 32/64 bit memory into VSR
Guozhi Wei
2016-12-03
1
-5
/
+14
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-9
/
+9
*
[PowerPC] Preserve machine dominator tree in PPCVSXFMAMutate
Krzysztof Parzyszek
2016-11-30
1
-0
/
+4
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 2
Nemanja Ivanovic
2016-11-29
1
-4
/
+98
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 2
Nemanja Ivanovic
2016-11-29
2
-1
/
+98
*
Revert https://reviews.llvm.org/rL287679
Nemanja Ivanovic
2016-11-29
2
-23
/
+6
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 1
Nemanja Ivanovic
2016-11-29
3
-58
/
+361
*
[PowerPC] Remove InstAlias definitions that cause incorrect assembly
Nemanja Ivanovic
2016-11-23
1
-11
/
+15
[next]