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
/
Transforms
/
Utils
/
MemorySSA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemorySSA] Port to new pass manager
Geoff Berry
2016-06-01
1
-65
/
+55
*
MemorySSA: Revert r269678 and r268068; replace with special casing in MemorySSA.
Peter Collingbourne
2016-05-26
1
-0
/
+8
*
MemorySSA: Remove argument to createNewAccess function.
Peter Collingbourne
2016-05-26
1
-4
/
+3
*
[MemorySSA] Fix bugs in walker; refactor unittests a bit.
George Burgess IV
2016-04-29
1
-8
/
+30
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
*
[MemorySSA] Fix bug in CachingMemorySSAWalker::invalidateInfo
Geoff Berry
2016-04-22
1
-11
/
+20
*
Correct IDF calculator for ReverseIDF
Daniel Berlin
2016-04-19
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
Fix "warning: variabl 'XX’ set but not used" in release build (variable use...
Mehdi Amini
2016-04-02
1
-1
/
+1
*
[MemorySSA] Make the visitor more careful with calls.
George Burgess IV
2016-03-30
1
-5
/
+11
*
[MemorySSA] Change how the walker views/walks visited phis.
George Burgess IV
2016-03-30
1
-22
/
+10
*
Fix bugs in the MemorySSA walker.
George Burgess IV
2016-03-23
1
-17
/
+35
*
[MemorySSA] Consider def-only BBs for live-in calculations.
George Burgess IV
2016-03-21
1
-6
/
+2
*
[MemorySSA] Make a return type reflect reality. NFC.
George Burgess IV
2016-03-11
1
-11
/
+12
*
Really fix ASAN leak/etc issues with MemorySSA unittests
Daniel Berlin
2016-03-02
1
-3
/
+2
*
Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...
Daniel Berlin
2016-03-02
1
-2
/
+3
*
Fix ASAN detected errors in code and test
Daniel Berlin
2016-03-02
1
-3
/
+2
*
Attempt to fix ASAN failure in a MemorySSA test.
George Burgess IV
2016-03-02
1
-4
/
+4
*
Add the beginnings of an update API for preserving MemorySSA
Daniel Berlin
2016-03-01
1
-0
/
+107
*
Fix some abuse of auto flagged by clang's -Wrange-loop-analysis.
Benjamin Kramer
2016-02-22
1
-1
/
+1
*
Rename a member variable to be more accurate with how it is used
Daniel Berlin
2016-02-10
1
-7
/
+5
*
Constify two functions, make them accessible to unit tests
Daniel Berlin
2016-02-10
1
-5
/
+9
*
Don't use module context here. It's unnecessary and makes it harder to write ...
Daniel Berlin
2016-02-07
1
-2
/
+2
*
Compute live-in for MemorySSA
Daniel Berlin
2016-02-07
1
-1
/
+41
*
Only insert into definingblocks once per block
Daniel Berlin
2016-02-07
1
-1
/
+4
*
Attempt #2 to unbreak r259595.
George Burgess IV
2016-02-02
1
-4
/
+4
*
Attempt to fix builds broken by r259595.
George Burgess IV
2016-02-02
1
-1
/
+1
*
This patch adds MemorySSA to LLVM.
George Burgess IV
2016-02-02
1
-0
/
+939