aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-0/+1
2016-08-12Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer1-1/+1
2016-08-10[Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek1-3/+3
2016-07-15[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar1-1/+1
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar1-1/+1
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-1/+1
2016-05-13[MIB] Create a helper function getRegState to extract all register flagsKrzysztof Parzyszek1-12/+0
2016-04-26Add optimization bisect opt-in calls for Hexagon passesAndrew Kaylor1-0/+3
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+1
2015-10-16[Hexagon] Split double registersKrzysztof Parzyszek1-0/+1209