summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/EarlyIfConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-141-1/+1
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-1/+1
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-1/+1
* Add opt-bisect support to additional passes that can be skippedAndrew Kaylor2016-05-031-0/+3
* Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith2016-02-221-5/+5
* Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith2016-02-221-5/+5
* CodeGen: Use references in MachineTraceMetrics::Trace, NFCDuncan P. N. Exon Smith2016-02-221-5/+5
* CodeGen: Explicitly convert from iterator to pointer, NFCDuncan P. N. Exon Smith2016-02-221-1/+1
* Minor code cleanup. NFC.Junmo Park2016-01-291-1/+1
* Normalize MBB's successors' probabilities in several locations.Cong Hou2015-12-131-3/+3
* Avoid redundant select node in early if-conversion passYi Jiang2015-06-181-4/+13
* This should have been a referenceMatthias Braun2015-05-291-1/+1
* CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperandsMatthias Braun2015-05-291-11/+11
* MachineInstr: Remove unused parameter.Matthias Braun2015-05-191-1/+1
* Add range iterators for post order and inverse post order. Use themDaniel Berlin2015-04-151-3/+2
* The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher2015-01-271-7/+5
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-2/+2
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-4/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+4
* Return false if we're not going to do anything.Eric Christopher2014-05-221-1/+1
* Fix compilation issues.Eric Christopher2014-05-211-1/+3
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-211-0/+4
* [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-5/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-3/+3
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen2013-04-021-4/+0
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-021-0/+4
* Remove wrong and unnecessary assertion.Jakob Stoklund Olesen2013-03-081-1/+0
* Add a getPassName() method.Jakob Stoklund Olesen2013-03-071-0/+1
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-171-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Stop running the machine code verifier unconditionally.Jakob Stoklund Olesen2012-10-251-1/+0
* Get MCSchedModel directly from the subtarget.Jakob Stoklund Olesen2012-10-041-2/+3
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-3/+1
* Count triangles and diamonds in early if-conversion.Jakob Stoklund Olesen2012-08-131-0/+16
* Delete dead typedef.Jakob Stoklund Olesen2012-08-131-2/+0
* Handle extra Tail predecessors in if-conversion.Jakob Stoklund Olesen2012-08-131-20/+67
* Add a proper if-conversion cost model.Jakob Stoklund Olesen2012-08-101-13/+77
* Add getTPred() and getFPred() functions.Jakob Stoklund Olesen2012-08-101-2/+8
* Heed -stress-early-ifcvt.Jakob Stoklund Olesen2012-08-081-0/+4
* Get the MispredictPenalty from MCSchedModel.Jakob Stoklund Olesen2012-08-081-5/+6
* Add trace accessor methods, implement primitive if-conversion heuristic.Jakob Stoklund Olesen2012-08-071-4/+18
* Hook into PassManager's analysis verification.Jakob Stoklund Olesen2012-07-301-2/+2
* Add MachineTraceMetrics::verify().Jakob Stoklund Olesen2012-07-301-0/+2
* Add more debug output to MachineTraceMetrics.Jakob Stoklund Olesen2012-07-271-1/+5
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-261-1/+30
* Require and preserve LoopInfo for early if-conversion.Jakob Stoklund Olesen2012-07-101-0/+17
OpenPOWER on IntegriCloud