aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-11[Hexagon] Standardize "select" pseudo-instructionsKrzysztof Parzyszek1-6/+6
2016-08-01Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFCKrzysztof Parzyszek1-1/+1
2016-07-26[Hexagon] Post-increment loads/stores enhancementsKrzysztof Parzyszek1-84/+54
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer1-1/+1
2016-04-26Add optimization bisect opt-in calls for Hexagon passesAndrew Kaylor1-0/+3
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+0
2016-02-27WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith1-5/+5
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith1-1/+1
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou1-1/+2
2015-10-20Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+1
2015-10-06[Hexagon] Remove ZeroOrMore from option flagsKrzysztof Parzyszek1-4/+3
2015-10-06[Hexagon] Add an early if-conversion passKrzysztof Parzyszek1-0/+1064