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
/
SystemZ
/
SystemZInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
1
-24
/
+0
*
Turn few asserts into errors / unreachable's
Anton Korobeynikov
2009-07-18
1
-5
/
+5
*
Avoid a compiler warning when assertions are turned off.
Duncan Sands
2009-07-17
1
-3
/
+2
*
Provide crazy pseudos for regpairs spills / reloads
Anton Korobeynikov
2009-07-16
1
-1
/
+17
*
Handle long-disp stuff more consistently
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Another predicate routine
Anton Korobeynikov
2009-07-16
1
-0
/
+30
*
More helpers
Anton Korobeynikov
2009-07-16
1
-0
/
+64
*
Add bunch of branch folding stuff
Anton Korobeynikov
2009-07-16
1
-0
/
+174
*
Add missed opcodes to short => long displacement conversion
Anton Korobeynikov
2009-07-16
1
-0
/
+2
*
Cleanup
Anton Korobeynikov
2009-07-16
1
-91
/
+29
*
Add missed condbranch opcodes
Anton Korobeynikov
2009-07-16
1
-5
/
+29
*
Handle FP callee-saved regs
Anton Korobeynikov
2009-07-16
1
-46
/
+78
*
Implement FP regs spills / restores
Anton Korobeynikov
2009-07-16
1
-0
/
+14
*
Add bunch of FP instructions
Anton Korobeynikov
2009-07-16
1
-0
/
+6
*
Another attempt to fix prologue emission
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
Add proper register aliases
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...
Anton Korobeynikov
2009-07-16
1
-0
/
+44
*
Provide hooks for spilling / restoring stuff
Anton Korobeynikov
2009-07-16
1
-2
/
+30
*
Implement InsertBranch() hook
Anton Korobeynikov
2009-07-16
1
-2
/
+25
*
Provide "wide" muls and divs/rems
Anton Korobeynikov
2009-07-16
1
-4
/
+8
*
SELECT_CC lowering
Anton Korobeynikov
2009-07-16
1
-0
/
+29
*
Emit callee-saved regs spills / restores
Anton Korobeynikov
2009-07-16
1
-3
/
+100
*
Some preliminary call lowering
Anton Korobeynikov
2009-07-16
1
-2
/
+9
*
Add shifts and reg-imm address matching
Anton Korobeynikov
2009-07-16
1
-2
/
+18
*
Add bunch of 32-bit patterns... Uffff :)
Anton Korobeynikov
2009-07-16
1
-2
/
+14
*
Add simple reg-reg and reg-imm moves
Anton Korobeynikov
2009-07-16
1
-7
/
+35
*
Let's start another backend :)
Anton Korobeynikov
2009-07-16
1
-0
/
+81