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