llvm-6502/lib/Transforms/IPO
Dan Gohman 79fca6fea8 Thread const correctness through a bunch of AliasAnalysis interfaces and
eliminate several const_casts.

Make CallSite implicitly convertible to ImmutableCallSite.

Rename the getModRefBehavior for intrinsic IDs to
getIntrinsicModRefBehavior to avoid overload ambiguity with CallSite,
which happens to be implicitly convertible to bool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110155 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-03 21:48:53 +00:00
..
ArgumentPromotion.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
CMakeLists.txt
ConstantMerge.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
DeadArgumentElimination.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
DeadTypeElimination.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
ExtractGV.cpp
FunctionAttrs.cpp Thread const correctness through a bunch of AliasAnalysis interfaces and 2010-08-03 21:48:53 +00:00
GlobalDCE.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
GlobalOpt.cpp Prefix next' iterator operation with llvm::'. 2010-08-02 06:00:15 +00:00
InlineAlways.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
Inliner.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
InlineSimple.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
Internalize.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
IPConstantPropagation.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
IPO.cpp
LoopExtractor.cpp The BlockExtractorPass() constructor was not reading the BlockFile and that was 2010-07-31 00:32:17 +00:00
LowerSetJmp.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
Makefile
MergeFunctions.cpp Fix a -Wreorder warning. 2010-08-02 05:43:46 +00:00
PartialInlining.cpp pass dereferenced iterator to dyn_cast 2010-07-22 11:48:35 +00:00
PartialSpecialization.cpp simplify 2010-07-22 13:07:39 +00:00
PruneEH.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
StripDeadPrototypes.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
StripSymbols.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
StructRetPromotion.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00