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
*
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
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-4
/
+4
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[PowerPC] Add subregister classes for f64 VSX values
Hal Finkel
2014-03-29
1
-6
/
+27
*
[PowerPC] Use a small cleanup pass to remove VSX self copies
Hal Finkel
2014-03-27
1
-0
/
+74
*
[PowerPC] Don't remove self VSX copies in PPCInstrInfo::copyPhysReg
Hal Finkel
2014-03-27
1
-9
/
+13
*
[PowerPC] Select between VSX A-type and M-type FMA instructions just before RA
Hal Finkel
2014-03-25
1
-0
/
+263
*
[PowerPC] Correct commutable indices for VSX FMA instructions
Hal Finkel
2014-03-25
1
-0
/
+15
*
[PowerPC] Update comment re: VSX copy-instruction selection
Hal Finkel
2014-03-24
1
-2
/
+4
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-8
/
+9
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-0
/
+199
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-70
/
+121
*
Replace PPC instruction-size code with MCInstrDesc getSize
Hal Finkel
2014-02-02
1
-13
/
+6
*
Handle spilling the PPC GPRC_NOR0 register class
Hal Finkel
2014-01-28
1
-4
/
+8
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Allow MachineCSE to coalesce trivial subregister copies the same way that it ...
Andrew Trick
2013-12-17
1
-2
/
+8
*
whitespace
Andrew Trick
2013-12-17
1
-3
/
+3
*
Improve instruction scheduling for the PPC POWER7
Hal Finkel
2013-12-12
1
-2
/
+64
*
Fix the PPC subsumes-predicate check
Hal Finkel
2013-12-11
1
-0
/
+4
*
Remove PPCScoreboardHazardRecognizer
Hal Finkel
2013-12-02
1
-2
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+4
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-4
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+4
*
Fix register subclass handling in PPCInstrInfo::insertSelect
Hal Finkel
2013-07-15
1
-5
/
+10
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-10
/
+0
*
Fold variable that's only used in assert into the assert.
Benjamin Kramer
2013-06-07
1
-2
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+2
*
PPCInstrInfo::optimizeCompareInstr should not optimize FP compares
Hal Finkel
2013-05-08
1
-18
/
+11
*
Cleanup PPCInstrInfo::optimizeCompareInstr
Hal Finkel
2013-05-07
1
-14
/
+10
*
Move PPC getSwappedPredicate for reuse
Hal Finkel
2013-04-20
1
-17
/
+1
*
Fix PPC optimizeCompareInstr swapped-sub argument handling
Hal Finkel
2013-04-19
1
-16
/
+40
*
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
1
-0
/
+6
*
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-18
1
-0
/
+300
*
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-12
1
-1
/
+2
*
Make PPCInstrInfo::isPredicated always return false
Hal Finkel
2013-04-11
1
-16
/
+8
*
PPC: Don't predicate a diamond with two counter decrements
Hal Finkel
2013-04-10
1
-0
/
+23
*
Cleanup PPCInstrInfo::DefinesPredicate
Hal Finkel
2013-04-10
1
-5
/
+10
*
PPC: Prep for if conversion of bctr[l]
Hal Finkel
2013-04-10
1
-0
/
+21
*
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
1
-0
/
+137
*
Cleanup PPCEarlyReturn
Hal Finkel
2013-04-09
1
-28
/
+31
*
Generate PPC early conditional returns
Hal Finkel
2013-04-08
1
-0
/
+148
*
Implement PPCInstrInfo::FoldImmediate
Hal Finkel
2013-04-06
1
-0
/
+68
[next]