Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Start using regmasks on calls | Krzysztof Parzyszek | 2017-02-17 | 1 | -1/+11 |
| | | | | | | Reapply r295371 with a fix for the Windows bot failures. llvm-svn: 295504 | ||||
* | Revert "[Hexagon] Start using regmasks on calls" | Rafael Espindola | 2017-02-17 | 1 | -11/+1 |
| | | | | | | | | | | This reverts commit r295371. It broke windows bots: http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/11402/steps/test-llvm/logs/stdio llvm-svn: 295402 | ||||
* | [Hexagon] Start using regmasks on calls | Krzysztof Parzyszek | 2017-02-16 | 1 | -1/+11 |
| | | | | | | All the cool targets are doing it... llvm-svn: 295371 | ||||
* | [RDF] Improve compile-time performance of dead code elimination | Krzysztof Parzyszek | 2016-01-18 | 1 | -9/+37 |
| | | | | llvm-svn: 258074 | ||||
* | [RDF] Allow unlinking ref nodes from data-flow chains only | Krzysztof Parzyszek | 2016-01-18 | 1 | -2/+2 |
| | | | | llvm-svn: 258073 | ||||
* | RDF: Dead code elimination | Krzysztof Parzyszek | 2016-01-12 | 1 | -0/+204 |
Utility class to perform DFG-based dead code elimination. llvm-svn: 257485 |