summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/IfConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-1/+1
* CodeGen: switch to a range based for loopSaleem Abdulrasool2014-08-091-3/+4
* [Branch probability] Recompute branch weights of tail-merged basic blocks.Akira Hatanaka2014-08-071-2/+6
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-8/+6
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-7/+7
* [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-20/+21
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* PGO branch weight: fix PR18752.Manman Ren2014-02-071-5/+4
* PGO branch weight: update edge weights in IfConverter.Manman Ren2014-01-291-0/+47
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-141-24/+22
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-131-22/+24
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-131-24/+22
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-141-6/+6
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-141-19/+18
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-141-12/+12
* fConversion: Attempt #2 at fixing the MSVC build.Benjamin Kramer2013-10-111-2/+2
* IfConversion: Try to unbreak the MSVC build.Benjamin Kramer2013-10-111-1/+1
* Remove kill flags after if conversion if necessaryMatthias Braun2013-10-111-66/+89
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-301-7/+13
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-091-21/+18
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-241-3/+3
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-8/+8
* Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng2013-05-051-2/+19
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-101-0/+8
* Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen2013-01-241-1/+1
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-1/+1
* Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen2012-12-201-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-2/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Start implementing pre-ra if-converter: using speculation and selects to elim...Evan Cheng2012-06-081-6/+15
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-11/+10
* If-converter models predicated defs as read + write. The read should be marke...Evan Cheng2012-05-301-1/+2
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-5/+5
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-3/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-6/+5
* Add a if-conversion optimization that allows 'true' side of a diamond to beEvan Cheng2011-12-191-5/+91
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-7/+5
* Added missing &. Fixes <rdar://problem/10393723>Pete Cooper2011-11-041-1/+1
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-08-031-1/+1
* Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak2011-08-031-29/+10
* Revert patch which broke some IfConversion tests.Jakub Staszak2011-07-221-10/+29
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-07-221-1/+1
* Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.Jakub Staszak2011-07-211-29/+10
* Use BranchProbability instead of floating points in IfConverter.Jakub Staszak2011-07-101-30/+29
* Don't analyze block if it's not considered for ifcvt anymore.Jakub Staszak2011-07-101-2/+3
OpenPOWER on IntegriCloud