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
...
*
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
*
PPCInstrInfo.cpp: Fix one "unused" warning.
NAKAMURA Takumi
2011-11-08
1
-0
/
+1
*
Fix unused variable warning.
Richard Smith
2011-10-21
1
-1
/
+1
*
Disable the PPC hazard recognizer. It currently only supports
Dan Gohman
2011-10-20
1
-2
/
+8
*
Add PPC 440 scheduler and some associated tests
Hal Finkel
2011-10-17
1
-1
/
+9
*
Teach PPCInstrInfo to handle sub-classes.
Jakob Stoklund Olesen
2011-10-04
1
-14
/
+14
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-2
/
+2
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-12
/
+0
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-2
/
+15
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
1
-2
/
+2
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-2
/
+3
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
1
-1
/
+3
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-5
/
+5
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
1
-0
/
+13
*
whitespace
Andrew Trick
2010-12-24
1
-29
/
+29
*
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-21
1
-4
/
+6
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
1
-61
/
+0
[prev]
[next]