summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/RDFGraph.cpp
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-16Add iterator range MachineRegisterInfo::liveins(), adopt users, NFCKrzysztof Parzyszek
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-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-14[RDF] No longer ignore implicit defs or uses on any instructionsKrzysztof Parzyszek
2017-04-14[RDF] Switch RegisterAggr to a bit vector of register unitsKrzysztof Parzyszek
2017-02-22[RDF] Only access block live-ins when tracking livenessKrzysztof Parzyszek
2017-02-16Fix -Wunused-lambda-capture by removing some unused lambda capturesDavid Blaikie
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-13Remove unused lambda captures. NFCMalcolm Parsons
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-12-08[RDF] Fix incorrect lane mask calculationKrzysztof Parzyszek
2016-11-18Timer: Track name and description.Matthias Braun
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-14The real fix for post-r284255 failuresKrzysztof Parzyszek
2016-10-14[RDF] Switch RegisterRef to be a pair (Register, LaneMask)Krzysztof Parzyszek
2016-10-06[RDF] Replace potentially unclear autos with real typesKrzysztof Parzyszek
2016-10-03[RDF] Further improve readability of the graphKrzysztof 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] Print the function name for calls in dumpsKrzysztof 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-09-06[RDF] Ignore undef use operandsKrzysztof Parzyszek
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer
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-05-05[scan-build] fix warnings emitted on LLVM Hexagon code baseKrzysztof Parzyszek
2016-04-28[RDF] Recognize tail calls in graph creationKrzysztof Parzyszek
2016-04-28[RDF] Improve handling of inline-asmKrzysztof Parzyszek
2016-04-28[RDF] Add option to keep dead phi nodes in DFGKrzysztof Parzyszek
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith
2016-01-18Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits.Simon Pilgrim
2016-01-18[RDF] Allow unlinking ref nodes from data-flow chains onlyKrzysztof Parzyszek
2016-01-12Fix compiler warnings from r257477Krzysztof Parzyszek
2016-01-12Register Data Flow: data flow graphKrzysztof Parzyszek