index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
MemoryDependenceAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-11
/
+11
*
Add partial caching of non-local memory dependence queries. This provides a ...
Owen Anderson
2007-09-21
1
-2
/
+33
*
Add a flag to mark a dirty cache entry. This is not yet used, but will event...
Owen Anderson
2007-09-19
1
-0
/
+1
*
Fix a typo in memdep, which was causing PR1648.
Owen Anderson
2007-09-11
1
-1
/
+1
*
Remove an un-needed dependence query. This improves compile time marginally ...
Owen Anderson
2007-09-09
1
-9
/
+10
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-2
/
+22
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-18
/
+16
*
Add more comments to memdep.
Owen Anderson
2007-08-08
1
-1
/
+27
*
Make memdep fit in 80 cols.
Owen Anderson
2007-08-08
1
-15
/
+26
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-16
/
+16
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-25
/
+38
*
Improve the accuracy of memdep for determining the dependencies of loads.
Owen Anderson
2007-08-06
1
-2
/
+13
*
Fix a bug that was causing several miscompilations on SPEC.
Owen Anderson
2007-08-02
1
-3
/
+15
*
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-08-01
1
-46
/
+45
*
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-31
1
-26
/
+33
*
Use more caching when computing non-local dependence. This makes bzip2 not
Owen Anderson
2007-07-30
1
-0
/
+2
*
Fix a bug introduced in my last commit.
Owen Anderson
2007-07-26
1
-1
/
+7
*
Fix a couple more bugs in the phi construction by pulling in code that does
Owen Anderson
2007-07-26
1
-3
/
+0
*
Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.
Owen Anderson
2007-07-25
1
-3
/
+12
*
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-25
1
-35
/
+34
*
Add initial support for non-local memory dependence analysis.
Owen Anderson
2007-07-24
1
-6
/
+53
*
When removing instructions from the analysis, be sure to check the confirmed
Owen Anderson
2007-07-20
1
-1
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+279