2015-04-10 |
Benjamin Kramer | [CallSite] Make construction from Value* (or Instructio... |
blob | commitdiff | raw |
2014-07-24 |
Hal Finkel | AA metadata refactoring (introduce AAMDNodes) |
blob | commitdiff | raw | diff to current |
2014-03-05 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-03-04 |
Chandler Carruth | [Modules] Move InstIterator out of the Support library... |
blob | commitdiff | raw | diff to current |
2014-01-09 |
Chandler Carruth | Put the functionality for printing a value to a raw_ost... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
blob | commitdiff | raw | diff to current |
2013-03-22 |
Manman Ren | Support in AAEvaluator to print alias queries of loads... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Dan Gohman | Teach AliasAnalysisEvaluator about PartialAlias. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Reapply r116831 and r116839, converting AliasAnalysis... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Revert r116831 and r116839, which are breaking selfhost... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Change AliasAnalysis and its clients to use uint64_t... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Consistently use AliasAnalysis::UnknownSize instead... |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Owen Anderson | Begin adding static dependence information to passes... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
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-08-04 |
Dan Gohman | The trouble with testing for "ModRef" and "NoModRef... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Dan Gohman | The two-callsite form of AliasAnalysis::getModRefInfo... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Gabor Greif | simplify |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Dan Gohman | Remove interprocedural-basic-aa and associated code... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Dan Gohman | Generalize AAEval so that it can be used both per-funct... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Gabor Greif | clean up algorithm and remove operand order assumptions |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Change dbgs() back to errs() as Chris requested. |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Convert debug messages to use dbgs(). Generally this... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Dan Gohman | Fix a missing newline, now that Value's operator<<... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Dan Gohman | Use SetVector instead of std::set so that alias relatio... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the std::ostream form of WriteAsOperand and... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Dan Gohman | Make AliasAnalysis and related classes use |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | More migration to raw_ostream, the water has dried... |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Gabor Greif | simplify logic and get rid of the assumption that opera... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Dan Gohman | Make several variable declarations static. |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Devang Patel | Restore isCFGOnly property of various analysis passes. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | Do not use virtual function to identify an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Devang Patel | Identify Analysis pass. |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Gabor Greif | Fix llvm.org/bugs/show_bug.cgi?id=2104 by ordering... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Duncan Sands | Executive summary: getTypeSize -> getTypeStoreSize... |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Nick Lewycky | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | Make classes in anonymous namespaces use VISIBILITY_HID... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Removed more <iostream> includes |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Chris Lattner | Remove the 'printname' argument to WriteAsOperand.... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Removed some of the iostream #includes. Moved towards... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | eliminate RegisterOpt. It does the same thing as Regis... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Chris Lattner | there is no point comparing against null pointer. |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Chris Lattner | Factor out percentage printing into its own function... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Chris Lattner | Interchange this loop so that we test all pointers... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Chris Lattner | Do not include the Function* for direct call/invoke... |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Jeff Cohen | Add even more missing createXxxPass functions. |
blob | commitdiff | raw | diff to current |
2004-11-26 |
Chris Lattner | When evaluating an AA, pass in size info |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Chris Lattner | Fix incorrect computation of mod/ref sets. Do not... |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Chris Lattner | Print modref information in a useful way. |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Chris Lattner | Cleanups: fold two loops into one |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Chris Lattner | Changes to fix up the inst_iterator to pass to boost... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Misha Brukman | Simplify code to process CallSites (thanks to Chris). |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Misha Brukman | Evaluate ModRef information in addition to regular... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Chris Lattner | Finegrainify namespacification |
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 project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Chris Lattner | Count operands to instructions as well as just results... |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Chris Lattner | Adjust to new AA interface |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Chris Lattner | Rename options |
blob | commitdiff | raw | diff to current |
2003-02-09 |
Chris Lattner | Allow printing of various types of alias analysis results |
blob | commitdiff | raw | diff to current |
2003-02-08 |
Chris Lattner | Fix division by zero problem |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Chris Lattner | Add a summary |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Chris Lattner | Simple N^2 alias anlysis accuracy checker |
blob | commitdiff | raw | diff to current |
|