aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/IfConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson2010-06-291-34/+45
* new, no longer brain-dead, r106907Jim Grosbach2010-06-281-2/+9
* Revert r106907, "make sure to handle dbg_value instructions in the middle of theDaniel Dunbar2010-06-281-10/+2
* Revert my if-conversion cleanup since it caused a bunch of nightly testBob Wilson2010-06-261-37/+33
* Clean up some problems with extra CFG edges being introduced duringBob Wilson2010-06-261-33/+37
* make sure to handle dbg_value instructions in the middle of the block, notJim Grosbach2010-06-251-2/+10
* Change if-conversion block size limit checks to add some flexibility.Evan Cheng2010-06-251-12/+18
* 80 column and typo fixJim Grosbach2010-06-251-2/+2
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-221-9/+9
* Tidy.Bob Wilson2010-06-191-5/+5
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-181-0/+7
* Fix an inverted condition.Evan Cheng2010-06-181-1/+1
* Teach iff-converter to properly count # of dups. It was not skipping over dbg...Evan Cheng2010-06-181-1/+27
* Fix PR7372: Conditional branches (at least on ARM) are treated as predicated,Bob Wilson2010-06-181-3/+2
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-3/+6
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-13/+115
* Fix 80col violations, remove trailing whitespace, and clarify a comment.Bob Wilson2010-06-151-14/+15
* IfConversion's AnalyzeBlocks method always returns false; clean it up.Bob Wilson2010-06-151-9/+5
* Fix a comment typo.Bob Wilson2010-06-151-1/+1
* More dbg_value cleanup so the presence of debug info doesn't affect code-gen.Jim Grosbach2010-06-141-2/+21
* Cleanup. Process the dbg_values separatelyJim Grosbach2010-06-071-18/+16
* Move exit check where it really belongs.Jim Grosbach2010-06-071-4/+4
* Make if-conversion ignore dbg_value instructions in its analysis. rdar://7797940Jim Grosbach2010-06-041-4/+23
* Change errs() to dbgs().David Greene2010-01-041-14/+14
* Allow target to disable if-converting predicable instructions. e.g. NEON inst...Evan Cheng2009-11-211-1/+1
* Revert r85346 change to control tail merging by CodeGenOpt::Level.Bob Wilson2009-10-281-7/+6
* Record CodeGen optimization level in the BranchFolding pass so that we canBob Wilson2009-10-271-6/+7
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-041-0/+8
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-2/+2
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-20/+20
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-2/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* Fix assert(0) conversion, as suggested by Chris.Torok Edwin2009-07-121-8/+8
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-4/+10
* Fewer static variables, part 3 of many.Owen Anderson2009-06-241-2/+2
* ifcvt should ignore cfg where true and false successors are the same.Evan Cheng2009-06-151-1/+12
* Revert r71744. I must not have understood this correctly, because theBob Wilson2009-05-141-4/+9
* The IfConverter::MergeBlocks method appears to be used only to merge a basicBob Wilson2009-05-131-9/+4
* Revert a portion of Dan's change r71018 that I'm convinced is wrong.Bob Wilson2009-05-131-1/+1
* Merge adjacent conditional.Bob Wilson2009-05-131-2/+0
* Remove an unused variable.Bob Wilson2009-05-131-3/+0
* Fix some typos and spelling and grammar, mostly in comments, but also oneBob Wilson2009-05-131-21/+20
* If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman2009-05-051-5/+3
* Fix typo. Patch by nlewycky.Duncan Sands2008-11-041-1/+1
* fix leakage of IfcvtTokensNuno Lopes2008-11-041-1/+5
* Optimized FCMP_OEQ and FCMP_UNE for x86.Dan Gohman2008-10-211-15/+19
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Fix SmallVector's size calculation so that a size of 0 isDan Gohman2008-08-221-1/+1
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-141-19/+20