This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-24 11:42:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
96d87db03b
llvm-mirror
/
test
/
CodeGen
History
Evan Cheng
96d87db03b
We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error.
...
llvm-svn: 61092
2008-12-16 18:21:39 +00:00
..
Alpha
ARM
CBackend
CellSPU
CPP
Generic
For amusement, implement SADDO, SSUBO, UADDO, USUBO
2008-12-10 12:30:42 +00:00
IA64
Mips
PowerPC
We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error.
2008-12-16 18:21:39 +00:00
SPARC
X86
Enable anti-dependence breaking by default when post-RA scheduling is enabled.
2008-12-16 06:21:45 +00:00
XCore