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
/
PPCISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Power9] Add codegen for VSX word insert/extract instructions
Nemanja Ivanovic
2016-07-12
1
-0
/
+112
*
[PowerPC] Cannonicalize applicable vector shift immediates as swaps
Nemanja Ivanovic
2016-07-12
1
-0
/
+9
*
Use the class version of getPointerTy rather than getting back to
Eric Christopher
2016-07-07
1
-23
/
+22
*
Use the class definition for useSoftFloat.
Eric Christopher
2016-07-07
1
-4
/
+4
*
Rename argument for consistency.
Eric Christopher
2016-07-07
1
-18
/
+18
*
Remove the plumbing for isDarwinABI from EmitTailCallLoadFPAndRetAddr.
Eric Christopher
2016-07-07
1
-8
/
+5
*
Use the MachineFunction that we've already queried for in the function.
Eric Christopher
2016-07-07
1
-4
/
+2
*
Remove the plumbing for isDarwinABI from the PrepareTailCall hierarchy.
Eric Christopher
2016-07-07
1
-10
/
+8
*
Remove the plumbing of 64-bitness from PrepareTailCall and functions
Eric Christopher
2016-07-07
1
-13
/
+13
*
Sink call to get the MachineFunction into EmitTailCallStoreFPAndRetAddr
Eric Christopher
2016-07-07
1
-10
/
+7
*
Remove unnecessary subtarget parameters in PPCTargetLowering.
Eric Christopher
2016-07-07
1
-19
/
+20
*
fix typo; NFC
Sanjay Patel
2016-07-06
1
-1
/
+1
*
[PowerPC] - Legalize vector types by widening instead of integer promotion
Nemanja Ivanovic
2016-07-05
1
-0
/
+58
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-165
/
+167
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-7
/
+3
*
NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.
Nick Lewycky
2016-06-28
1
-6
/
+6
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-2
/
+2
*
Use the isPositionIndependent predicate. NFC.
Rafael Espindola
2016-06-27
1
-4
/
+2
*
Simplify getLabelAccessInfo.
Rafael Espindola
2016-06-27
1
-24
/
+19
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-23
1
-20
/
+17
*
Use shouldAssumeDSOLocal.
Rafael Espindola
2016-06-22
1
-5
/
+5
*
Extract a few variables to make 'if' smaller. NFC.
Rafael Espindola
2016-06-22
1
-7
/
+8
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-1
/
+1
*
Reformat blank lines.
NAKAMURA Takumi
2016-06-20
1
-2
/
+1
*
Trailing whitespace.
NAKAMURA Takumi
2016-06-20
1
-3
/
+3
*
Untabify.
NAKAMURA Takumi
2016-06-20
1
-2
/
+2
*
[Codegen] Change PICLevel.
Davide Italiano
2016-06-17
1
-2
/
+2
*
[PPC] Strength-reduce SmallVectors into arrays.
Benjamin Kramer
2016-06-17
1
-60
/
+36
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-152
/
+107
*
[PowerPC] Fix a DAG replacement bug in PPCTargetLowering::DAGCombineExtBoolTrunc
Hal Finkel
2016-05-12
1
-10
/
+19
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-1
/
+3
*
[PowerPC] fix register alignment for long double type
Strahinja Petrovic
2016-05-09
1
-3
/
+10
*
[PowerPC] Generate VSX version of splat word
Nemanja Ivanovic
2016-05-04
1
-0
/
+11
*
[PPC] Enable shuffling of VSX vectors
Guozhi Wei
2016-04-29
1
-4
/
+2
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-6
/
+0
*
[CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.
Ahmed Bougacha
2016-04-26
1
-5
/
+3
*
[PowerPC] Add support for llvm.thread.pointer
Marcin Koscielnicki
2016-04-26
1
-0
/
+10
*
[ppc64] Reenable sibling call optimization on ppc64 since fixed tsan library ...
Chuang-Yu Cheng
2016-04-26
1
-1
/
+1
*
[PPC, SSP] Support PowerPC Linux stack protection.
Tim Shen
2016-04-19
1
-0
/
+13
*
Fix typing on generated LXV2DX/STXV2DX instructions
Nirav Dave
2016-04-15
1
-5
/
+23
*
CXX_FAST_TLS calling convention: performance improvement for PPC64
Chuang-Yu Cheng
2016-04-08
1
-0
/
+73
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-3
/
+3
*
[PPC] Use VSX/FP Facility integer load when an integer load's only users are ...
Ehsan Amiri
2016-04-06
1
-1
/
+26
*
[ppc64] Temporary disable sibling call optimization on ppc64 due to breaking ...
Chuang-Yu Cheng
2016-04-06
1
-1
/
+1
*
[ppc64] Enable sibling call optimization on ppc64 ELFv1/ELFv2 abi
Chuang-Yu Cheng
2016-04-06
1
-7
/
+218
*
[PowerPC] Add a late MI-level pass for QPX load/splat simplification
Hal Finkel
2016-03-31
1
-3
/
+0
*
[PowerPC] Load two floats directly instead of using one 64-bit integer load
Hal Finkel
2016-03-31
1
-0
/
+105
*
[PowerPC] Refactor popcnt[dw] target features
Hal Finkel
2016-03-29
1
-1
/
+1
[prev]
[next]