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] Don't verify MemorySSA unless VerifyMemorySSA enabled
Nikita Popov
2020-02-27
1
-1
/
+4
*
[MemorySSA] Combine verifications.
Alina Sbirlea
2019-11-25
1
-61
/
+40
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[MemorySSA] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-0
/
+1
*
MemorySSA tryOptimizePhi - assert that we've found a DefChainEnd. NFCI.
Simon Pilgrim
2019-10-02
1
-0
/
+1
*
[MemorySSA] Update MSSA for non-conventional AA.
Alina Sbirlea
2019-09-17
1
-1
/
+7
*
[MemorySSA] Do not create memoryaccesses for debug info intrinsics.
Alina Sbirlea
2019-09-10
1
-2
/
+9
*
[MemorySSA] Re-enable MemorySSA use.
Alina Sbirlea
2019-09-04
1
-1
/
+1
*
[NFC] Switch last couple of invariant_load checks to use hasMetadata
Philip Reames
2019-09-04
1
-1
/
+1
*
[MemorySSA] Move two verify calls under expensive checks.
Alina Sbirlea
2019-09-04
1
-2
/
+2
*
[MemorySSA] Disable MemorySSA use.
Alina Sbirlea
2019-09-03
1
-1
/
+1
*
[MemorySSA] Re-enable MemorySSA use.
Alina Sbirlea
2019-09-03
1
-1
/
+1
*
[MemorySSA] Rename all phi entries.
Alina Sbirlea
2019-08-30
1
-3
/
+8
*
Revert enabling MemorySSA.
Alina Sbirlea
2019-08-29
1
-1
/
+1
*
[MemorySSA & LoopPassManager] Enable MemorySSA as loop dependency. Update tests.
Alina Sbirlea
2019-08-29
1
-1
/
+1
*
[MemorySSA] Rename uses when inserting memory uses.
Alina Sbirlea
2019-08-19
1
-8
/
+5
*
[MemorySSA] Remove restrictive asserts.
Alina Sbirlea
2019-08-15
1
-4
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-7
/
+7
*
[MemorySSA] Add additional verification for phis.
Alina Sbirlea
2019-07-31
1
-0
/
+42
*
[MemorySSA] Extend allowed behavior for simplified instructions.
Alina Sbirlea
2019-07-30
1
-5
/
+7
*
[MemorySSA] Check that block is reachable when adding phis.
Alina Sbirlea
2019-05-02
1
-0
/
+2
*
[MemorySSA] Invalidate MemorySSA if AA or DT are invalidated.
Alina Sbirlea
2019-04-30
1
-0
/
+9
*
Revert rL359519 : [MemorySSA] Invalidate MemorySSA if AA or DT are invalidated.
Simon Pilgrim
2019-04-30
1
-9
/
+0
*
[MemorySSA] Invalidate MemorySSA if AA or DT are invalidated.
Alina Sbirlea
2019-04-29
1
-0
/
+9
*
[MemorySSA] LCSSA preserves MemorySSA.
Alina Sbirlea
2019-04-23
1
-0
/
+5
*
[MemorySSA] Small fix for the clobber limit.
Alina Sbirlea
2019-04-12
1
-4
/
+12
*
[MemorySSA] Temporary fix assert when reaching 0 limit.
Alina Sbirlea
2019-03-29
1
-2
/
+5
*
[MemorySSA] Limit clobber walks.
Alina Sbirlea
2019-03-29
1
-21
/
+61
*
Fix the build with GCC 4.8 after r356783
Hans Wennborg
2019-03-25
1
-1
/
+1
*
[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.
Alina Sbirlea
2019-03-22
1
-70
/
+83
*
[MSSA] Delete move ctor; remove dynamic never-moved verification
George Burgess IV
2019-03-21
1
-14
/
+0
*
[MemorySSA] Remove redundant walker assignment [NFC].
Alina Sbirlea
2019-03-14
1
-3
/
+1
*
[MemorySSA] Remove verifyClobberSanity.
Alina Sbirlea
2019-02-11
1
-29
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MemorySSA] Disable checkClobberSanity for SkipSelfWalker.
Alina Sbirlea
2019-01-10
1
-1
/
+2
*
[MemorySSA] Add SkipSelfWalker.
Alina Sbirlea
2019-01-07
1
-1
/
+49
*
[MemorySSA] Refactor CachingWalker.
Alina Sbirlea
2019-01-07
1
-49
/
+95
*
[MemorySSA] Extend the clobber walker with the option to skip the starting ac...
Alina Sbirlea
2019-01-07
1
-8
/
+19
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-18
/
+18
*
[MemorySSA] Create query after checking if instruction is a fence.
Alina Sbirlea
2018-11-13
1
-2
/
+3
*
[cxx2a] Fix warning triggered by r343285
Vitaly Buka
2018-09-29
1
-1
/
+0
*
API to update MemorySSA for cloned blocks and added CFG edges.
Alina Sbirlea
2018-09-10
1
-15
/
+30
*
[MemorySSA] Relax verification of clobbering accesses.
Alina Sbirlea
2018-09-07
1
-2
/
+12
*
[MemorySSA] Silence warning.
Alina Sbirlea
2018-08-29
1
-0
/
+1
*
[MemorySSA] Fix checkClobberSanity to skip Start only for Defs and Uses.
Alina Sbirlea
2018-08-29
1
-5
/
+10
*
[MemorySSA] Add expesive check for validating clobber accesses.
Alina Sbirlea
2018-08-29
1
-11
/
+45
*
[MemorySSA] Add NDEBUG checks to verifiers; NFC
George Burgess IV
2018-08-28
1
-0
/
+4
*
[MemorySSA] Invalidate optimized Defs upon moving them; NFC
George Burgess IV
2018-08-22
1
-5
/
+14
*
[MemorySSA] Move two simple getters; NFC
George Burgess IV
2018-08-22
1
-8
/
+0
*
[MemorySSA] Expose the verify as a debug option.
Alina Sbirlea
2018-08-15
1
-3
/
+9
[next]