summaryrefslogtreecommitdiff
path: root/lib/CodeGen/IfConversion.cpp
Commit message (Expand)AuthorAge
* 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
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-28
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson2010-06-29
* new, no longer brain-dead, r106907Jim Grosbach2010-06-28
* Revert r106907, "make sure to handle dbg_value instructions in the middle of theDaniel Dunbar2010-06-28
* Revert my if-conversion cleanup since it caused a bunch of nightly testBob Wilson2010-06-26
* Clean up some problems with extra CFG edges being introduced duringBob Wilson2010-06-26
* make sure to handle dbg_value instructions in the middle of the block, notJim Grosbach2010-06-25
* Change if-conversion block size limit checks to add some flexibility.Evan Cheng2010-06-25
* 80 column and typo fixJim Grosbach2010-06-25
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-22
* Tidy.Bob Wilson2010-06-19
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* Fix an inverted condition.Evan Cheng2010-06-18
* Teach iff-converter to properly count # of dups. It was not skipping over dbg...Evan Cheng2010-06-18
* Fix PR7372: Conditional branches (at least on ARM) are treated as predicated,Bob Wilson2010-06-18
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* Fix 80col violations, remove trailing whitespace, and clarify a comment.Bob Wilson2010-06-15
* IfConversion's AnalyzeBlocks method always returns false; clean it up.Bob Wilson2010-06-15
* Fix a comment typo.Bob Wilson2010-06-15
* More dbg_value cleanup so the presence of debug info doesn't affect code-gen.Jim Grosbach2010-06-14
* Cleanup. Process the dbg_values separatelyJim Grosbach2010-06-07