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
*
[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
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-3
/
+2
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-28
/
+45
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-1
/
+1
*
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
Ulrich Weigand
2015-05-05
1
-0
/
+10
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
1
-0
/
+7
*
[SystemZ] Support RISBGN instruction on zEC12
Ulrich Weigand
2015-03-31
1
-13
/
+21
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-8
/
+7
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
[SystemZ] Make operator bool explicit. NFC.
Benjamin Kramer
2014-10-04
1
-1
/
+1
*
Remove target machine caching from SystemZInstrInfo and
Eric Christopher
2014-06-27
1
-6
/
+6
[next]