Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits. | Simon Pilgrim | 2016-01-18 | 1 | -1/+1 |
| | | | | llvm-svn: 258084 | ||||
* | [RDF] Allow unlinking ref nodes from data-flow chains only | Krzysztof Parzyszek | 2016-01-18 | 1 | -10/+4 |
| | | | | llvm-svn: 258073 | ||||
* | Fix compiler warnings from r257477 | Krzysztof Parzyszek | 2016-01-12 | 1 | -2/+2 |
| | | | | llvm-svn: 257483 | ||||
* | Register Data Flow: data flow graph | Krzysztof Parzyszek | 2016-01-12 | 1 | -0/+1716 |
Target independent, SSA-based data flow framework for representing data flow between physical registers. This commit implements the creation of the actual data flow graph. llvm-svn: 257477 |