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
/
MemDepPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-7
/
+7
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-9
/
+8
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-2
/
+2
*
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-12-14
1
-1
/
+1
*
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-13
1
-30
/
+37
*
Misc analysis passes that need to be aware of atomic load/store.
Eli Friedman
2011-08-15
1
-4
/
+13
*
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2011-06-15
1
-10
/
+19
*
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-11
1
-10
/
+3
*
Enhance GVN to do more precise alias queries for non-local memory
Dan Gohman
2010-11-10
1
-6
/
+17
*
Memdep says that an instruction clobbers itself
Dan Gohman
2010-10-20
1
-1
/
+4
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-2
/
+5
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+2
*
Add an #include of raw_ostream.h. Previously, this only compiled
Dan Gohman
2010-09-17
1
-0
/
+1
*
Rename a variable to avoid a declaration conflict.
Dan Gohman
2010-09-16
1
-3
/
+3
*
Add a pass which prints out all the memdep dependencies.
Dan Gohman
2010-09-16
1
-0
/
+153