summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/RDFGraph.h
AgeCommit message (Expand)Author
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-05[RDF] Simplify construction of maximal registersKrzysztof Parzyszek
2017-08-01[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-04-19[RDF] Switch NodeList to SmallVector from std::vectorKrzysztof Parzyszek
2017-03-10[RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst)Krzysztof Parzyszek
2017-02-16[RDF] Differentiate between defining and clobbering nodesKrzysztof Parzyszek
2017-02-16[RDF] Move normalize(RegisterRef) to PhysicalRegisterInfoKrzysztof Parzyszek
2017-01-30[RDF] Add support for regmasksKrzysztof Parzyszek
2017-01-30[RDF] Extract the physical register information into a separate classKrzysztof Parzyszek
2017-01-30[RDF] Add phis for entry block live-ins (in addition to function live-ins)Krzysztof Parzyszek
2017-01-04[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...Eugene Zelenko
2016-12-16Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek
2016-11-18Timer: Track name and description.Matthias Braun
2016-10-24Revert r284972 and remove other defaulted copy/move constructors/=Krzysztof Parzyszek
2016-10-24[RDF] Add default move constructors/assignment operatorsKrzysztof Parzyszek
2016-10-21[RDF] Use RegisterId typedef more consistently, NFCKrzysztof Parzyszek
2016-10-19[RDF] Switch RefMap in liveness calculation to use lane masksKrzysztof Parzyszek
2016-10-14[RDF] Switch RegisterRef to be a pair (Register, LaneMask)Krzysztof Parzyszek
2016-10-03[RDF] Replace RegisterAliasInfo with target-independent code using lane masksKrzysztof Parzyszek
2016-09-27[RDF] Add "dead" flag to node attributesKrzysztof Parzyszek
2016-09-27[RDF] Special treatment of exception handling registersKrzysztof Parzyszek
2016-09-22[RDF] Add initial support for lane masks in the DFGKrzysztof Parzyszek
2016-09-22[RDF] Use uint32_t for register numbers instead of unsignedKrzysztof Parzyszek
2016-09-07[RDF] Introduce "undef" flag for ref nodesKrzysztof Parzyszek
2016-07-22[RDF] Make the graph construction/use less expensiveKrzysztof Parzyszek
2016-05-27[hexagon] Move BlockRanges and RDF stuff into the llvm namespace.Benjamin Kramer
2016-04-28[RDF] Add option to keep dead phi nodes in DFGKrzysztof Parzyszek
2016-04-18[NFC] Header cleanupMehdi Amini
2016-01-18[RDF] Allow unlinking ref nodes from data-flow chains onlyKrzysztof Parzyszek
2016-01-12Register Data Flow: data flow graphKrzysztof Parzyszek