Age | Commit message (Expand) | Author |
2013-03-18 | Remove unneeded #includes. | Jakub Staszak |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-09-17 | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper |
2012-09-17 | Remove a couple unused fields. Not detected by Wunused-private-field because ... | Craig Topper |
2012-02-10 | Make aliasesPointer and aliasesUnknownInst public members of AliasSet. | Hal Finkel |
2011-07-27 | Fix AliasSetTracker so that it doesn't make any assumptions about instruction... | Eli Friedman |
2011-04-09 | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman |
2011-04-09 | fix a potentially serious bug in AliasSet::removeCallSite | Chris Lattner |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman |
2010-10-19 | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman |
2010-10-18 | Make the representation of AliasSets explicitly differentiate | Dan Gohman |
2010-10-18 | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman |
2010-10-18 | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman |
2010-08-29 | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner |
2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-08-27 | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif |
2009-08-27 | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif |
2009-08-23 | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner |
2009-07-31 | Fix some problems with ASTCallbackVH in its use as a DenseMap key. | Dan Gohman |
2009-07-30 | Use CallbackVH in AliasSetTracker to avoid getting stuck with | Dan Gohman |
2009-07-16 | Tidy up #includes. | Dan Gohman |
2009-03-09 | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-05-30 | Revert 51775. | Evan Cheng |
2008-05-30 | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng |
2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-14 | Teach AliasSetTracker about VAArgInst. | Dan Gohman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-11-25 | Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... | Anton Korobeynikov |
2007-10-29 | Add explicit keywords. | Dan Gohman |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
2006-06-26 | Add a new method. | Chris Lattner |
2005-11-30 | Add a simple clear() method | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-11-27 | Change interface to this method a bit | Chris Lattner |
2004-11-26 | Add a new interface | Chris Lattner |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-09-15 | Make sure to update the list end when an element is removed from it. This | Chris Lattner |
2004-09-14 | Add an AliasSetTracker::copyValue method | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-26 | New methods | Chris Lattner |
2004-07-25 | Add support for free instructions | Chris Lattner |
2004-07-22 | Clean up reference counting to stop "leaking" alias sets | Chris Lattner |
2004-07-21 | Add a bunch of new functionality, primarily to do with removing aliasing | Chris Lattner |
2004-07-21 | Make the AST interface a bit richer by returning whether an insertion caused | Chris Lattner |