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
/
MemorySSAUpdater.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemorySSAUpdater] Update Phi operands after trivial Phi elimination
Alexandros Lamprineas
2018-07-23
1
-15
/
+13
*
[MemorySSA] Add API to update MemoryPhis, following CFG changes.
Alina Sbirlea
2018-07-20
1
-0
/
+29
*
[MemorySSAUpdater] Remove deleted trivial Phis from active workset
Alexandros Lamprineas
2018-07-16
1
-7
/
+12
*
Remove redundant *_or_null checks; NFC
George Burgess IV
2018-07-12
1
-2
/
+2
*
[MemorySSA] Add APIs to move memory accesses between blocks, following CFG ch...
Alina Sbirlea
2018-07-11
1
-0
/
+50
*
[MemorySSA] Add APIs to MemoryPhis to delete incoming blocks/values, and an u...
Alina Sbirlea
2018-06-29
1
-0
/
+33
*
[MemorySSA] Reflow comments + clean up control flow; NFC
George Burgess IV
2018-05-26
1
-3
/
+9
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[MemorySSAUpdater] Mark Phi users of a node being moved as non-optimize
Zhaoshi Zheng
2018-04-09
1
-0
/
+17
*
[MemorySSA] Fix exponential compile-time updating MemorySSA.
Eli Friedman
2018-03-26
1
-15
/
+28
*
Remove redundant includes from lib/Analysis.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
MemorySSAUpdater: Only add phis to insertedphis if we actually inserted them,...
Daniel Berlin
2017-09-27
1
-3
/
+2
*
[mssa] Fix case when there is no definition in a block prior to an inserted use.
Alina Sbirlea
2017-06-07
1
-11
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MSSA] Clean up the updater a bit. NFC
George Burgess IV
2017-04-21
1
-5
/
+4
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-0
/
+494