summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-2/+2
* Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen2012-12-201-4/+3
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Stop leaking RegScavengers from TailDuplication.Benjamin Kramer2012-06-061-3/+4
* Teach taildup to update livein set. rdar://11538365Evan Cheng2012-05-301-0/+25
* Constrain register classes in TailDup.Jakob Stoklund Olesen2012-05-201-3/+5
* Make post-ra tail duplication bundle safe. No test case as recent codegenEvan Cheng2012-02-201-3/+6
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-4/+4
* Move pass configuration out of pass constructors: TailDuplicate::PreRegAllocAndrew Trick2012-02-081-6/+7
OpenPOWER on IntegriCloud