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
/
SystemZISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+4
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-2
/
+2
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-3
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-10
/
+10
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-2
/
+2
*
[SystemZ] Remove "virtual" from override methods
Richard Sandiford
2014-03-06
1
-5
/
+4
*
[SystemZ] Use "auto" for cast results
Richard Sandiford
2014-03-06
1
-20
/
+14
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-6
/
+5
*
[SystemZ] Fix RNSBG bug introduced by r197802
Richard Sandiford
2014-01-09
1
-8
/
+10
*
[SystemZ] Use interlocked-access 1 instructions for CodeGen
Richard Sandiford
2013-12-24
1
-14
/
+0
*
[SystemZ] Extend RISBG optimization
Richard Sandiford
2013-12-20
1
-3
/
+17
*
[SystemZ] Fix incorrect use of RISBG for a zero-extended right shift
Richard Sandiford
2013-11-26
1
-19
/
+8
*
[SystemZ] Handle extensions in RxSBG optimizations
Richard Sandiford
2013-10-16
1
-8
/
+26
*
[SystemZ] Extend 32-bit RISBG optimizations to high words
Richard Sandiford
2013-10-01
1
-8
/
+16
*
[SystemZ] Rename subregs and add subreg_h32
Richard Sandiford
2013-09-30
1
-2
/
+2
*
[SystemZ] Rein back the use of block operations
Richard Sandiford
2013-09-27
1
-18
/
+20
*
[SystemZ] Improve handling of PC-relative addresses
Richard Sandiford
2013-09-27
1
-48
/
+61
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-0
/
+1
*
[SystemZ] Use getTarget{Insert,Extract}Subreg rather than getMachineNode
Richard Sandiford
2013-09-13
1
-12
/
+5
*
[SystemZ] Add NC, OC and XC
Richard Sandiford
2013-09-05
1
-19
/
+50
*
[SystemZ] Prefer LHI;ST... over LAY;MV...
Richard Sandiford
2013-08-23
1
-0
/
+25
*
[SystemZ] Be more careful about inverting CC masks (conditional loads)
Richard Sandiford
2013-07-31
1
-0
/
+21
*
[SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()
Richard Sandiford
2013-07-31
1
-52
/
+41
*
[SystemZ] Use RNSBG
Richard Sandiford
2013-07-18
1
-16
/
+67
*
[SystemZ] Generalize RxSBG SRA case
Richard Sandiford
2013-07-18
1
-27
/
+36
*
[SystemZ] Use RXSBG
Richard Sandiford
2013-07-18
1
-11
/
+16
*
[SystemZ] Rename and formatting fixes
Richard Sandiford
2013-07-18
1
-64
/
+61
*
Silencing an MSVC warning about signed vs unsigned comparison mismatches.
Aaron Ballman
2013-07-17
1
-1
/
+1
*
[SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes
Richard Sandiford
2013-07-16
1
-1
/
+86
*
[SystemZ] Use RISBG for (shift (and ...))
Richard Sandiford
2013-07-16
1
-97
/
+168
*
[SystemZ] Use zeroing form of RISBG for shift-and-AND sequences
Richard Sandiford
2013-07-11
1
-5
/
+66
*
[SystemZ] Use zeroing form of RISBG for some AND sequences
Richard Sandiford
2013-07-11
1
-1
/
+118
*
[SystemZ] Use MVC for simple load/store pairs
Richard Sandiford
2013-07-09
1
-0
/
+46
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-2
/
+2
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
1
-0
/
+616
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-779
/
+0
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-15
/
+14
*
zap dead code.
Chris Lattner
2010-09-04
1
-2
/
+0
*
Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
Jakob Stoklund Olesen
2010-05-28
1
-2
/
+2
*
Use enums instead of literals for SystemZ subregisters
Jakob Stoklund Olesen
2010-05-25
1
-11
/
+11
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-3
/
+2
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-49
/
+7
*
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
1
-2
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-8
/
+8
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-32
/
+31
*
Fix invalid chain folding for memory variant of sdiv / udiv
Anton Korobeynikov
2010-01-04
1
-26
/
+26
*
Remove uninteresting and confusing debug output.
Dan Gohman
2009-11-05
1
-2
/
+0
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-37
/
+38
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-4
/
+4
[next]