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
*
[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
*
[SystemZ] Use "for (auto" a bit
Richard Sandiford
2014-03-06
1
-12
/
+10
*
[SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
2014-03-06
1
-49
/
+49
*
[SystemZ] Optimize floating-point comparisons with zero
Richard Sandiford
2013-08-07
1
-10
/
+25
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
1
-16
/
+131
*
[SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
2013-08-05
1
-1
/
+31
*
[SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
2013-08-05
1
-0
/
+311