summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [RDF] Make the graph construction/use less expensiveKrzysztof Parzyszek2016-07-221-6/+8
* [hexagon] Move BlockRanges and RDF stuff into the llvm namespace.Benjamin Kramer2016-05-271-0/+2
* [scan-build] fix warnings emitted on LLVM Hexagon code baseKrzysztof Parzyszek2016-05-051-0/+1
* [RDF] Recognize tail calls in graph creationKrzysztof Parzyszek2016-04-281-4/+20
* [RDF] Improve handling of inline-asmKrzysztof Parzyszek2016-04-281-4/+5
* [RDF] Add option to keep dead phi nodes in DFGKrzysztof Parzyszek2016-04-281-2/+3
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-2/+2
* Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits.Simon Pilgrim2016-01-181-1/+1
* [RDF] Allow unlinking ref nodes from data-flow chains onlyKrzysztof Parzyszek2016-01-181-10/+4
* Fix compiler warnings from r257477Krzysztof Parzyszek2016-01-121-2/+2
* Register Data Flow: data flow graphKrzysztof Parzyszek2016-01-121-0/+1716
OpenPOWER on IntegriCloud