summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/FindUnsafePointerTypes.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner1-1/+1
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-15Fixes for PR341Chris Lattner1-6/+4
2004-06-04Don't send random junk to CachedWriter's. Also remove a cast that could beChris Lattner1-4/+6
2004-04-28Send text and numbers directly to CachedWriter's contained ostream.Misha Brukman1-1/+2
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner1-3/+3
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner1-1/+1
2003-10-13Regularize header file commentsChris Lattner1-1/+1
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner1-1/+0
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner1-3/+2
2002-07-26* Add support for different "PassType's"Chris Lattner1-0/+2
2002-07-22Convert Command Line option handling code to use the CommandLine 2.0 interfaceChris Lattner1-3/+3
2002-06-25MEGAPATCH checkin.Chris Lattner1-11/+9
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner1-1/+1
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner1-1/+0
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner1-8/+0
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner1-7/+3
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner1-2/+2
2002-01-31Convert analyses to new pass structureChris Lattner1-15/+32
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner1-2/+2
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-4/+4
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner1-1/+1
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner1-1/+1
2001-11-08Print the method that makes an instruction invalidChris Lattner1-1/+1
2001-11-07Initial checkin of pointer safety checkerChris Lattner1-0/+92