aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/IfConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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.Edwin Török2009-07-141-2/+2
* Fix assert(0) conversion, as suggested by Chris.Edwin Török2009-07-121-8/+8
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Edwin Török2009-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
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-1/+3
* Register if-converter pass for -debug-pass.Evan Cheng2008-06-041-1/+4
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-201-1/+2
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-3/+3
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-7/+7
* simplify some code using new predicatesChris Lattner2008-01-071-21/+19
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-10/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1226