| Commit message (Expand) | Author | Age | Files | Lines |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -14/+14 |
* | Allow target to disable if-converting predicable instructions. e.g. NEON inst... | Evan Cheng | 2009-11-21 | 1 | -1/+1 |
* | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson | 2009-10-28 | 1 | -7/+6 |
* | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 1 | -6/+7 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 1 | -0/+8 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -20/+20 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | Fix assert(0) conversion, as suggested by Chris. | Torok Edwin | 2009-07-12 | 1 | -8/+8 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -4/+10 |
* | Fewer static variables, part 3 of many. | Owen Anderson | 2009-06-24 | 1 | -2/+2 |
* | ifcvt should ignore cfg where true and false successors are the same. | Evan Cheng | 2009-06-15 | 1 | -1/+12 |
* | Revert r71744. I must not have understood this correctly, because the | Bob Wilson | 2009-05-14 | 1 | -4/+9 |
* | The IfConverter::MergeBlocks method appears to be used only to merge a basic | Bob Wilson | 2009-05-13 | 1 | -9/+4 |
* | Revert a portion of Dan's change r71018 that I'm convinced is wrong. | Bob Wilson | 2009-05-13 | 1 | -1/+1 |
* | Merge adjacent conditional. | Bob Wilson | 2009-05-13 | 1 | -2/+0 |
* | Remove an unused variable. | Bob Wilson | 2009-05-13 | 1 | -3/+0 |
* | Fix some typos and spelling and grammar, mostly in comments, but also one | Bob Wilson | 2009-05-13 | 1 | -21/+20 |
* | If a MachineBasicBlock has multiple ways of reaching another block, | Dan Gohman | 2009-05-05 | 1 | -5/+3 |
* | Fix typo. Patch by nlewycky. | Duncan Sands | 2008-11-04 | 1 | -1/+1 |
* | fix leakage of IfcvtTokens | Nuno Lopes | 2008-11-04 | 1 | -1/+5 |
* | Optimized FCMP_OEQ and FCMP_UNE for x86. | Dan Gohman | 2008-10-21 | 1 | -15/+19 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Fix SmallVector's size calculation so that a size of 0 is | Dan Gohman | 2008-08-22 | 1 | -1/+1 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 1 | -19/+20 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -1/+3 |
* | Register if-converter pass for -debug-pass. | Evan Cheng | 2008-06-04 | 1 | -1/+4 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -1/+1 |
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 1 | -3/+3 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -7/+7 |
* | simplify some code using new predicates | Chris Lattner | 2008-01-07 | 1 | -21/+19 |
* | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -10/+8 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone. | Evan Cheng | 2007-07-10 | 1 | -2/+5 |
* | Teach if-conversion about instructions that were already predicated, e.g. con... | Evan Cheng | 2007-07-06 | 1 | -3/+14 |
* | Avoid if-converting simple block that ends with unconditional branch or fallt... | Evan Cheng | 2007-06-19 | 1 | -1/+4 |
* | Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit. | Evan Cheng | 2007-06-19 | 1 | -2/+2 |
* | Fix some fragile code wrt CFG edge updating. | Evan Cheng | 2007-06-18 | 1 | -74/+39 |
* | Properly remove duplicate instructions as result of diamond if-conversion. Ot... | Evan Cheng | 2007-06-18 | 1 | -103/+176 |
* | Really turn if-converter loose: | Evan Cheng | 2007-06-16 | 1 | -166/+211 |
* | Not every predicable block can be safely duplicated. | Evan Cheng | 2007-06-15 | 1 | -8/+35 |
* | MachineInstr::isPredicable() is no longer needed. | Evan Cheng | 2007-06-15 | 1 | -6/+5 |
* | Extra edges are deleted later if needed. | Evan Cheng | 2007-06-15 | 1 | -1/+0 |
* | Allow small blocks to be duplicated to enable if-conversion. | Evan Cheng | 2007-06-15 | 1 | -25/+99 |
* | No really, clear predcessors states. | Evan Cheng | 2007-06-14 | 1 | -7/+8 |
* | If BB is predicated, invalidate its predecessor(s) which would if-convert it.... | Evan Cheng | 2007-06-14 | 1 | -3/+7 |
* | Fix typo. | Evan Cheng | 2007-06-14 | 1 | -1/+1 |