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
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
3
-10
/
+3
*
Test commit. Removed an unnecessary space
Nemanja Ivanovic
2015-03-04
1
-1
/
+1
*
[PowerPC] Remove unnecessary and incomplete commentary
Bill Schmidt
2015-03-04
1
-412
/
+0
*
Add the following 64-bit vector integer arithmetic instructions added in POWER8:
Kit Barton
2015-03-03
5
-10
/
+161
*
Make some non-constant static variables non-static or fully const.
Benjamin Kramer
2015-03-01
1
-34
/
+9
*
[PowerPC] Fix PR22711 - Misaligned .toc section
Bill Schmidt
2015-02-27
1
-0
/
+1
*
[PowerPC] Use vector types for memcpy and friends (sometimes)
Hal Finkel
2015-02-27
1
-2
/
+25
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
2
-10
/
+10
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
[PowerPC] Make LDtocL and friends invariant loads
Hal Finkel
2015-02-25
4
-34
/
+54
*
[PowerPC] Cleanup unused target-specific SDAG nodes
Hal Finkel
2015-02-25
4
-35
/
+7
*
Silencing a "result of 32-bit shift implicitly converted to 64 bits (was 64-b...
Aaron Ballman
2015-02-25
1
-1
/
+1
*
Silencing a -Wsign-compare warning triggered in MSVC; NFC.
Aaron Ballman
2015-02-25
1
-1
/
+1
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
19
-67
/
+2675
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-6
/
+4
*
Fix an asan use-after-free bug introduced by the asm printer
Eric Christopher
2015-02-20
1
-1
/
+11
*
Remove a use of the Subtarget in the darwin ppc asm printer.
Eric Christopher
2015-02-20
1
-5
/
+4
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-4
/
+2
*
I incorrectly marked the VORC instruction as isCommutable when I added it.
Kit Barton
2015-02-20
1
-1
/
+2
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-4
/
+4
*
Make the TargetMachine::getSubtarget that takes a Function argument
Eric Christopher
2015-02-20
1
-1
/
+1
*
[PowerPC] Loop Data Prefetching for the BG/Q
Hal Finkel
2015-02-20
4
-0
/
+248
*
This patch adds the VSX logical instructions introduced in the Power ISA 2.07...
Kit Barton
2015-02-18
2
-2
/
+25
*
Make the PowerPC AsmPrinter independent of global subtarget
Eric Christopher
2015-02-17
1
-15
/
+24
*
Add a FIXME to move IsLittleEndian to the target machine.
Eric Christopher
2015-02-17
1
-0
/
+1
*
Move ABI handling and 64-bitness to the PowerPC target machine.
Eric Christopher
2015-02-17
5
-32
/
+42
*
[PowerPC] Support non-direct-sub/superclass VSX copies
Hal Finkel
2015-02-16
1
-4
/
+4
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
1
-6
/
+12
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Remove a variable only used in an assert and sink its initializer into
Chandler Carruth
2015-02-14
1
-2
/
+1
*
PowerPC: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
4
-19
/
+9
*
The base pointer save offset can be computed at initialization time,
Eric Christopher
2015-02-13
2
-23
/
+20
*
Move the target machine variable so that it's initialized early
Eric Christopher
2015-02-13
2
-4
/
+3
*
Stash the TargetMachine on the subtarget so we can access it later.
Eric Christopher
2015-02-13
3
-6
/
+6
*
PPC LinkageSize can be computed at initialization time, do so.
Eric Christopher
2015-02-13
4
-27
/
+20
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-2
/
+2
*
PPCFrameLowering's FramePointerOffset can be computed at initialization
Eric Christopher
2015-02-13
3
-28
/
+25
*
The TOC save offset can be computed at compile time, do so and
Eric Christopher
2015-02-13
3
-7
/
+10
*
The return save offset can be computed at initialization time - do
Eric Christopher
2015-02-13
3
-17
/
+19
*
Change max interleave factor to 12 for POWER7 and POWER8.
Olivier Sallenave
2015-02-12
1
-0
/
+6
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-1
/
+1
*
[PowerPC] Mark jumps as expensive (using using CR bits)
Hal Finkel
2015-02-12
1
-1
/
+3
*
Fix up r228725, missed change in PPCSubtarget definition
Bill Schmidt
2015-02-10
1
-6
/
+6
*
[PowerPC] Fix reverted patch r227976 to avoid register assignment issues
Bill Schmidt
2015-02-10
11
-114
/
+379
*
[PowerPC] Support the (old) cntlz instruction alias
Hal Finkel
2015-02-10
1
-0
/
+3
*
Migrate PPCAsmPrinter's subtarget from reference to pointer in
Eric Christopher
2015-02-10
1
-48
/
+49
*
This change implements the following three logical vector operations:
Kit Barton
2015-02-09
1
-0
/
+25
*
[PowerPC] Handle loop predecessor invokes
Hal Finkel
2015-02-07
1
-4
/
+12
*
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...
Hal Finkel
2015-02-06
11
-234
/
+108
[next]