This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-03-10 02:38:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
CodeGen
History
Duncan Sands
295a7cddbd
LegalizeTypes support for fabs on ppc long double.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@53613
91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-15 15:02:44 +00:00
..
Alpha
…
ARM
…
CBackend
…
CellSPU
…
CPP
…
Generic
…
IA64
…
PowerPC
LegalizeTypes support for fabs on ppc long double.
2008-07-15 15:02:44 +00:00
SPARC
…
X86
Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register but the use portion of its live range is not part of its liveinterval, it must be defined by an implicit_def. In that case, do not spill the use. e.g.
2008-07-12 01:56:02 +00:00