llvm-6502/lib
Evan Cheng 24a3cc4c83 Fix for PR1306.
- A register def / use now implicitly affects sub-register liveness but does
not affect liveness information of super-registers.
- Def of a larger register (if followed by a use later) is treated as
read/mod/write of a smaller register.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36434 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-25 07:30:23 +00:00
..
Analysis
Archive
AsmParser Regenerated 2007-04-22 20:09:11 +00:00
Bitcode ensure that every error return sets a message (and goes through Error, for 2007-04-24 18:15:21 +00:00
Bytecode fix a memory leak 2007-04-24 17:20:52 +00:00
CodeGen Fix for PR1306. 2007-04-25 07:30:23 +00:00
Debugger
ExecutionEngine
Linker
Support
System Cygwin doesn't have the RSS_LIMIT for get/setrlimit. 2007-04-23 07:22:51 +00:00
Target Relex assertions to account for additional implicit def / use operands. 2007-04-25 07:12:14 +00:00
Transforms If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that 2007-04-25 06:40:51 +00:00
VMCore simplify some code 2007-04-25 05:49:09 +00:00
Makefile build the bitcode dir 2007-04-22 06:26:05 +00:00