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
/
X86
/
X86InstrArithmetic.td
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add a new BinOpAI class to represent the immediate form that directly acts on...
Chris Lattner
2010-10-07
1
-10
/
+16
*
add a bunch of classes for other common patterns.
Chris Lattner
2010-10-07
1
-60
/
+51
*
Define a new BinOpRI8 class and use it to define the imm8 versions of and.
Chris Lattner
2010-10-07
1
-27
/
+43
*
add the pattern operator to match to X86TypeInfo, use this to
Chris Lattner
2010-10-07
1
-11
/
+11
*
enhance X86TypeInfo to include information about the encoding and
Chris Lattner
2010-10-06
1
-20
/
+36
*
add a class for _REV nodes.
Chris Lattner
2010-10-06
1
-19
/
+21
*
sink more intelligence into the ITy base class. Now it knows
Chris Lattner
2010-10-06
1
-12
/
+21
*
refactor things a bit, now the REX_W and OpSize prefix bytes are inferred fro...
Chris Lattner
2010-10-06
1
-22
/
+46
*
with tblgen suitably extended, we can now get the load node from typeinfo.
Chris Lattner
2010-10-06
1
-6
/
+6
*
lets go all meta and define new X86 type wrappers that declare the associated
Chris Lattner
2010-10-06
1
-20
/
+53
*
introduce a new BinOpRM class and use it to factor AND*rm. This points out
Chris Lattner
2010-10-06
1
-21
/
+16
*
allow !strconcat to take more than two operands to eliminate
Chris Lattner
2010-10-05
1
-2
/
+2
*
associate the instruction suffix letter with the integer gpr
Chris Lattner
2010-10-05
1
-6
/
+7
*
introduce a new BinOpRR class, and convert 4 and instructions to use it.
Chris Lattner
2010-10-05
1
-19
/
+12
*
Replace a gross hack (the MOV64ri_alt instruction) with a slightly less
Chris Lattner
2010-10-05
1
-1
/
+1
*
distribute the rest of the contents of X86Instr64bit.td out to
Chris Lattner
2010-10-05
1
-0
/
+142
*
move the rest of the simple 64-bit arithmetic into InstrArithmetic.td
Chris Lattner
2010-10-05
1
-10
/
+195
*
continue moving 64-bit stuff into X86InstrArithmetic.td
Chris Lattner
2010-10-05
1
-89
/
+244
*
move 64-bit add and adc to InstrArithmetic.
Chris Lattner
2010-10-05
1
-10
/
+83
*
rewrote two addr constraints so that they are only set, not set and then nest...
Chris Lattner
2010-10-05
1
-321
/
+343
*
split the 32-bit integer arithmetic instructions out to their own file.
Chris Lattner
2010-10-05
1
-0
/
+1242
[prev]