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-01-22 10:33:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
CodeGen
History
Evan Cheng
599a6a88ce
Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@65996
91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-04 01:41:49 +00:00
..
Alpha
…
ARM
Last commit accidentially deleted this code.
2009-02-28 06:02:14 +00:00
CBackend
…
CellSPU
…
CPP
…
Generic
bug 3610: Test case.
2009-02-22 15:54:44 +00:00
IA64
…
Mips
…
PowerPC
…
SPARC
…
X86
Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs.
2009-03-04 01:41:49 +00:00
XCore
…