aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/FindUsedTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* stop using WriteTypeSymbolic.Chris Lattner2011-07-091-3/+1
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-131-2/+2
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-2/+2
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-6/+5
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-281-4/+7
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-1/+1
* Don't use the result of WriteAsOperand or WriteTypeSymbolic.Chris Lattner2008-08-191-3/+6
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-201-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* Simplify codeChris Lattner2006-12-061-10/+4
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-1/+1
* For PR780:Reid Spencer2006-06-071-3/+3
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-1/+1
* Remove unused inclusion of SymbolTable.hReid Spencer2006-01-101-1/+0
* Convert tabs to spacesMisha Brukman2005-04-221-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* bug 122:Reid Spencer2004-07-181-3/+4
* Fixes for PR341Chris Lattner2004-07-151-2/+2
* Minor efficiency gain: do 1 nlogn lookup instead of twoChris Lattner2004-05-281-7/+4
* Fine grainify namespacificationChris Lattner2004-05-091-4/+1
* 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
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-021-13/+3
* Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.llChris Lattner2003-10-281-5/+20
* Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eonChris Lattner2003-10-231-0/+11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fix bug: CBackend/2003-05-31-MissingStructName.llChris Lattner2003-05-311-0/+1
* Make users of FindUsedTypes not have problems with linkage. This fixesChris Lattner2002-09-241-0/+3
* - 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-2/+2
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* *** empty log message ***Chris Lattner2002-07-251-12/+0
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-12/+10
* 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-6/+6
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-0/+1