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
/
SystemZ
/
SystemZRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-4
/
+4
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-15
/
+14
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-4
/
+4
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-10
/
+9
*
[SystemZ] Use upper words of GR64s for codegen
Richard Sandiford
2013-10-01
1
-0
/
+2
*
[SystemZ] Rename 32-bit GPR registers
Richard Sandiford
2013-09-30
1
-2
/
+2
*
[SystemZ] Clean up register scavenging code
Richard Sandiford
2013-07-05
1
-26
/
+0
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-3
/
+6
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
1
-0
/
+162
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-143
/
+0
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-16
/
+1
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-1
/
+0
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
1
-1
/
+4
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-4
/
+4
*
Remove custom allocation orders in SystemZ.
Jakob Stoklund Olesen
2011-06-15
1
-1
/
+11
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
1
-0
/
+6
*
Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...
Jakob Stoklund Olesen
2011-05-04
1
-0
/
+14
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-3
/
+3
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
1
-35
/
+0
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-23
/
+1
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-10
/
+6
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-137
/
+0
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
1
-5
/
+4
*
cleanup
Rafael Espindola
2010-06-02
1
-16
/
+0
*
SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead and
Bill Wendling
2010-05-14
1
-5
/
+5
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
1
-5
/
+5
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-1
/
+1
*
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
1
-1
/
+1
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-4
/
+2
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
1
-1
/
+1
*
constify a method argument.
Chris Lattner
2010-01-26
1
-3
/
+4
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-1
/
+1
*
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-11-12
1
-1
/
+2
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
1
-2
/
+5
*
Remove some unused variables and methods warned about by
Duncan Sands
2009-09-06
1
-1
/
+0
*
Handle long-disp stuff more consistently
Anton Korobeynikov
2009-07-16
1
-6
/
+22
*
Fix incomin arg stack frame offset in case we need to generate stack frame
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Handle FP callee-saved regs
Anton Korobeynikov
2009-07-16
1
-4
/
+22
*
Add FP regs
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Missed part of prev. patch
Anton Korobeynikov
2009-07-16
1
-1
/
+3
*
Another attempt to fix prologue emission
Anton Korobeynikov
2009-07-16
1
-8
/
+12
*
Properly generate stack frame
Anton Korobeynikov
2009-07-16
1
-5
/
+5
*
Do not forget to save R15 when we allocate stack frame
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Stupid typo
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...
Anton Korobeynikov
2009-07-16
1
-2
/
+8
*
We already have reserved call frame regardless whether variable sized frame o...
Anton Korobeynikov
2009-07-16
1
-15
/
+0
*
Implement dynamic allocas
Anton Korobeynikov
2009-07-16
1
-1
/
+7
*
Emit callee-saved regs spills / restores
Anton Korobeynikov
2009-07-16
1
-18
/
+50
[next]