summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
AgeCommit message (Expand)Author
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-03-09[TwoAddressInstructionPass] Improve tryInstructionCommute of X86 FMA and vpte...Craig Topper
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-05TwoAddressInstructionPass: Trigger -O0 behavior on optnoneMatthias Braun
2017-12-04[TwoAddressInstructionPass] Bugfix in handling of sunk instructions.Jonas Paulsson
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-09-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-29Remove redundant copy in recurrencesTaewook Oh
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2017-05-10[CodeGen] Don't require AA in TwoAddress at -O0.Ahmed Bougacha
2017-02-04[TwoAddressInstruction] Fix typo in comment. NFCCraig Topper
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-09-11[TwoAddressInstruction] When commuting an instruction don't assume that the d...Craig Topper
2016-09-11[CodeGen] Make the TwoAddressInstructionPass check if the instruction is comm...Craig Topper
2016-08-26Replace subregister uses when processing tied operandsMatt Arsenault
2016-08-11Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-awareMichael Kuperstein
2016-07-08CodeGen: Avoid iterator conversions in TwoAddressInstructionPass, NFCDuncan P. N. Exon Smith
2016-07-01CodeGen: Use MachineInstr& in LiveVariables API, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-04-28LiveIntervalAnalysis: Remove LiveVariables requirementMatthias Braun
2016-04-18[NFC] Header cleanupMehdi Amini
2016-02-27CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFCDuncan P. N. Exon Smith
2016-02-27CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFCDuncan P. N. Exon Smith
2016-02-18Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...Matthias Braun
2016-02-13LiveIntervalAnalysis: Remove LiveVariables requirementMatthias Braun
2016-02-02Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko
2015-12-01use range-based for loops; NFCISanjay Patel
2015-12-01don't repeat function/variable names in comments; NFCSanjay Patel
2015-12-01fix typo; NFCSanjay Patel
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-10-08Use range-based for loops. NFC.Craig Topper
2015-10-06[TwoAddressInstructionPass] When looking for a 3 addr conversion after commut...Craig Topper
2015-09-28Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...Andrew Kaylor
2015-09-22Reformat blank lines.NAKAMURA Takumi
2015-09-22Reformat comment lines.NAKAMURA Takumi
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-07-06[TwoAddressInstructionPass] Rename a variable to match the coding style.Quentin Colombet
2015-07-01[TwoAddressInstructionPass] Try 3 Addr Conversion After Commuting.Quentin Colombet
2015-05-19MachineInstr: Remove unused parameter.Matthias Braun
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer
2015-03-04Revert the test commit.Wei Mi
2015-03-04Test commit. It will be reverted in the next commit.Wei Mi
2015-03-03Fix a problem where the TwoAddressInstructionPass which generate redundant re...Eric Christopher
2015-01-27Replace some uses of getSubtargetImpl with the cached versionEric Christopher
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie