llvm-6502/lib/Analysis/IPA
Bill Wendling 22a5b29820 Create new accessors to get arguments for call/invoke instructions. It breaks
encapsulation to force the users of these classes to know about the internal
data structure of the Operands structure. It also can lead to errors, like in
the MSIL writer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105539 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-07 19:05:06 +00:00
..
CallGraph.cpp fix callgraph dump to not print 0x0x1234 for nodes. 2010-04-23 18:23:40 +00:00
CallGraphSCCPass.cpp fix PR5009 by making CGSCCPM realize that a call was devirtualized 2010-05-01 06:38:43 +00:00
CMakeLists.txt Update CMake build. 2010-03-01 19:42:47 +00:00
FindUsedTypes.cpp Change Pass::print to take a raw ostream instead of std::ostream, 2009-08-23 06:03:38 +00:00
GlobalsModRef.cpp Create new accessors to get arguments for call/invoke instructions. It breaks 2010-06-07 19:05:06 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00