summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* TailDuplication: Clear NoPHIs propertyMatt Arsenault2019-12-271-0/+5
* [PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi2019-12-091-1/+9
* Revert "[PGO][PGSO] Instrument the code gen / target passes."Hiroshi Yamauchi2019-12-061-9/+1
* [PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi2019-12-061-1/+9
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Split TailDuplicatePass into pre- and post-RA variant; NFCMatthias Braun2018-01-191-23/+36
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Remove unnecessary includes; NFCMatthias Braun2017-12-131-0/+2
* Add test case for r311511Matthias Braun2017-08-231-1/+4
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-071-5/+9
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-2/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-1/+1
* Revert "Codegen: Tail-duplicate during placement."Daniel Jasper2016-10-111-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-1/+1
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-081-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-071-1/+1
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-051-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-1/+1
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-041-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-1/+1
* 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
OpenPOWER on IntegriCloud