2015-08-19 |
Chandler Carruth | [LPM] Teach the legacy pass manager to support *using... |
blob | commitdiff | raw |
2015-08-18 |
Chandler Carruth | [LPM] Group the addPreserved template with the non... |
blob | commitdiff | raw | diff to current |
2015-06-25 |
Jonathan Roelofs | Doxygen-ify a few comments. NFC |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Craig Topper | [C++11] More 'nullptr' conversion or in some cases... |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Jakub Staszak | Fix include guards so they exactly match file names. |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviatio... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Fix a typo 'iff' => 'if' |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Craig Topper | Mark constructors, destructors, and operator new commen... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Eli Friedman | Add a couple missing includes; found while analyzing... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Jakob Stoklund Olesen | Don't add the same analysis implementation pair twice. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | More #include cleanups. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | Make AnalysisImpls private. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Dan Gohman | Move several non-performance-critical member functinos... |
blob | commitdiff | raw | diff to current |
2010-01-21 |
Chris Lattner | eliminate dynamic_cast from the pass manager. |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Daniel Dunbar | Add another required #include for freestanding .h files. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Dan Gohman | Add a form of addPreserved which takes a string argumen... |
blob | commitdiff | raw | diff to current |
2009-06-02 |
Devang Patel | Simplify assertion message to avoid confusion. |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Devang Patel | Clean up pass manager cache after each run. |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Duncan Sands | Rename getAnalysisToUpdate to getAnalysisIfAvailable. |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Chris Lattner | Speed up the passmgr by avoiding heap thrashing on... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Dan Gohman | Add a addRequiredTransitiveID member function, which... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Devang Patel | Proivde getAnalysis<FPAnalysis>(Func) support. |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dan Gohman | Add the 'explicit' keyword to several constructors... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Devang Patel | 1) Remove old AnalysisResolver. |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Devang Patel | Remove old pass manager. |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Chris Lattner | fit in 80 cols |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Devang Patel | Add #ifdef switch toggle between old and new pass manag... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Devang Patel | Move getAnalysis() and getAnalysisID() definitions... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Devang Patel | Add AnalysisResolver_New. It is a replacement for existing |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Chris Lattner | Make the LLVM headers "-ansi -pedantic -Wno-long-long... |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Reid Spencer | Older compilers won't like the inline virtual destructo... |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Reid Spencer | Shut GCC 4.0 up when it complains about classes with... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Misha Brukman | Add AnalysisUsage::addRequiredTransitive() to keep... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Chris Lattner | Move getAnalysisToUpdate to after the definition of... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
blob | commitdiff | raw | diff to current |
2003-06-11 |
John Criswell | Included assert.h so that the code compiles under newer... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Chris Lattner | - Rename AnalysisUsage::preservesAll to getPreservesA... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Chris Lattner | Add support for ImmutablePasses, which are not run... |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Chris Lattner | Make the getAnalyss<> members const. Using them does... |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Chris Lattner | Add assertion checks to nail bugs early. |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Chris Lattner | - Eliminate the need for analyses to expose an :... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Chris Lattner | - Cleaned up the interface to AnalysisUsage to take... |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Chris Lattner | Add hooks to get information out of concrete pass manag... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Chris Lattner | * Eliminate the Provided set. All Passes now finally... |
blob | commitdiff | raw | diff to current |
2002-07-27 |
Chris Lattner | * Standardize how analysis results/passes as printed... |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Chris Lattner | Analysis contructors now no longer take AnalysisID... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Chris Lattner | Break part of Pass.h out into PassAnalysisSupport.h |
blob | commitdiff | raw | diff to current |
|