llvm-6502/lib
Chris Lattner aab6ec49d2 calls in nothrow functions can be marked nothrow even if the callee
is not known to be nothrow.  This allows readnone/readonly functions
to be deleted even if we don't know whether the callee can throw.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71676 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-13 17:39:14 +00:00
..
Analysis Avoid getting a compiler warning 2009-05-13 12:52:44 +00:00
Archive
AsmParser
Bitcode
CodeGen add ShrinkWrapping.cpp 2009-05-13 06:27:38 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
Support
System Add terminal width detection to llvm::sys::Process. This is needed to 2009-05-11 18:05:52 +00:00
Target Run through the list of globals once and sectionize all types of globlas includeing declarations. Later emit them from their section lists. 2009-05-13 15:13:17 +00:00
Transforms calls in nothrow functions can be marked nothrow even if the callee 2009-05-13 17:39:14 +00:00
VMCore Needed #includes. Thanks Fritz van Bommel! 2009-05-10 23:27:41 +00:00
Makefile