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
/
SystemZLongBranch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-13
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[Alignment][NFC] Remove LogAlignment functions
Guillaume Chatelet
2019-09-18
1
-9
/
+8
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
1
-3
/
+3
*
[SystemZ] Recognize INLINEASM_BR in backend
Jonas Paulsson
2019-09-05
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-10
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[SystemZ] Handle BRCTH branches correctly in SystemZLongBranch.cpp.
Jonas Paulsson
2018-01-17
1
-1
/
+1
*
[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-24
1
-27
/
+34
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-11
/
+11
*
[SystemZ] Add remaining branch instructions
Ulrich Weigand
2016-11-28
1
-0
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-7
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+4
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-3
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[SystemZ] Remove "virtual" from override methods
Richard Sandiford
2014-03-06
1
-1
/
+1
*
[SystemZ] Use "for (auto" a bit
Richard Sandiford
2014-03-06
1
-11
/
+8
*
[SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
2014-03-06
1
-92
/
+92
*
[SystemZ] Add unsigned compare-and-branch instructions
Richard Sandiford
2013-09-18
1
-2
/
+21
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
1
-0
/
+31
*
[SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
2013-08-05
1
-270
/
+11
*
[SystemZ] Reuse CC results for integer comparisons with zero
Richard Sandiford
2013-08-01
1
-15
/
+170
*
[SystemZ] Be more careful about inverting CC masks
Richard Sandiford
2013-07-31
1
-3
/
+7
*
[SystemZ] Move compare-and-branch generation even later
Richard Sandiford
2013-07-31
1
-11
/
+110
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-3
/
+3
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+2
*
[SystemZ] Immediate compare-and-branch support
Richard Sandiford
2013-05-29
1
-0
/
+11
*
[SystemZ] Register compare-and-branch support
Richard Sandiford
2013-05-28
1
-0
/
+32
*
[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
Richard Sandiford
2013-05-28
1
-5
/
+4
*
[SystemZ] Fix thinko in long branch pass
Richard Sandiford
2013-05-22
1
-26
/
+40
*
Fix indentation
Richard Sandiford
2013-05-21
1
-9
/
+9
*
[SystemZ] Add long branch pass
Richard Sandiford
2013-05-20
1
-0
/
+357