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-12-24 06:30:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1a6d31aee6
llvm-6502
/
test
/
CodeGen
History
Evan Cheng
4b1747430a
Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@66365
91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-08 04:02:49 +00:00
..
Alpha
ARM
Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly.
2009-03-08 04:02:49 +00:00
CBackend
CellSPU
CPP
Generic
bug 3610: Test case.
2009-02-22 15:54:44 +00:00
IA64
Mips
PowerPC
SPARC
X86
implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4.
2009-03-08 01:51:30 +00:00
XCore