llvm-6502/lib
Owen Anderson c4f406e736 Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctness
bug as well as a missed optimization.  We weren't properly checking for local
dependencies before moving on to non-local ones when doing non-local read-only 
call CSE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51082 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-13 23:18:30 +00:00
..
Analysis Fix memdep's handling of invokes when finding the dependency of another call 2008-05-13 21:25:37 +00:00
Archive Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
AsmParser Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef 2008-05-12 19:01:56 +00:00
Bitcode Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
CodeGen Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. 2008-05-13 08:35:03 +00:00
Debugger
ExecutionEngine Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Linker
Support Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
System Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Target add a note 2008-05-13 19:56:20 +00:00
Transforms Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctness 2008-05-13 23:18:30 +00:00
VMCore Merge of r51073-51074 from use-diet branch. 2008-05-13 22:51:52 +00:00
Makefile