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
/
SystemZISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Improve handling of PC-relative addresses
Richard Sandiford
2013-09-27
1
-0
/
+12
*
[SystemZ] Add TM and TMY
Richard Sandiford
2013-09-10
1
-1
/
+4
*
[SystemZ] Tweak integer comparison code
Richard Sandiford
2013-09-06
1
-5
/
+15
*
[SystemZ] Add NC, OC and XC
Richard Sandiford
2013-09-05
1
-0
/
+8
*
[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
Richard Sandiford
2013-08-28
1
-0
/
+4
*
[SystemZ] Extend memcpy and memset support to all constant lengths
Richard Sandiford
2013-08-27
1
-4
/
+13
*
[SystemZ] Add basic prefetch support
Richard Sandiford
2013-08-23
1
-1
/
+7
*
[SystemZ] Define remainig *MUL_LOHI patterns
Richard Sandiford
2013-08-21
1
-0
/
+1
*
[SystemZ] Add support for sibling calls
Richard Sandiford
2013-08-19
1
-0
/
+5
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
1
-0
/
+6
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
1
-0
/
+3
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
1
-0
/
+7
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-2
/
+6
*
[SystemZ] Add a definition of the CLC instruction
Richard Sandiford
2013-08-12
1
-0
/
+4
*
[SystemZ] Implement isLegalAddressingMode()
Richard Sandiford
2013-07-31
1
-3
/
+6
*
[SystemZ] Add STOC and STOCG
Richard Sandiford
2013-07-25
1
-1
/
+2
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-3
/
+1
*
[SystemZ] Use MVC for memcpy
Richard Sandiford
2013-07-08
1
-0
/
+9
*
[SystemZ] Use DSGFR over DSGR in more cases
Richard Sandiford
2013-07-02
1
-0
/
+1
*
[SystemZ] Add conditional store patterns
Richard Sandiford
2013-06-27
1
-0
/
+3
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
[SystemZ] Enable unaligned accesses
Richard Sandiford
2013-05-30
1
-0
/
+1
*
[SystemZ] Register compare-and-branch support
Richard Sandiford
2013-05-28
1
-0
/
+10
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-2
/
+2
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
1
-0
/
+212
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-145
/
+0
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-5
/
+0
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
1
-0
/
+2
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-0
/
+3
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-2
/
+1
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-13
/
+13
*
Revert 95130.
Evan Cheng
2010-02-02
1
-1
/
+1
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
1
-1
/
+1
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-1
/
+1
*
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
1
-1
/
+1
*
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-10-27
1
-0
/
+5
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-1
/
+2
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-6
/
+6
*
Handle 'r' inline asm constraint
Anton Korobeynikov
2009-08-21
1
-0
/
+5
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-10
/
+43
*
Unbreak
Anton Korobeynikov
2009-07-16
1
-0
/
+5
*
Add constpool lowering / printing
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Add jump tables
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Lower addresses of globals
Anton Korobeynikov
2009-07-16
1
-0
/
+4
*
SELECT_CC lowering
Anton Korobeynikov
2009-07-16
1
-1
/
+15
*
Conditional branches and comparisons
Anton Korobeynikov
2009-07-16
1
-2
/
+10
*
Provide proper stack offsets for outgoing arguments
Anton Korobeynikov
2009-07-16
1
-0
/
+2
*
Some preliminary call lowering
Anton Korobeynikov
2009-07-16
1
-1
/
+8
*
Minimal lowering for formal_arguments / ret
Anton Korobeynikov
2009-07-16
1
-1
/
+12
[next]