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
/
MemorySSA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemorySSA] remove cruft; NFC.
George Burgess IV
2018-04-09
1
-23
/
+1
*
[MemorySSA] Remove redundant assert; NFC
George Burgess IV
2018-04-09
1
-3
/
+0
*
[MemorySSA] Fix spelling errors in MemorySSA.cpp. NFC
Zhaoshi Zheng
2018-04-04
1
-2
/
+2
*
[Analysis] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-4
/
+4
*
[MemorySSA] Turn an assert into a condition
George Burgess IV
2018-03-29
1
-2
/
+2
*
[MemorySSA] Consider callsite args for hashing and equality.
George Burgess IV
2018-03-29
1
-9
/
+20
*
[MemorySSA] Fix comment + remove redundant dyn_casts; NFC
George Burgess IV
2018-03-11
1
-18
/
+12
*
Expose must/may alias info in MemorySSA.
Alina Sbirlea
2018-03-08
1
-35
/
+89
*
[MemorySSA] Call the correct dtors
George Burgess IV
2018-02-27
1
-3
/
+2
*
[MemorySSA] Remove a redundant dyn_cast.
George Burgess IV
2018-02-24
1
-3
/
+2
*
[MemorySSA] Fix a cache invalidation bug with removed accesses
George Burgess IV
2018-02-23
1
-1
/
+1
*
[MemorySSA] Allow reordering of loads that alias in the presence of volatile ...
Alina Sbirlea
2017-12-22
1
-29
/
+10
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-4
/
+4
*
Fix r318786
Hans Wennborg
2017-11-21
1
-2
/
+2
*
removed unused private method decl. NFC
Nuno Lopes
2017-11-21
1
-3
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-2
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-2
/
+2
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-08-16
1
-53
/
+93
*
Allow None as a MemoryLocation to getModRefInfo
Alina Sbirlea
2017-08-01
1
-1
/
+1
*
Analysis/MemorySSA.cpp: Prune unused "llvm/Transforms/Scalar.h".
NAKAMURA Takumi
2017-07-17
1
-1
/
+0
*
Strip UTF8 BOM that got added for some reason in rL305163
Simon Pilgrim
2017-06-13
1
-1
/
+1
*
Fix unused variable warning on non-debug EXPENSIVE_CHECKS builds
Simon Pilgrim
2017-06-11
1
-1
/
+2
*
[MemorySSA] preservesAll() implies preserves<MemorySSA>(). NFCI.
Davide Italiano
2017-06-11
1
-1
/
+0
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-2
/
+21
*
MemorySSA: Stop tracking def-or-use blocks.
Bryant Wong
2017-04-16
1
-3
/
+0
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-0
/
+2059