summaryrefslogtreecommitdiff
path: root/lib/CodeGen/IfConversion.cpp
Commit message (Expand)AuthorAge
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-14
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-14
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-14
* fConversion: Attempt #2 at fixing the MSVC build.Benjamin Kramer2013-10-11
* IfConversion: Try to unbreak the MSVC build.Benjamin Kramer2013-10-11
* Remove kill flags after if conversion if necessaryMatthias Braun2013-10-11
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-30
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-09
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-24
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng2013-05-05
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-10
* Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen2013-01-24
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Start implementing pre-ra if-converter: using speculation and selects to elim...Evan Cheng2012-06-08
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* If-converter models predicated defs as read + write. The read should be marke...Evan Cheng2012-05-30
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add a if-conversion optimization that allows 'true' side of a diamond to beEvan Cheng2011-12-19
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Added missing &. Fixes <rdar://problem/10393723>Pete Cooper2011-11-04
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-08-03
* Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak2011-08-03
* Revert patch which broke some IfConversion tests.Jakub Staszak2011-07-22
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-07-22
* Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.Jakub Staszak2011-07-21
* Use BranchProbability instead of floating points in IfConverter.Jakub Staszak2011-07-10
* Don't analyze block if it's not considered for ifcvt anymore.Jakub Staszak2011-07-10
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Re-commit 131172 with fix. MachineInstr identity checks should check deadEvan Cheng2011-05-12
* Revert 131172 as it is causing clang to miscompile itself. I will tryRafael Espindola2011-05-11
* Add a late optimization to BranchFolding that hoist common instruction sequencesEvan Cheng2011-05-11
* If converter was being too cute. It look for root BBs (which don't haveEvan Cheng2011-04-27
* Prune includes.Benjamin Kramer2010-11-06
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-03
* When the "true" and "false" blocks of a diamond if-conversion are the same,Bob Wilson2010-10-26
* Change if-conversion to keep track of the extra cost due to microcodedBob Wilson2010-10-26
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-01
* Silence msvc warnings.Benjamin Kramer2010-09-29
* Give the if-converter access to MachineLoopInfo, and use it to generate plaus...Owen Anderson2010-09-28