| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Change TargetInstrInfo API to take `MachineInstr&` instead of `MachineInstr*` in the functions related to predicated instructions (I'll try to come back later and get some of the rest). All of these functions require non-null parameters already, so references are more clear. As a bonus, this happens to factor away a host of implicit iterator => pointer conversions. No functionality change intended. llvm-svn: 261605 | ||||
| * | 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 | |||||

