summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TailDuplication.cpp
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Remove unnecessary includes; NFCMatthias Braun
2017-08-23Add test case for r311511Matthias Braun
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2016-10-11Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-11Revert "Codegen: Tail-duplicate during placement."Daniel Jasper
2016-10-11Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-08Revert "Codegen: Tail-duplicate during placement."Kyle Butt
2016-10-07Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-05Revert "Codegen: Tail-duplicate during placement."Kyle Butt
2016-10-04Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-04Revert "Codegen: Tail-duplicate during placement."Kyle Butt
2016-10-04Codegen: Tail-duplicate during placement.Kyle Butt
2016-08-25TailDuplication: Don't pass MMI separately from MF. NFCKyle Butt
2016-08-25TailDuplication: Save MF and reduce number of parameters. NFCKyle Butt
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-04-08Codegen: Factor tail duplication into a utility class. NFCKyle Butt
2016-04-06RegisterScavenger: Take a reference as enterBasicBlock() argument.Matthias Braun
2016-04-04Revert "CodeGen: Remove dead code in TailDuplicate"Justin Bogner
2016-04-04CodeGen: Remove dead code in TailDuplicateJustin Bogner
2016-03-23Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.Cong Hou
2016-02-22Don't tail-duplicate blocks that contain convergent instructions.Justin Lebar
2016-02-20Don't scan for SSA register operands to update when not in SSA form.Dan Gohman
2015-12-16Minor change to TailDuplication.cpp to turn on normalization when removing su...Cong Hou
2015-12-15Improve the successor list update in TailDuplication.cpp.Cong Hou
2015-12-14Remove the successor probabilities normalization in tail duplication pass.Cong Hou
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-10-21Tail duplication can mix incompatible registers in phi nodesKrzysztof Parzyszek
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-09-17[WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessorReid Kleckner
2015-09-09Save LaneMask with livein registersMatthias Braun
2015-08-24MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun
2015-08-11use range-based for loops; NFCISanjay Patel
2015-08-10use range-based for loop; NFCISanjay Patel
2015-08-10remove function names from comments; NFCSanjay Patel
2015-08-04wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel
2015-06-23[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstrBenjamin Kramer
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-07Clear kill flags in tail duplication.Pete Cooper
2015-02-14CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Changed the liveness tracking in the RegisterScavengerPedro Artigas
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher