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-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c7ce29b04f
llvm-6502
/
test
/
CodeGen
History
Evan Cheng
c7ce29b04f
Teach x86 target -soft-float.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@64496
91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-13 22:36:38 +00:00
..
Alpha
ARM
Replace one of burr scheduling heuristic with something more sensible. Now calcMaxScratches simply compute the number of true data dependencies. This actually improve a couple of tests in dejagnu suite as many tests in llvm nightly test suite.
2009-02-12 08:59:45 +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
Teach x86 target -soft-float.
2009-02-13 22:36:38 +00:00
XCore