summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFRegisters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [RDF] Remove covered parts of reached uses for phi and use in same blockKrzysztof Parzyszek2017-05-051-0/+15
| | | | llvm-svn: 302305
* [RDF] Cache register units for reg masks instead of recalculating themKrzysztof Parzyszek2017-04-191-29/+18
| | | | llvm-svn: 300702
* [RDF] Correctly enumerate reg units for reg masksKrzysztof Parzyszek2017-04-141-3/+5
| | | | llvm-svn: 300368
* [RDF] Switch RegisterAggr to a bit vector of register unitsKrzysztof Parzyszek2017-04-141-144/+108
| | | | | | | This avoids many complications related to the complex register aliasing schemes. llvm-svn: 300345
* [RDF] Refine propagation of reached uses in liveness computationKrzysztof Parzyszek2017-04-141-0/+46
| | | | llvm-svn: 300337
* [RDF] Support for partial structural aliases in RegisterAggrKrzysztof Parzyszek2017-02-221-59/+61
| | | | llvm-svn: 295883
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-171-3/+12
| | | | | | Reapply r295371 with a fix for the Windows bot failures. llvm-svn: 295504
* Revert "[Hexagon] Start using regmasks on calls"Rafael Espindola2017-02-171-12/+3
| | | | | | | | | | 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-3/+12
| | | | | | All the cool targets are doing it... llvm-svn: 295371
* [RDF] Move normalize(RegisterRef) to PhysicalRegisterInfoKrzysztof Parzyszek2017-02-161-19/+27
| | | | | | Remove the duplicate from DFG and make some members of PRI private. llvm-svn: 295351
* [RDF] Add support for regmasksKrzysztof Parzyszek2017-01-301-1/+142
| | | | llvm-svn: 293538
* [RDF] Extract the physical register information into a separate classKrzysztof Parzyszek2017-01-301-0/+196
llvm-svn: 293510
OpenPOWER on IntegriCloud