llvm-6502/lib
Dale Johannesen 91aac1015e Add a bit to mark operands of asm's that conflict
with an earlyclobber operand elsewhere.  Propagate
this bit and the earlyclobber bit through SDISel.
Change linear-scan RA not to allocate regs in a way 
that conflicts with an earlyclobber.  See also comments.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56290 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-17 21:13:11 +00:00
..
Analysis Finally re-apply r46959. This is made feasible by the combination 2008-09-16 18:52:57 +00:00
Archive
AsmParser Update generated files. 2008-09-09 01:13:24 +00:00
Bitcode Re-enables the new vector select in the bitcode reader, by modifying the 2008-09-16 01:01:33 +00:00
CodeGen Add a bit to mark operands of asm's that conflict 2008-09-17 21:13:11 +00:00
Debugger
ExecutionEngine Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00
Linker Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00
Support
System AllocateRWXMemory -> AllocateRWX. 2008-09-16 17:28:18 +00:00
Target Fix addrmode1 instruction encodings; fix bx_ret encoding. 2008-09-17 07:53:38 +00:00
Transforms Do not hoist instruction above branch condition. The instruction may use branch condition. 2008-09-17 18:21:49 +00:00
VMCore Fix WriteAsOperand to not emit a leading space character. Adjust 2008-09-14 17:21:12 +00:00
Makefile