summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* TailDuplication: Don't pass MMI separately from MF. NFCKyle Butt2016-08-251-1/+1
* TailDuplication: Save MF and reduce number of parameters. NFCKyle Butt2016-08-251-2/+1
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* Codegen: Factor tail duplication into a utility class. NFCKyle Butt2016-04-081-949/+19
* RegisterScavenger: Take a reference as enterBasicBlock() argument.Matthias Braun2016-04-061-1/+1
* Revert "CodeGen: Remove dead code in TailDuplicate"Justin Bogner2016-04-041-14/+58
* CodeGen: Remove dead code in TailDuplicateJustin Bogner2016-04-041-58/+14
* Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.Cong Hou2016-03-231-3/+3
* Don't tail-duplicate blocks that contain convergent instructions.Justin Lebar2016-02-221-0/+5
* Don't scan for SSA register operands to update when not in SSA form.Dan Gohman2016-02-201-22/+24
* Minor change to TailDuplication.cpp to turn on normalization when removing su...Cong Hou2015-12-161-1/+1
* Improve the successor list update in TailDuplication.cpp.Cong Hou2015-12-151-6/+6
* Remove the successor probabilities normalization in tail duplication pass.Cong Hou2015-12-141-1/+0
* Normalize MBB's successors' probabilities in several locations.Cong Hou2015-12-131-0/+1
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-3/+3
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-3/+3
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-3/+3
* Tail duplication can mix incompatible registers in phi nodesKrzysztof Parzyszek2015-10-211-0/+21
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-091-4/+4
* [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessorReid Kleckner2015-09-171-1/+1
* Save LaneMask with livein registersMatthias Braun2015-09-091-2/+2
* MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun2015-08-241-4/+3
* use range-based for loops; NFCISanjay Patel2015-08-111-8/+2
* use range-based for loop; NFCISanjay Patel2015-08-101-5/+5
* remove function names from comments; NFCSanjay Patel2015-08-101-22/+20
* wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel2015-08-041-0/+1
* [MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstrBenjamin Kramer2015-06-231-5/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Clear kill flags in tail duplication.Pete Cooper2015-05-071-0/+3
* CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-2/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+2
* Changed the liveness tracking in the RegisterScavengerPedro Artigas2014-08-041-3/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-3/+1
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-11/+11
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-311-0/+3
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-171-5/+3
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-4/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-3/+3
* Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass toAkira Hatanaka2014-02-121-2/+14
* Remove several unused variables.Rafael Espindola2013-10-011-2/+0
* Fix build by replacing '>>' with '> >'Tobias Grosser2013-07-141-7/+5
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-13/+13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
OpenPOWER on IntegriCloud