summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-171-1/+11
| | | | | | Reapply r295371 with a fix for the Windows bot failures. llvm-svn: 295504
* Revert "[Hexagon] Start using regmasks on calls"Rafael Espindola2017-02-171-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 callsKrzysztof Parzyszek2017-02-161-1/+11
| | | | | | All the cool targets are doing it... llvm-svn: 295371
* [RDF] Improve compile-time performance of dead code eliminationKrzysztof Parzyszek2016-01-181-9/+37
| | | | llvm-svn: 258074
* [RDF] Allow unlinking ref nodes from data-flow chains onlyKrzysztof Parzyszek2016-01-181-2/+2
| | | | llvm-svn: 258073
* RDF: Dead code eliminationKrzysztof Parzyszek2016-01-121-0/+204
Utility class to perform DFG-based dead code elimination. llvm-svn: 257485
OpenPOWER on IntegriCloud