projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[ptr-traits] Add a bunch of includes to provide complete types that are
[oota-llvm.git]
/
include
/
llvm
/
Analysis
/
AliasSetTracker.h
2015-10-28
Hal Finkel
Revert "r251451 - [AliasSetTracker] Use mod/ref informa...
blob
|
commitdiff
|
raw
2015-10-27
Hal Finkel
[AliasSetTracker] Use mod/ref information for UnknownInstr
blob
|
commitdiff
|
raw
|
diff to current
2015-09-14
NAKAMURA Takumi
Reformat blank lines.
blob
|
commitdiff
|
raw
2015-09-14
NAKAMURA Takumi
Whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
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-22
Chandler Carruth
[PM/AA] Rework the names and comments in AliasSetTracke...
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-05-13
Pete Cooper
Constify arguments in AliasSetTracker methods. NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
David Blaikie
Remove explicit copy assignment operator in favor of...
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-11-19
David Majnemer
AliasSetTracker: UnknownInsts should contribute to...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
Hal Finkel
Use AA in LoadCombine
blob
|
commitdiff
|
raw
|
diff to current
2014-07-24
Hal Finkel
AA metadata refactoring (introduce AAMDNodes)
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
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 ValueHandle into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Jakub Staszak
Remove unneeded #includes.
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-17
Craig Topper
Mark unimplemented copy constructors and copy assignmen...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Craig Topper
Remove a couple unused fields. Not detected by Wunused...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-10
Hal Finkel
Make aliasesPointer and aliasesUnknownInst public membe...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-27
Eli Friedman
Fix AliasSetTracker so that it doesn't make any assumpt...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-09
Eli Friedman
PR9604; try to deal with RAUW updates correctly in...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-09
Chris Lattner
fix a potentially serious bug in AliasSet::removeCallSite
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
Oops, check in all the files for converting AliasAnalys...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Dan Gohman
Make the representation of AliasSets explicitly differe...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Dan Gohman
Don't pass the raw invalid pointer used to represent...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Dan Gohman
Make AliasSetTracker TBAA-aware, enabling TBAA-enabled...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-29
Chris Lattner
two changes: 1) make AliasSet hold the list of call...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Chris Lattner
Remove isPod() from DenseMapInfo, splitting it out...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Victor Hernandez
Remove FreeInst.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Gabor Greif
eliminate all 80-col violations that I have introduced...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Gabor Greif
Clean up the minor mess I caused with removing iterator...
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-31
Dan Gohman
Fix some problems with ASTCallbackVH in its use as...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-30
Dan Gohman
Use CallbackVH in AliasSetTracker to avoid getting...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-16
Dan Gohman
Tidy up #includes.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-09
Chris Lattner
reimplement AliasSetTracker in terms of DenseMap instea...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-28
Dan Gohman
Fold the useful features of alist and alist_node into...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Evan Cheng
Revert 51775.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Evan Cheng
Patches for building llvm on Solaris x86. Contributed...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-29
Anton Korobeynikov
For PR1338: rename include/llvm/ADT/ilist and friends...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Evan Cheng
Fix more -Wshorten-64-to-32 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Dan Gohman
Teach AliasSetTracker about VAArgInst.
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-11-25
Anton Korobeynikov
Remove another leak. Due to some reason AliasSetTracker...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-17
Bill Wendling
Added an automatic cast to "std::ostream*" etc. from...
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-11-28
Bill Wendling
Added a temporary hack to get the llvm-streams to work...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
Chris Lattner
Add a new method.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-30
Chris Lattner
Add a simple clear() method
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2004-11-27
Chris Lattner
Change interface to this method a bit
blob
|
commitdiff
|
raw
|
diff to current
2004-11-26
Chris Lattner
Add a new interface
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Chris Lattner
Convert 'struct' to 'class' in various places to adhere...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-15
Chris Lattner
Make sure to update the list end when an element is...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-14
Chris Lattner
Add an AliasSetTracker::copyValue method
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Reid Spencer
Changes For Bug 352
blob
|
commitdiff
|
raw
|
diff to current
2004-07-26
Chris Lattner
New methods
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Chris Lattner
Add support for free instructions
blob
|
commitdiff
|
raw
|
diff to current
2004-07-22
Chris Lattner
Clean up reference counting to stop "leaking" alias...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-21
Chris Lattner
Add a bunch of new functionality, primarily to do with...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-21
Chris Lattner
Make the AST interface a bit richer by returning whethe...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Chris Lattner
Rename a method
blob
|
commitdiff
|
raw
|
diff to current
2004-03-15
Chris Lattner
Tweak argument
blob
|
commitdiff
|
raw
|
diff to current
2003-12-18
Chris Lattner
Add a new AliassetTracker::remove method. Because...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-14
Chris Lattner
Add capability to represent volatile AliasSet's
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-08-18
Misha Brukman
Spell `necessary' correctly.
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
2003-03-03
Chris Lattner
Add a few new 'add' methods. Move the iterator around
blob
|
commitdiff
|
raw
|
diff to current
2003-02-26
Chris Lattner
Make the aliassettracker much more precise by actually...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-24
Chris Lattner
This is a substantial rewrite of the AliasSetTracker...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-26
Chris Lattner
First try at implementing the AliasSetTracker class...
blob
|
commitdiff
|
raw
|
diff to current