llvm-6502/lib/Transforms/IPO
Duncan Sands 2b0e8990ab Rename isNoReturn to doesNotReturn, and isNoUnwind to
doesNotThrow.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45160 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-18 09:59:50 +00:00
..
ArgumentPromotion.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp Rather than having special rules like "intrinsics cannot 2007-12-03 20:06:50 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
GlobalDCE.cpp
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
Inliner.cpp
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
IPConstantPropagation.cpp
LoopExtractor.cpp
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 Rename isNoReturn to doesNotReturn, and isNoUnwind to 2007-12-18 09:59:50 +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
StripSymbols.cpp