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
/
PPCInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make TargetInstrInfo::isPredicable take a const reference, NFC
Krzysztof Parzyszek
2017-03-03
1
-1
/
+1
*
[XRay] Implement powerpc64le xray.
Tim Shen
2017-02-10
1
-1
/
+3
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-6
/
+0
*
Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."
Tony Jiang
2017-01-16
1
-0
/
+6
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-6
/
+0
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-6
/
+10
*
[Power9] Exploit D-Form VSX Scalar memory ops that target full VSX register set
Nemanja Ivanovic
2016-10-04
1
-6
/
+45
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-18
/
+26
*
[Power9] Add exploitation of non-permuting memory ops
Nemanja Ivanovic
2016-09-22
1
-2
/
+6
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+7
*
[stackmaps] More extraction of common code [NFCI]
Philip Reames
2016-08-23
1
-2
/
+3
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-1
/
+1
*
PowerPC: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-27
1
-67
/
+66
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+2
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-104
/
+99
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-17
/
+17
*
[PPC64] Fix SUBFC8 Defs list
Keno Fischer
2016-06-01
1
-0
/
+2
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-0
/
+4
*
[PowerPC] [SSP] Fix stack guard load for 32-bit.
Marcin Koscielnicki
2016-04-21
1
-1
/
+1
*
[PPC, SSP] Support PowerPC Linux stack protection.
Tim Shen
2016-04-19
1
-0
/
+16
*
[PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0
Chuang-Yu Cheng
2016-04-12
1
-0
/
+4
*
Codegen: [PPC] Word Rotates are Zero Extending.
Kyle Butt
2016-03-23
1
-1
/
+8
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-64
/
+61
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-6
/
+6
*
Codegen: [PPC] Silence false-positive initialization warning. NFC
Kyle Butt
2016-01-15
1
-2
/
+2
*
Codegen: [PPC] Handle weighted comparisons when inserting selects.
Kyle Butt
2016-01-12
1
-10
/
+33
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-2
/
+2
*
replace MachineCombinerPattern namespace and enum with enum class; NFCI
Sanjay Patel
2015-11-05
1
-1
/
+1
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-8
/
+10
*
[Machine Combiner] Refactor machine reassociation code to be target-independent.
Chad Rosier
2015-09-21
1
-211
/
+6
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-1
/
+1
*
[PowerPC] Don't commute trivial rlwimi instructions
Hal Finkel
2015-09-06
1
-0
/
+5
*
[MIR Serialization] static -> static const in getSerializable*MachineOperandT...
Hal Finkel
2015-08-30
1
-2
/
+2
*
[PowerPC/MIR Serialization] Target flags serialization support
Hal Finkel
2015-08-30
1
-0
/
+32
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-10
/
+8
*
[PowerPC] Use the MachineCombiner to reassociate fadd/fmul
Hal Finkel
2015-07-15
1
-0
/
+262
*
[PowerPC] Fix the PPCInstrInfo::getInstrLatency implementation
Hal Finkel
2015-07-14
1
-0
/
+33
*
[PPC] Replace debug value skipping with getLastNonDebugInstr.
Benjamin Kramer
2015-06-25
1
-16
/
+7
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-10
/
+7
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+1
*
Add VSX Scalar loads and stores to the PPC back end
Nemanja Ivanovic
2015-05-07
1
-1
/
+12
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+53
*
Disabling warnings for MSVC build to enable /W4 use.
Andrew Kaylor
2015-03-24
1
-2
/
+1
*
Remove the need to cache the subtarget in the PowerPC TargetRegisterInfo
Eric Christopher
2015-03-12
1
-1
/
+1
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-0
/
+42
*
[PowerPC] Support non-direct-sub/superclass VSX copies
Hal Finkel
2015-02-16
1
-4
/
+4
[prev]
[next]