llvm-6502/lib
Duncan Sands c82b6a1ed2 Ignore loads from and stores to local memory (i.e. allocas)
when deciding whether to mark a function readnone/readonly.
Since the pass is currently run before SROA, this may be
quite helpful.  Requested by Chris on IRC.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57050 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-04 13:24:24 +00:00
..
Analysis Allow the construction of SCEVs with SCEVCouldNotCompute operands, by 2008-10-04 11:19:07 +00:00
Archive
AsmParser regenerate 2008-10-03 15:52:39 +00:00
Bitcode
CodeGen Fix compilation error on MSVC. 2008-10-04 08:11:49 +00:00
Debugger
ExecutionEngine Unbreak build. 2008-10-03 17:11:57 +00:00
Linker
Support
System Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform. 2008-10-04 08:15:32 +00:00
Target Revert r56675 - it breaks unwinding runtime everywhere. 2008-10-04 11:09:36 +00:00
Transforms Ignore loads from and stores to local memory (i.e. allocas) 2008-10-04 13:24:24 +00:00
VMCore Fix function attribute verification check. 2008-10-03 21:11:02 +00:00
Makefile