summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move RDF from Hexagon to CodegenScott Constable2020-06-241-2/+2
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-191-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [Hexagon] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-241-1/+1
* [Hexagon] Make sure that RDF does not remove EH_LABELsKrzysztof Parzyszek2017-11-211-1/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-171-1/+11
* Revert "[Hexagon] Start using regmasks on calls"Rafael Espindola2017-02-171-11/+1
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-161-1/+11
* [RDF] Improve compile-time performance of dead code eliminationKrzysztof Parzyszek2016-01-181-9/+37
* [RDF] Allow unlinking ref nodes from data-flow chains onlyKrzysztof Parzyszek2016-01-181-2/+2
* RDF: Dead code eliminationKrzysztof Parzyszek2016-01-121-0/+204
OpenPOWER on IntegriCloud