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
/
SystemZElimCompare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FPEnv] Invert sense of MIFlag::FPExcept flag
Ulrich Weigand
2020-01-10
1
-3
/
+3
*
[SystemZ] Bugfix and improve the handling of CC values.
Jonas Paulsson
2019-12-20
1
-22
/
+111
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-0
/
+23
*
[SystemZ] Use LivePhysRegs instead of isCCLiveOut() in SystemZElimCompare.cpp
Jonas Paulsson
2019-11-04
1
-9
/
+4
*
[SystemZ] NFC: use clearRegisterDeads() in SystemZElimCompare.cpp
Jonas Paulsson
2019-09-09
1
-5
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-3
/
+3
*
[SystemZ] Handle DBG_VALUE instructions in two places in backend.
Jonas Paulsson
2019-01-23
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-4
/
+3
*
[SystemZ] Build Load And Test from scratch in convertToLoadAndTest.
Jonas Paulsson
2018-06-07
1
-10
/
+16
*
[SystemZ] Check for legality before doing LOAD AND TEST transformations.
Jonas Paulsson
2018-01-15
1
-52
/
+79
*
Temporarily revert
Jonas Paulsson
2018-01-10
1
-25
/
+15
*
[SystemZ] Check for legality before doing LOAD AND TEST transformations.
Jonas Paulsson
2018-01-10
1
-15
/
+25
*
[SystemZ] Comment fix in SystemZElimCompare.cpp
Jonas Paulsson
2018-01-08
1
-5
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[SystemZ] Improve optimizeCompareZero()
Jonas Paulsson
2017-09-21
1
-7
/
+36
*
[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-24
1
-18
/
+27
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-11
/
+9
*
[SystemZ] Fix build bot fallout from r288030
Ulrich Weigand
2016-11-28
1
-1
/
+0
*
[SystemZ] Support load-and-trap instructions
Ulrich Weigand
2016-11-28
1
-5
/
+56
*
[SystemZ] Add remaining branch instructions
Ulrich Weigand
2016-11-28
1
-7
/
+13
*
[SystemZ] Support CL(G)T instructions
Ulrich Weigand
2016-11-11
1
-3
/
+11
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
SystemZ: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-76
/
+70
*
[SystemZ] Support Compare and Traps
Zhan Jun Liau
2016-06-10
1
-8
/
+11
*
[SystemZ] Mark CC defs as dead whenever possible.
Jonas Paulsson
2016-05-02
1
-2
/
+2
*
Add optimization bisect opt-in calls for SystemZ passes
Andrew Kaylor
2016-04-26
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[SystemZ] Support conditional indirect sibling calls via BCR
Ulrich Weigand
2016-04-11
1
-2
/
+13
*
[SystemZ] Implement conditional returns
Ulrich Weigand
2016-04-07
1
-17
/
+35
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+4
*
Untabify.
NAKAMURA Takumi
2015-11-02
1
-3
/
+3
*
[SystemZ] Fixes in the backend I/R.
Jonas Paulsson
2015-10-10
1
-3
/
+2
*
[SystemZ] Remove unused code in SystemZElimCompare.cpp
Jonas Paulsson
2015-10-09
1
-19
/
+7
*
[SystemZ] SystemZElimCompare pass improved.
Jonas Paulsson
2015-10-08
1
-3
/
+31
*
[SystemZ] More minor fixing in SystemZElimCompare.cpp
Jonas Paulsson
2015-10-08
1
-9
/
+5
*
[SystemZ] Minor fixes in SystemZElimCompare.cpp
Jonas Paulsson
2015-10-08
1
-4
/
+3
*
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
*
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
-1
/
+1
*
[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
[next]