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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[LICM/AST] Check if the AliasAny set is removed from the tracker.
Alina Sbirlea
2019-09-12
1
-2
/
+10
*
[LICM/MSSA] Add promotion to scalars by building an AliasSetTracker with Memo...
Alina Sbirlea
2019-02-06
1
-0
/
+11
*
[AliasSetTracker] Pass MustAlias to addPointer more often.
Alina Sbirlea
2019-02-06
1
-24
/
+36
*
[AliasSetTracker] Minor style tweak to avoid a variable w/two distinct live r...
Philip Reames
2019-02-06
1
-4
/
+2
*
[AliasSetTracker] Cleanup more comments. [NFCI]
Alina Sbirlea
2019-01-28
1
-4
/
+6
*
[AliasSetTracker] Cleanup comments. [NFCI]
Alina Sbirlea
2019-01-28
1
-5
/
+8
*
[AliasSetTracker] Update signature to aliasesPointer [NFCI].
Alina Sbirlea
2019-01-28
1
-11
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-39
/
+39
*
[AliasSetTracker] Misc cleanup (NFCI)
Alina Sbirlea
2018-11-01
1
-14
/
+6
*
[AliasSetTracker] Cleanup addPointer interface. [NFCI]
Alina Sbirlea
2018-10-29
1
-6
/
+6
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-1
/
+1
*
[AST] Visit memtransfer arguments in order
Philip Reames
2018-09-10
1
-1
/
+1
*
[AST] Generalize argument specific aliasing
Philip Reames
2018-09-07
1
-0
/
+40
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
1
-2
/
+2
*
[LICM] Hoist stores of invariant values to invariant addresses out of loops
Philip Reames
2018-08-29
1
-3
/
+16
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-2
/
+2
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-2
/
+2
*
[AST] Minor whitespace cleanup [NFC]
Philip Reames
2018-08-22
1
-11
/
+7
*
[AST] Fix a whitespace typo [NFC]
Philip Reames
2018-08-22
1
-1
/
+1
*
[AST] Reorder code to reduce a future patch diff [NFC]
Philip Reames
2018-08-22
1
-3
/
+3
*
[AST] Move a function definition into the cpp [NFC]
Philip Reames
2018-08-22
1
-0
/
+12
*
[AST] Remove notion of volatile from alias sets [NFCI]
Philip Reames
2018-08-21
1
-24
/
+8
*
[AST] Mark invariant.starts as being readonly
Philip Reames
2018-08-21
1
-1
/
+2
*
[AST] Clarify printing of unknown size locations [NFC]
Philip Reames
2018-08-17
1
-1
/
+4
*
[LICM][NFC] Restructure pointer invalidation API in terms of MemoryLocation
Philip Reames
2018-08-16
1
-6
/
+7
*
[AliasSetTracker] Do not treat experimental_guard intrinsic as memory writing...
Max Kazantsev
2018-08-15
1
-1
/
+7
*
[AST] Minor formatting cleanup [NFC]
Philip Reames
2018-08-13
1
-8
/
+4
*
[AST] Cleanup code by using MemoryLocation utility [NFC]
Philip Reames
2018-08-13
1
-43
/
+11
*
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
[next]