index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2013-05-08
PPCInstrInfo::optimizeCompareInstr should not optimize FP compares
Hal Finkel
2013-05-07
Cleanup PPCInstrInfo::optimizeCompareInstr
Hal Finkel
2013-04-20
Move PPC getSwappedPredicate for reuse
Hal Finkel
2013-04-19
Fix PPC optimizeCompareInstr swapped-sub argument handling
Hal Finkel
2013-04-18
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-12
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-11
Make PPCInstrInfo::isPredicated always return false
Hal Finkel
2013-04-10
PPC: Don't predicate a diamond with two counter decrements
Hal Finkel
2013-04-10
Cleanup PPCInstrInfo::DefinesPredicate
Hal Finkel
2013-04-10
PPC: Prep for if conversion of bctr[l]
Hal Finkel
2013-04-09
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
Cleanup PPCEarlyReturn
Hal Finkel
2013-04-08
Generate PPC early conditional returns
Hal Finkel
2013-04-06
Implement PPCInstrInfo::FoldImmediate
Hal Finkel
2013-04-05
Enable early if conversion on PPC
Hal Finkel
2013-03-27
Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...
Hal Finkel
2013-03-27
Remove more dead LR-as-GPR PPC code
Hal Finkel
2013-03-27
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-23
Note in PPCFunctionInfo VRSAVE spills
Hal Finkel
2013-03-23
Remove dead PPC LR spilling code
Hal Finkel
2013-03-22
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-21
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-19
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-17
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-12
PPC should always use the register scavenger for CR spilling
Hal Finkel
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-10-10
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-08-28
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-06-19
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-01
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-03-31
Fix dynamic linking on PPC64.
Hal Finkel
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-12-07
make CR spill and restore 64-bit clean (no functional change), and fix some o...
Hal Finkel
2011-12-07
64-bit LR8 load should use X11 not R11
Hal Finkel
2011-12-06
add RESTORE_CR and support CR unspills
Hal Finkel
2011-12-05
enable PPC register scavenging by default (update tests and remove some FIXMEs)
Hal Finkel
2011-12-02
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-11-22
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-15
Make use of MachinePointerInfo::getFixedStack. This removes all mention
Jay Foad
2011-11-08
PPCInstrInfo.cpp: Fix one "unused" warning.
NAKAMURA Takumi
2011-10-21
Fix unused variable warning.
Richard Smith
2011-10-20
Disable the PPC hazard recognizer. It currently only supports
Dan Gohman
[next]