aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-1/+1
2016-07-29[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFCKrzysztof Parzyszek1-7/+7
2016-04-28[RDF] Add option to keep dead phi nodes in DFGKrzysztof Parzyszek1-1/+4
2016-04-26Add optimization bisect opt-in calls for Hexagon passesAndrew Kaylor1-0/+3
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff1-0/+5
2016-02-05Move classes defined in a cpp file into an anonymous namespace.Benjamin Kramer1-0/+2
2016-01-18[Hexagon] Recognize more copy-equivalents in RDF optimizationsKrzysztof Parzyszek1-14/+59
2016-01-12Replace inherited constructor with an explicit oneKrzysztof Parzyszek1-2/+2
2016-01-12[Hexagon] Implement RDF-based post-RA optimizationsKrzysztof Parzyszek1-0/+272