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
/
SystemZInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
1
-0
/
+7
*
[SystemZ] Fix sign of integer memcmp result
Richard Sandiford
2013-08-16
1
-29
/
+26
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+93
*
[SystemZ] Optimize floating-point comparisons with zero
Richard Sandiford
2013-08-07
1
-0
/
+3
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
1
-0
/
+8
*
[SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
2013-08-05
1
-0
/
+13
*
[SystemZ] Reuse CC results for integer comparisons with zero
Richard Sandiford
2013-08-01
1
-1
/
+2
*
[SystemZ] Be more careful about inverting CC masks
Richard Sandiford
2013-07-31
1
-22
/
+30
*
[SystemZ] Move compare-and-branch generation even later
Richard Sandiford
2013-07-31
1
-103
/
+0
*
[SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()
Richard Sandiford
2013-07-31
1
-13
/
+127
*
[SystemZ] Rework compare and branch support
Richard Sandiford
2013-07-25
1
-0
/
+103
*
[SystemZ] Add LOCR and LOCGR
Richard Sandiford
2013-07-25
1
-0
/
+52
*
[SystemZ] Use SLLK, SRLK and SRAK for codegen
Richard Sandiford
2013-07-19
1
-2
/
+45
*
[SystemZ] Improve spilling of LGDR and LDGR
Richard Sandiford
2013-07-12
1
-1
/
+23
*
[SystemZ] Remove no-op MVCs
Richard Sandiford
2013-07-05
1
-0
/
+25
*
[SystemZ] Remove redundant frame MMOs
Richard Sandiford
2013-07-05
1
-24
/
+4
*
[SystemZ] Enable the use of MVC for frame-to-frame spills
Richard Sandiford
2013-07-05
1
-10
/
+2
*
[SystemZ] Fold more spills
Richard Sandiford
2013-07-03
1
-0
/
+24
*
SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable]
NAKAMURA Takumi
2013-07-03
1
-2
/
+2
*
SystemZ: Fold variable into assertion.
Benjamin Kramer
2013-07-02
1
-2
/
+2
*
[SystemZ] Use MVC to spill loads and stores
Richard Sandiford
2013-07-02
1
-1
/
+93
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+1
*
[SystemZ] Immediate compare-and-branch support
Richard Sandiford
2013-05-29
1
-1
/
+8
*
[SystemZ] Register compare-and-branch support
Richard Sandiford
2013-05-28
1
-2
/
+27
*
[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
Richard Sandiford
2013-05-28
1
-26
/
+18
*
[SystemZ] Add long branch pass
Richard Sandiford
2013-05-20
1
-3
/
+13
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
1
-0
/
+444
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-439
/
+0
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
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
-0
/
+12
*
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
-1
/
+2
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
1
-1
/
+4
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-6
/
+6
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
1
-150
/
+0
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-2
/
+2
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
1
-25
/
+0
*
Remove redundant branch. Thanks, Anton!
Jakob Stoklund Olesen
2010-07-11
1
-2
/
+0
*
Replace copyRegToReg with copyPhysReg for SystemZ.
Jakob Stoklund Olesen
2010-07-11
1
-53
/
+24
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
1
-3
/
+2
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-9
/
+7
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-2
/
+4
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-3
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-4
/
+7
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-9
/
+9
*
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-04-02
1
-0
/
+4
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
1
-12
/
+0
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-2
/
+2
*
add some missing #includes
Chris Lattner
2009-11-07
1
-1
/
+1
[next]