summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/FindUnsafePointerTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove this pass, it is not usefulChris Lattner2005-10-241-106/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fixes for PR341Chris Lattner2004-07-151-6/+4
* Don't send random junk to CachedWriter's. Also remove a cast that could beChris Lattner2004-06-041-4/+6
* Send text and numbers directly to CachedWriter's contained ostream.Misha Brukman2004-04-281-1/+2
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-3/+2
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* Convert Command Line option handling code to use the CommandLine 2.0 interfaceChris Lattner2002-07-221-3/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-11/+9
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-8/+0
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-7/+3
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-2/+2
* Convert analyses to new pass structureChris Lattner2002-01-311-15/+32
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Print the method that makes an instruction invalidChris Lattner2001-11-081-1/+1
* Initial checkin of pointer safety checkerChris Lattner2001-11-071-0/+92
OpenPOWER on IntegriCloud