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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[SystemZ] Fix register modelling in expandLoadStackGuard()
Jonas Paulsson
2017-05-24
1
-16
/
+14
*
[SystemZ] Make copyPhysReg() add impl-use operands of super reg.
Jonas Paulsson
2017-05-04
1
-1
/
+7
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-4
/
+3
*
[SystemZ] Update kill-flag in splitMove().
Jonas Paulsson
2017-04-24
1
-2
/
+3
*
[SystemZ] Make sure of correct regclasses in insertSelect()
Jonas Paulsson
2017-03-31
1
-0
/
+6
*
[SystemZ] Don't drop any operands in expandZExtPseudo()
Jonas Paulsson
2017-03-22
1
-13
/
+18
*
[SystemZ] Don't drop MO flags in foldMemoryOperandImpl()
Jonas Paulsson
2017-03-21
1
-5
/
+5
*
[SystemZ] Add use of super-reg in splitMove()
Jonas Paulsson
2017-03-17
1
-1
/
+14
*
Make TargetInstrInfo::isPredicable take a const reference, NFC
Krzysztof Parzyszek
2017-03-03
1
-1
/
+1
*
[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-24
1
-9
/
+32
*
[SystemZ] Proper handling of undef flag while expanding pseudo.
Jonas Paulsson
2017-01-18
1
-6
/
+9
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-11
/
+12
*
[SystemZ] Support load-and-trap instructions
Ulrich Weigand
2016-11-28
1
-0
/
+19
*
[SystemZ] Add remaining branch instructions
Ulrich Weigand
2016-11-28
1
-0
/
+5
*
[SystemZ] Improve use of conditional instructions
Ulrich Weigand
2016-11-28
1
-36
/
+191
*
[SystemZ] Support CL(G)T instructions
Ulrich Weigand
2016-11-11
1
-0
/
+12
*
[SystemZ] Model access registers as LLVM registers
Ulrich Weigand
2016-11-08
1
-2
/
+10
*
[SystemZ] Post-RA scheduler implementation
Jonas Paulsson
2016-10-20
1
-0
/
+35
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+7
*
TargetInstrInfo: add virtual function getInstSizeInBytes
Sjoerd Meijer
2016-07-29
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-7
/
+7
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
SystemZ: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-3
/
+3
*
[SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunities
Zhan Jun Liau
2016-07-11
1
-0
/
+20
*
[SystemZ] Fix regression when handling conditional calls
Zhan Jun Liau
2016-07-07
1
-2
/
+2
*
CodeGen: Use MachineInstr& in LiveVariables API, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-157
/
+145
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-7
/
+7
*
[SystemZ] Support Compare and Traps
Zhan Jun Liau
2016-06-10
1
-4
/
+37
*
[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.
Jonas Paulsson
2016-05-10
1
-13
/
+26
*
[SystemZ] Mark CC defs as dead whenever possible.
Jonas Paulsson
2016-05-02
1
-2
/
+22
*
[SystemZ] [SSP] Add support for LOAD_STACK_GUARD.
Marcin Koscielnicki
2016-04-24
1
-0
/
+35
*
[SystemZ] Support conditional indirect sibling calls via BCR
Ulrich Weigand
2016-04-11
1
-1
/
+33
*
[SystemZ] Support conditional sibling calls via BRCL
Ulrich Weigand
2016-04-08
1
-1
/
+15
*
[SystemZ] Fix build break from r265689
Ulrich Weigand
2016-04-07
1
-2
/
+1
*
[SystemZ] Implement conditional returns
Ulrich Weigand
2016-04-07
1
-13
/
+76
*
Indentation fix in SystemZInstrInfo.cpp
Jonas Paulsson
2016-03-31
1
-2
/
+2
*
[SystemZ] Avoid LER on z13 due to partial register dependencies
Ulrich Weigand
2016-03-14
1
-1
/
+2
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-10
/
+11
*
[SystemZ] Bugfix: Don't add CC twice to new three-address instruction.
Jonas Paulsson
2015-12-04
1
-4
/
+10
*
[SystemZ] Simplify boolean conditional return statements
Ulrich Weigand
2015-11-13
1
-9
/
+3
*
[SystemZ] Also clear kill flag for index reg in splitMove().
Jonas Paulsson
2015-10-26
1
-1
/
+3
*
[SystemZ] Fixes in the backend I/R.
Jonas Paulsson
2015-10-10
1
-0
/
+3
*
[SystemZ] Minor bugfixes.
Jonas Paulsson
2015-10-09
1
-1
/
+2
*
[SystemZ] Add some generic (floating point support) load instructions.
Jonas Paulsson
2015-10-01
1
-0
/
+6
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-19
/
+14
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-2
/
+2
[next]