| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |