1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Alkis Evlogimenos 1a7b3c80d7 Correctly compute live variable information for physical registers
when an implicitely defined register is later used by an alias. For example:

         call foo
         %reg1024 = mov %AL

The call implicitely defines EAX but only AL is used. Before this fix
no information was available on AL. Now EAX and all its aliases except
AL get defined and die at the call instruction whereas AL lives to be
killed by the assignment.

llvm-svn: 10813
2004-01-13 06:24:30 +00:00
..
Analysis Remove use of ConstantHandling itf 2004-01-12 18:02:15 +00:00
AsmParser Don't use ConstantExpr::getShift anymore 2004-01-12 19:08:43 +00:00
Bytecode Don't use ConstantExpr::getShift anymore 2004-01-12 19:08:43 +00:00
CodeGen Correctly compute live variable information for physical registers 2004-01-13 06:24:30 +00:00
CWriter Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a 2003-12-11 00:24:36 +00:00
Debugger Fix some typos and copy-and-paste-os in comments, and doxygenify. 2004-01-05 17:22:52 +00:00
ExecutionEngine Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently 2003-12-31 20:21:04 +00:00
Support Remove use of ConstantHandling itf 2004-01-12 20:13:04 +00:00
Target Eliminate use of ConstantHandling itf 2004-01-12 18:08:18 +00:00
Transforms Clean up #includes 2004-01-12 19:56:36 +00:00
VMCore Implement a bunch of symbolic constant folding opportunities. This implements 2004-01-13 05:51:55 +00:00
Makefile Add new dir 2004-01-05 05:25:59 +00:00