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
*
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
*
Add patterns for various extloads
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
Do some heroic rri address matching (shamelessly stolen from x86 backend). No...
Anton Korobeynikov
2009-07-16
1
-11
/
+230
*
Add shifts and reg-imm address matching
Anton Korobeynikov
2009-07-16
1
-0
/
+87
*
Add bunch of reg-imm movs
Anton Korobeynikov
2009-07-16
1
-0
/
+6
*
Provide masked reg-imm 'or' and 'and'
Anton Korobeynikov
2009-07-16
1
-1
/
+7
*
Let's start another backend :)
Anton Korobeynikov
2009-07-16
1
-0
/
+129