llvm-6502/lib/Transforms/IPO
Duncan Sands f0c3354d99 When inlining through an 'nounwind' call, mark inlined
calls 'nounwind'.  It is important for correct C++
exception handling that nounwind markings do not get
lost, so this transformation is actually needed for
correctness.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45218 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-19 21:13:37 +00:00
..
ArgumentPromotion.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
ConstantMerge.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
DeadArgumentElimination.cpp Rather than having special rules like "intrinsics cannot 2007-12-03 20:06:50 +00:00
DeadTypeElimination.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
ExtractFunction.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
GlobalDCE.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
GlobalOpt.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
IndMemRemoval.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Inliner.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
InlineSimple.cpp Don't crash on bogus llvm.noinline. This is first part of PR1817 (preventing reduction) 2007-11-22 22:30:10 +00:00
Internalize.cpp Fix PR1719, by not marking llvm.global.annotations internal. 2007-10-03 17:05:40 +00:00
IPConstantPropagation.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
LoopExtractor.cpp Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
LowerSetJmp.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
Makefile
PruneEH.cpp When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
RaiseAllocations.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
SimplifyLibCalls.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
StripDeadPrototypes.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
StripSymbols.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00