llvm-6502/lib
Duncan Sands 7af1c78b98 Allow readonly functions to unwind exceptions. Teach
the optimizers about this.  For example, a readonly
function with no uses cannot be removed unless it is
also marked nounwind.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71071 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-06 06:49:50 +00:00
..
Analysis Add dump method to DIDescriptor. 2009-05-05 22:19:25 +00:00
Archive
AsmParser
Bitcode Make a major API change to BitstreamReader: split all the reading 2009-04-26 20:59:02 +00:00
CodeGen Renamed Spiller classes (plus uses and related files) to VirtRegRewriter. 2009-05-06 02:36:21 +00:00
CompilerDriver
Debugger
ExecutionEngine Set FnEnd in JITEmitter::finishFunction to point strictly to the end of function's machine code. 2009-04-30 23:01:58 +00:00
Linker
Support Move helper functions for optimizing division by constant into the APInt 2009-04-30 10:15:35 +00:00
System Fix choice of version of Windows callback to use to consider not only the Visual Studio version, but also the Windows SDK version. 2009-04-28 16:37:58 +00:00
Target Add basic support for code generation of 2009-05-05 18:52:19 +00:00
Transforms Allow readonly functions to unwind exceptions. Teach 2009-05-06 06:49:50 +00:00
VMCore Allow readonly functions to unwind exceptions. Teach 2009-05-06 06:49:50 +00:00
Makefile