index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Enable early if conversion on PPC
Hal Finkel
2013-04-05
1
-0
/
+99
*
Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...
Hal Finkel
2013-03-27
1
-0
/
+18
*
Remove more dead LR-as-GPR PPC code
Hal Finkel
2013-03-27
1
-16
/
+4
*
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-27
1
-0
/
+4
*
Note in PPCFunctionInfo VRSAVE spills
Hal Finkel
2013-03-23
1
-10
/
+18
*
Remove dead PPC LR spilling code
Hal Finkel
2013-03-23
1
-30
/
+8
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
1
-2
/
+2
*
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
1
-9
/
+0
*
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
1
-0
/
+12
*
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-19
1
-0
/
+9
*
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-17
1
-34
/
+29
*
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-15
1
-3
/
+4
*
PPC should always use the register scavenger for CR spilling
Hal Finkel
2013-03-12
1
-77
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-10-10
1
-6
/
+12
*
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
1
-2
/
+4
*
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
1
-0
/
+16
*
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
1
-6
/
+6
*
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
1
-0
/
+12
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
1
-6
/
+71
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-16
/
+16
*
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-04-01
1
-3
/
+4
*
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
1
-1
/
+4
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
make CR spill and restore 64-bit clean (no functional change), and fix some o...
Hal Finkel
2011-12-07
1
-5
/
+11
*
64-bit LR8 load should use X11 not R11
Hal Finkel
2011-12-07
1
-3
/
+3
*
add RESTORE_CR and support CR unspills
Hal Finkel
2011-12-06
1
-23
/
+36
*
enable PPC register scavenging by default (update tests and remove some FIXMEs)
Hal Finkel
2011-12-05
1
-5
/
+5
*
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-12-02
1
-12
/
+19
*
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
1
-5
/
+2
*
Make use of MachinePointerInfo::getFixedStack. This removes all mention
Jay Foad
2011-11-15
1
-5
/
+2
[next]