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
*
[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
*
[PowerPC] Put PPCEarlyReturn into its own source file
Hal Finkel
2015-02-01
1
-165
/
+0
*
[PowerPC] Put PPCVSXCopy into its own source file
Hal Finkel
2015-02-01
1
-139
/
+0
*
[PowerPC] Put PPCVSXFMAMutate into its own source file
Hal Finkel
2015-02-01
1
-291
/
+0
*
[PowerPC] Remove the PPCVSXCopyCleanup pass
Hal Finkel
2015-02-01
1
-76
/
+0
*
[PowerPC] Add implicit ops to conditional returns in PPCEarlyReturn
Hal Finkel
2015-02-01
1
-8
/
+13
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-23
/
+17
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-0
/
+6
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-6
/
+0
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-0
/
+6
*
[PowerPC] Split the blr definition into BLR and BLR8
Hal Finkel
2015-01-13
1
-3
/
+5
*
[PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts
Hal Finkel
2014-12-12
1
-3
/
+5
*
[PowerPC] Avoid VSX FMA mutate when killed product reg = addend reg
Bill Schmidt
2014-10-21
1
-0
/
+6
*
[PowerPC] Change assert to better form
Bill Schmidt
2014-10-17
1
-3
/
+3
*
[PowerPC] Change liveness testing in VSX FMA mutation pass
Bill Schmidt
2014-10-17
1
-8
/
+20
*
Provide an implementation of getNoopForMachoTarget for PPC, otherwise
Joerg Sonnenberger
2014-08-08
1
-0
/
+5
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+5
*
add ppc64/pwr8 as target
Will Schmidt
2014-06-26
1
-1
/
+3
*
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
2014-06-13
1
-6
/
+8
*
Remove TargetMachine from PPCInstrInfo and all dependencies and
Eric Christopher
2014-06-12
1
-19
/
+21
*
Avoid using subtarget features when initializing the pass pipeline
Eric Christopher
2014-05-22
1
-1
/
+12
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-8
/
+8
[next]