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
2024-11-03 14:08:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
97357614b5
llvm-6502
/
test
/
CodeGen
History
Evan Cheng
caa0c2cadd
GV with null value initializer shouldn't go to BSS if it's meant for a mergeable strings section. Currently it only checks for Darwin. Someone else please check if it should apply to other targets as well.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@64877
91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-18 02:19:52 +00:00
..
Alpha
ARM
A couple of places where reused use operands should be marked kill. This is exposed by recent availability fallthrough changes.
2009-02-17 06:41:03 +00:00
CBackend
CellSPU
Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c - a *b.
2009-01-31 06:50:54 +00:00
CPP
Generic
IA64
Mips
PowerPC
SPARC
X86
GV with null value initializer shouldn't go to BSS if it's meant for a mergeable strings section. Currently it only checks for Darwin. Someone else please check if it should apply to other targets as well.
2009-02-18 02:19:52 +00:00
XCore