summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFLiveness.h
Commit message (Expand)AuthorAgeFilesLines
* Move RDF from Hexagon to CodegenScott Constable2020-06-241-151/+0
* Hexagon RDF: Replace function template (plus explicit specializations) with n...David Blaikie2019-03-111-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] fix 'must explicitly initialize the const member' error which clang...Sam McCall2018-03-121-2/+2
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-21/+31
* [RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst)Krzysztof Parzyszek2017-03-101-0/+3
* [RDF] Add recursion limit to getAllReachingDefsRecKrzysztof Parzyszek2017-03-011-2/+7
* [RDF] Aggregate shadow phi uses into one cluster when propagating live infoKrzysztof Parzyszek2017-02-161-8/+5
* [RDF] Extract the physical register information into a separate classKrzysztof Parzyszek2017-01-301-4/+5
* [RDF] Use RegisterId typedef more consistently, NFCKrzysztof Parzyszek2016-10-211-1/+2
* [RDF] Switch RefMap in liveness calculation to use lane masksKrzysztof Parzyszek2016-10-191-3/+19
* [RDF] Switch RegisterRef to be a pair (Register, LaneMask)Krzysztof Parzyszek2016-10-141-3/+2
* [RDF] Replace RegisterAliasInfo with target-independent code using lane masksKrzysztof Parzyszek2016-10-031-6/+14
* [RDF] Fix liveness analysis for phi nodes with shadow usesKrzysztof Parzyszek2016-09-071-1/+1
* [hexagon] Move BlockRanges and RDF stuff into the llvm namespace.Benjamin Kramer2016-05-271-2/+2
* [Hexagon] Optimize addressing modes for load/storeKrzysztof Parzyszek2016-04-291-0/+4
* RDF: Implement register liveness analysisKrzysztof Parzyszek2016-01-121-0/+106
OpenPOWER on IntegriCloud