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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
[AliasSet] Fix UnknownInstructions printing
Jakub Kuderski
2018-06-27
1
-2
/
+6
*
[AliasSet] Teach the alias set how to handle atomic memcpy/memmove/memset
Daniel Neilson
2018-05-30
1
-8
/
+11
*
Replace AA's uses of uint64_t with LocationSize; NFC.
George Burgess IV
2018-05-25
1
-6
/
+8
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-8
/
+7
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-07-24
1
-6
/
+20
*
[AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown...
Xin Tong
2017-06-25
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Use a WeakVH for UnknownInstructions in AliasSetTracker
Sanjoy Das
2017-03-11
1
-22
/
+14
*
[AliasSetTracker] Make AST smarter about assume intrinsics that don't actuall...
Chad Rosier
2016-11-07
1
-0
/
+12
*
Revert "[AliasSetTracker] Make AST smarter about intrinsics that don't actual...
Chad Rosier
2016-10-26
1
-15
/
+0
*
[AliasSetTracker] Make AST smarter about intrinsics that don't actually affec...
Chad Rosier
2016-10-26
1
-0
/
+15
*
[AliasSetTracker] Add support for memcpy and memmove.
Chad Rosier
2016-10-19
1
-1
/
+23
*
[AliasSetTracker] Return void for add() functions. NFC.
Chad Rosier
2016-10-19
1
-42
/
+24
*
[AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large.
Michael Kuperstein
2016-08-19
1
-9
/
+116
*
Add comment /NFC
Xinliang David Li
2016-08-11
1
-1
/
+2
*
[AliasSetTracker] Delete dead code
Michael Kuperstein
2016-08-11
1
-129
/
+0
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-10
/
+9
*
[AliasSetTracker] Correctly handle changing the size of an entry
Michael Kuperstein
2016-04-14
1
-15
/
+20
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-2
/
+2
*
[AliasSetTracker] Do not strip pointer casts when processing MemSetInst
Michael Kuperstein
2016-03-14
1
-2
/
+2
*
[AliasSetTracker] Teach AliasSetTracker about MemSetInst
Haicheng Wu
2016-02-17
1
-0
/
+41
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-2
/
+2
*
Revert "r251451 - [AliasSetTracker] Use mod/ref information for UnknownInstr"
Hal Finkel
2015-10-28
1
-75
/
+39
*
[AliasSetTracker] Use mod/ref information for UnknownInstr
Hal Finkel
2015-10-27
1
-39
/
+75
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-4
/
+4
*
[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
[next]