Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-09 | stop using WriteTypeSymbolic. | Chris Lattner |
2011-05-13 | Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a | Julien Lerouge |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-07-21 | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-02-28 | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner |
2008-09-23 | Rationalize the names of passes that print information: | Duncan Sands |
2008-08-19 | Don't use the result of WriteAsOperand or WriteTypeSymbolic. | Chris Lattner |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-03-20 | Restore isCFGOnly property of various analysis passes. | Devang Patel |
2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2006-12-06 | Simplify code | Chris Lattner |
2006-08-27 | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner |
2006-06-07 | For PR780: | Reid Spencer |
2006-06-01 | Change from using a stub function to a stub variable for passing to the | Reid Spencer |
2006-01-10 | Remove unused inclusion of SymbolTable.h | Reid Spencer |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-15 | Fixes for PR341 | Chris Lattner |
2004-05-28 | Minor efficiency gain: do 1 nlogn lookup instead of two | Chris Lattner |
2004-05-09 | Fine grainify namespacification | Chris Lattner |
2004-04-27 | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-02 | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner |
2003-10-28 | Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll | Chris Lattner |
2003-10-23 | Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-05-31 | Fix bug: CBackend/2003-05-31-MissingStructName.ll | Chris Lattner |
2002-09-24 | Make users of FindUsedTypes not have problems with linkage. This fixes | Chris Lattner |
2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
2002-07-27 | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner |
2002-07-26 | * Add support for different "PassType's" | Chris Lattner |
2002-07-25 | *** empty log message *** | Chris Lattner |
2002-07-24 | *** empty log message *** | Chris Lattner |
2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
2002-04-29 | Eliminate duplicate or unneccesary #include's | Chris Lattner |
2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
2002-04-07 | Change references to the Method class to be references to the Function | Chris Lattner |
2002-02-12 | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner |