summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFRegisters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-1/+1
| | | | | | | | | | | LLVM Coding Standards: Function names should be verb phrases (as they represent actions), and command-like function should be imperative. The name should be camel case, and start with a lower case letter (e.g. openFile() or isFoo()). Differential Revision: https://reviews.llvm.org/D40416 llvm-svn: 319168
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
| | | | | | | | All these headers already depend on CodeGen headers so moving them into CodeGen fixes the layering (since CodeGen depends on Target, not the other way around). llvm-svn: 318490
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use ↵Eugene Zelenko2017-08-011-3/+12
| | | | | | warnings; other minor fixes (NFC). llvm-svn: 309746
* [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