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
/
unittests
/
Transforms
/
Utils
/
MemorySSA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-865
/
+0
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
1
-22
/
+28
*
MemorySSA: Add support for renaming uses in the updater.
Daniel Berlin
2017-02-20
1
-2
/
+6
*
Revert "[MemorySSA] Revert r293361 and r293363, as the tests fail under asan."
Daniel Berlin
2017-01-30
1
-0
/
+56
*
[MemorySSA] Revert r293361 and r293363, as the tests fail under asan.
Sam McCall
2017-01-30
1
-56
/
+0
*
MemorySSA: Allow movement to arbitrary places
Daniel Berlin
2017-01-28
1
-0
/
+56
*
MemorySSA: Move updater to its own file
Daniel Berlin
2017-01-28
1
-0
/
+1
*
Introduce a basic MemorySSA updater, that supports insertDef,
Daniel Berlin
2017-01-28
1
-8
/
+270
*
MemorySSA: Link all defs together into an intrusive defslist, to make updater...
Daniel Berlin
2017-01-25
1
-0
/
+2
*
[MemorySSA] Define a restricted upward AccessList splice.
Bryant Wong
2016-12-25
1
-0
/
+48
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-2
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+2
*
[MemorySSA] Tighten up types to make our API prettier. NFC.
George Burgess IV
2016-11-01
1
-2
/
+1
*
[MSSA] Avoid unnecessary use walks when calling getClobberingMemoryAccess
Daniel Berlin
2016-10-20
1
-14
/
+28
*
[MSSA] Allow unittests to use BasicAA when building.
George Burgess IV
2016-10-03
1
-12
/
+37
*
Update MemorySSA unittest to account for non-pruned SSA form
Daniel Berlin
2016-09-26
1
-10
/
+6
*
[MSSA] clang-format. NFC.
George Burgess IV
2016-08-03
1
-3
/
+2
*
[MSSA] Add special handling for invariant/constant loads.
George Burgess IV
2016-08-03
1
-0
/
+33
*
[MSSA] Fix a caching bug.
George Burgess IV
2016-08-03
1
-0
/
+74
*
Fix the MemorySSA updating API to enable people to create memory accesses bef...
Daniel Berlin
2016-07-31
1
-0
/
+36
*
Comment fixes to MemorySSA.h
Daniel Berlin
2016-07-31
1
-1
/
+1
*
Add MemoryAccess creation and PHI creation APIs to MemorySSA
Daniel Berlin
2016-06-21
1
-11
/
+93
*
[MemorySSA] Clean up unit tests a tiny bit. NFC.
George Burgess IV
2016-06-20
1
-4
/
+4
*
[MemorySSA] Port to new pass manager
Geoff Berry
2016-06-01
1
-3
/
+3
*
[MemorySSA] Fix bugs in walker; refactor unittests a bit.
George Burgess IV
2016-04-29
1
-23
/
+163
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
Really fix ASAN leak/etc issues with MemorySSA unittests
Daniel Berlin
2016-03-02
1
-10
/
+11
*
Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...
Daniel Berlin
2016-03-02
1
-11
/
+10
*
Fix ASAN detected errors in code and test
Daniel Berlin
2016-03-02
1
-10
/
+11
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-1
/
+1
*
Add the beginnings of an update API for preserving MemorySSA
Daniel Berlin
2016-03-01
1
-0
/
+87