llvm-6502/lib
Evan Cheng f18134a1ae r64073 commit message is lost. Here it is:
Right now if the coalesced copy def is dead and its src is a kill, and that
there are now other uses within the live range, the coalescer would mark the
def of the source register as dead. But it should also check if there are
other kills which means the value has other uses not in the live range.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64075 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-08 08:00:36 +00:00
..
Analysis Fix a crasher: we need to check that the function is non-null before using it! 2009-02-06 00:13:43 +00:00
Archive
AsmParser Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
Bitcode
CodeGen r64073 commit message is lost. Here it is: 2009-02-08 08:00:36 +00:00
Debugger
ExecutionEngine Split the locking out of JIT::runJITOnFunction so that callers 2009-02-06 21:25:08 +00:00
Linker
Support Add an API for strings with possible NULLs in the middle. Refactor the other 2009-02-07 04:57:08 +00:00
System
Target Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
Transforms Mistakenly turned this on. 2009-02-08 01:32:00 +00:00
VMCore Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
Makefile