Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -5/+5 |
| | | | | | | | | | | subsequent changes are easier to review. About to fix some layering issues, and wanted to separate out the necessary churn. Also comment and sink the include of "Windows.h" in three .inc files to match the usage in Memory.inc. llvm-svn: 198685 | ||||
* | add more comments around the delinearization of arrays | Sebastian Pop | 2013-11-13 | 1 | -0/+4 |
| | | | | llvm-svn: 194612 | ||||
* | Move Delinearization pass into an anonymous namespace. | Benjamin Kramer | 2013-11-13 | 1 | -0/+4 |
| | | | | llvm-svn: 194582 | ||||
* | delinearization of arrays | Sebastian Pop | 2013-11-12 | 1 | -0/+125 |
llvm-svn: 194527 |