llvm-6502/lib
Nick Lewycky 5894c0b60e While DAE can't modify the function signature of an externally visible function,
it can check whether the visible direct callers are passing in parameters to
dead arguments and replace those with undef.

This reinstates r94322 with bugs fixed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101213 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-14 03:38:11 +00:00
..
Analysis Teach ScalarEvolution to simplify smax and umax when it can prove 2010-04-13 16:51:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Generalize this code to handle Instructions in addition to ConstantExprs. 2010-04-14 02:33:23 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) 2010-04-13 16:38:06 +00:00
System
Target Fixed another assert exposed by fuzzing. Now, when an encoding error occurs 2010-04-14 02:05:29 +00:00
Transforms While DAE can't modify the function signature of an externally visible function, 2010-04-14 03:38:11 +00:00
VMCore VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of 2010-04-13 01:39:07 +00:00
Makefile