This website requires JavaScript.
Explore
Help
Register
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
2025-02-20 20:30:56 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
CodeGen
History
Chris Lattner
b4696853af
"on the rare occasion the SPU BE produces illegal assembly - it tries to emit an add instruction of the form 'a reg, reg, imm'."
...
Patch by Kalle Raiskila! llvm-svn: 103021
2010-05-04 17:58:46 +00:00
..
Alpha
…
ARM
Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,
2010-05-03 22:36:46 +00:00
Blackfin
…
CBackend
…
CellSPU
"on the rare occasion the SPU BE produces illegal assembly - it tries to emit an add instruction of the form 'a reg, reg, imm'."
2010-05-04 17:58:46 +00:00
CPP
…
Generic
Remove the -enable-sjlj-eh option, which doesn't do anything.
2010-05-02 15:36:26 +00:00
MBlaze
…
Mips
…
MSP430
Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),
2010-05-01 12:52:34 +00:00
PIC16
…
PowerPC
Implement builtin_return_address(x) and builtin_frame_address(x)
2010-05-03 22:59:34 +00:00
SPARC
…
SystemZ
…
Thumb
…
Thumb2
Fix a bug which prevented tail merging of return instructions in
2010-05-03 14:35:47 +00:00
X86
Check that subregisters don't have independent values in RemoveCopyByCommutingDef().
2010-05-03 22:40:32 +00:00
XCore
…