index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SystemZ
/
SystemZISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
1
-9
/
+11
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-49
/
+32
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-21
/
+21
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-27
/
+27
*
Fix 'may be used uninitialized' warning.
Daniel Dunbar
2009-07-17
1
-2
/
+2
*
Unbreak
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Fix logic inversion for RI-mode address selection
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Unbreak mvi and friends - emit only 'significant' part of the operand
Anton Korobeynikov
2009-07-16
1
-0
/
+6
*
Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...
Anton Korobeynikov
2009-07-16
1
-25
/
+24
*
Use divide single for 32 bit signed divides
Anton Korobeynikov
2009-07-16
1
-10
/
+24
*
Remove redundand register move
Anton Korobeynikov
2009-07-16
1
-21
/
+7
*
Properly handle divides. As a bonus - implement memory versions of them.
Anton Korobeynikov
2009-07-16
1
-0
/
+206
*
32 bit shifts have only 12 bit displacements
Anton Korobeynikov
2009-07-16
1
-3
/
+13
*
Typos
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.
Anton Korobeynikov
2009-07-16
1
-160
/
+120
*
Add support for 12 bit displacements
Anton Korobeynikov
2009-07-16
1
-44
/
+108
*
32-bit ri addressing mode has only 12-bit displacement
Anton Korobeynikov
2009-07-16
1
-0
/
+84
*
Swap the order of imm and idx field for rri addrmode in order to make handlin...
Anton Korobeynikov
2009-07-16
1
-6
/
+6
*
Do not truncate sign bits for negative imms
Anton Korobeynikov
2009-07-16
1
-18
/
+20
*
Add address computation stuff
Anton Korobeynikov
2009-07-16
1
-3
/
+63
*
Add stores and truncstores
Anton Korobeynikov
2009-07-16
1
-3
/
+4
[next]