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
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-683
/
+63
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-13
/
+36
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-26
/
+32
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-15
/
+28
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-106
/
+801
*
Merging r197089:
Bill Wendling
2013-12-12
1
-0
/
+4
*
[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
*
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
[next]