aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-08-01[AArch64] Register passes so they can be run by llcDiana Picus1-5/+3
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar1-2/+2
2016-07-08AArch64: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-3/+3
2016-05-05[AArch64] Remove unused MBP headers/dependency. NFC.Chad Rosier1-3/+0
2016-04-25Add optimization bisect opt-in calls for AArch64 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-1/+1
2016-02-22Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith1-2/+2
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou1-2/+2
2015-12-11CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()Matthias Braun1-2/+2
2015-08-04wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel1-1/+1
2015-08-03Convert some AArch64 code to foreach loops. NFC.Pete Cooper1-5/+5
2015-05-19MachineInstr: Remove unused parameter.Matthias Braun1-1/+1
2015-02-14AArch64: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith1-2/+1
2015-01-27The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher1-2/+1
2014-09-02Change MCSchedModel to be a struct of statically initialized data.Pete Cooper1-2/+2
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-4/+4
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-4/+4
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover1-0/+919