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
*
Merging r343369:
Tom Stellard
2018-12-06
1
-1
/
+0
*
Merging r339411:
Hans Wennborg
2018-08-13
1
-2
/
+7
*
[MemorySSA] Add APIs to move memory accesses between blocks, following CFG ch...
Alina Sbirlea
2018-07-11
1
-1
/
+11
*
[MemorySSA] Add APIs to MemoryPhis to delete incoming blocks/values, and an u...
Alina Sbirlea
2018-06-29
1
-3
/
+6
*
[MSSA] Add domination number verifier; NFC
George Burgess IV
2018-06-25
1
-0
/
+39
*
[MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC
George Burgess IV
2018-06-22
1
-6
/
+5
*
[MemorySSA] Verify Phi incoming blocks are block predecessors.
Alina Sbirlea
2018-06-20
1
-1
/
+5
*
[MSSA] Print more optimization information
George Burgess IV
2018-06-14
1
-5
/
+20
*
[MemorySSA] Reflow comments + clean up control flow; NFC
George Burgess IV
2018-05-26
1
-2
/
+2
*
[MemorySSA] Don't sort IDF blocks.
Michael Zolotukhin
2018-05-15
1
-11
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-12
/
+13
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-3
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-15
/
+15
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[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