index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
AliasSetTracker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+4
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-4
/
+9
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-8
/
+5
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-3
/
+0
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-3
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-4
/
+4
*
[PM/AA] Rework the names and comments in AliasSetTracker to more
Chandler Carruth
2015-06-22
1
-24
/
+24
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-3
/
+3
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-23
/
+15
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Constify arguments in AliasSetTracker methods. NFC
Pete Cooper
2015-05-13
1
-4
/
+5
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
AliasSet: Simplify mergeSetIn
David Majnemer
2014-11-19
1
-4
/
+3
*
AliasSetTracker: UnknownInsts should contribute to the refcount
David Majnemer
2014-11-19
1
-15
/
+26
*
Use AA in LoadCombine
Hal Finkel
2014-11-03
1
-1
/
+6
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-41
/
+57
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-9
/
+9
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-3
/
+2
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Krzysztof Parzyszek
2013-09-12
1
-2
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...
Benjamin Kramer
2012-06-30
1
-3
/
+3
*
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
1
-1
/
+3
*
Atomic load/store support in LICM.
Eli Friedman
2011-08-15
1
-4
/
+8
*
Minor simplification.
Eli Friedman
2011-07-27
1
-2
/
+2
*
Fix AliasSetTracker so that it doesn't make any assumptions about instruction...
Eli Friedman
2011-07-27
1
-51
/
+46
*
PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced
Eli Friedman
2011-04-09
1
-0
/
+4
*
Update this code to handle PartialAlias as MayAlias.
Dan Gohman
2010-12-10
1
-1
/
+1
*
Don't forget the TBAA info, if available.
Dan Gohman
2010-11-11
1
-1
/
+6
*
Teach LICM and AliasSetTracker about AccessesArgumentsReadonly.
Dan Gohman
2010-11-09
1
-1
/
+1
*
Reapply r116831 and r116839, converting AliasAnalysis to use
Dan Gohman
2010-10-19
1
-9
/
+9
*
Revert r116831 and r116839, which are breaking selfhost builds.
Dan Gohman
2010-10-19
1
-9
/
+9
*
Change AliasAnalysis and its clients to use uint64_t instead of unsigned
Dan Gohman
2010-10-19
1
-9
/
+9
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Make the representation of AliasSets explicitly differentiate
Dan Gohman
2010-10-18
1
-2
/
+2
*
Don't pass the raw invalid pointer used to represent conflicting
Dan Gohman
2010-10-18
1
-3
/
+5
*
Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.
Dan Gohman
2010-10-18
1
-24
/
+49
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+4
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo...
Benjamin Kramer
2010-08-30
1
-2
/
+1
*
two changes: 1) make AliasSet hold the list of call sites with an
Chris Lattner
2010-08-29
1
-14
/
+20
[next]