summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/BitTracker.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Memoize instruction positions in BitTrackerKrzysztof Parzyszek2018-02-051-1/+9
* BitTracker.h needs a full definition of MachineInstr, so include the defining...Benjamin Kramer2018-02-051-1/+1
* [Hexagon] Remove recursion in visitUsesOf, replace with use queueKrzysztof Parzyszek2017-12-151-6/+39
* [Hexagon] Better determination of register classes in bit trackerKrzysztof Parzyszek2017-09-251-0/+10
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-07-261-10/+11
* [Hexagon] Cache reached blocks in bit tracker instead of scanning listKrzysztof Parzyszek2017-04-191-4/+6
* [Hexagon] Allow setting register in BitVal without storing into mapKrzysztof Parzyszek2017-02-231-0/+3
* [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...Eugene Zelenko2017-01-041-26/+27
* [Hexagon-ish] Add function to print cell map contents in bit trackerKrzysztof Parzyszek2016-08-031-0/+2
* [Hexagon] Rerun bit tracker on new instructions in RIEKrzysztof Parzyszek2016-07-261-0/+1
* Hexagon: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-121-5/+5
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-011-7/+0
* [Hexagon] Use composition instead of inheritance from STL typesBenjamin Kramer2015-07-181-8/+1
* [Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif...Benjamin Kramer2015-07-131-32/+26
* [Hexagon] Implement bit-tracking facility with specifics for HexagonKrzysztof Parzyszek2015-07-071-0/+455
OpenPOWER on IntegriCloud