2007-06-06 |
Duncan Sands | Additional fix for PR1422: make sure the landing pad... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Duncan Sands | "Simplified" testcase for PR1422. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Bruno Cardoso... | Initial Mips support, here we go! =) |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tanya Lattner | Ignore llvm.noinline |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | Fix PR1487 and Transforms/IndVar/2007-06-06-DeleteDangl... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | new testcase for PR1487 |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | Inform ScalarEvolutions that we're deleting Values. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | If a unconditional branch is added to branch to the... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Owen Anderson | Add simple full redundancy elimination. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | Fix PR1495 and CodeGen/X86/2007-06-05-LSR-Dominator.ll |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | add accessor |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | new testcase for PR1495 |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Minor statistics counting bug. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Break friendship. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Fix a couple of typos and be smarter about order of... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Rename. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Simplify class hierarchy. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Avoid non-trivial loop unswitching while optimizing... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Chris Lattner | Fix a user-reported error building with GCC 3.4.4 on... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Fix diamond shape ifcvt bugs. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Owen Anderson | Fix a misunderstanding of the algorithm. Really, we... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Owen Anderson | Don't leak memory. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | ReplaceUsesOfBlockWith() can modify the predecessors... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Do not ifcvt if either true / false path is a backedge... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Devang Patel | Fix PR 1497 |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Print predicate of the second instruction of the two... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Owen Anderson | Fix a small bug, some 80 cols violations, and add some... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Dan Gohman | Allow insertelement, extractelement, and shufflevector... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | PIC label asm printing cosmetic changes. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | I had a senior moment. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Zhou Sheng | Commit first round work of PR1373. "noalias" is now... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | If the predicated block requires an early exit, end... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Fix some subtle bugs: bug during succeessor copying... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Bill Wendling | Patches by Chuck Rose to unbreak V Studio builds. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Dale Johannesen | Tail merging wasn't working for predecessors of landing... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | s/ETNode::getChildren/ETNode::getETNodeChildren/g |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Owen Anderson | Don't use std::set_difference when the two sets are... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Owen Anderson | Fix a bunch of small bugs, and improve the debugging... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Chris Lattner | When rebuilding constant structs, make sure to honor... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Chris Lattner | new testcase for PR1491 |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Global ctors / dtors alignment shouldn't be hard-coded... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Forgot to check for if iterator reached the end. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Misuse of hasExternalLinkage(), should be checking... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Owen Anderson | Make phi_translate correct. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | Add FIXMEs. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | Remove unused method. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | Add basic block level interface to change immediate... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Dan Gohman | Pass the DAG to SDNode::dump to let it do more detailed... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Dan Gohman | Remove the operator<< for MVT::ValueType in preparation... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Dan Gohman | Resolve implicit alignment before computing the Folding... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | Fix LLVM build on NetBSD. Patch by Neil Booth. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Let IfConverter loose. Allow more aggressive subsumptio... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Move ReplaceUsesOfBlockWith() out of BranchFolding... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Owen Anderson | Don't use the custom comparator where it's not necessary. |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Anton Korobeynikov | Add comments to fallsthrough cases. Also, this fixes... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Anton Korobeynikov | Check arguments & return types of main(). Abort in... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Devang Patel | s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Owen Anderson | Remove an unused method. |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Owen Anderson | There's no need to have an Expression class... Value... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Chris Lattner | update this entry, now that Anton implemented shift... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Duncan Sands | The semantics of invoke require that we always jump... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Duncan Sands | Integrate exception filter support and exception catch... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Zhou Sheng | Make LowerCTPOP() support arbitrary bitwidth integer... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Dale Johannesen | Fix CorrectExtraCFGEdges to allow for multiple LandingP... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Dale Johannesen | Fancier algorithm in tail-merge comment implemented... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Dale Johannesen | Implement smarter algorithm for choosing which blocks... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Reid Spencer | For PR1486: |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Devang Patel | Insert new instructions in AliasSet. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Owen Anderson | clean() needs to process things in topological order. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Opcode modifier s comes after condition code. e.g.... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Correctly mark early-exit on the false path. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Owen Anderson | Fix Expression comparison, which in turn fixes a value... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Set ARM ifcvt duplication limit to 3 for now. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Target specific ifcvt code duplication limit. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Duncan Sands | Since TypeInfos are passed as i8 pointers, a NULL TypeI... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Ifcvt triangle: don't ifcvt 'true' BB if it has other... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Make jumptable non-predicable for now. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Remove a bogus check. Even terminators in a ifcvt need... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Evan Cheng | Allow multiple ifcvt candidates to share children block... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Owen Anderson | Add a topological sort function. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Dale Johannesen | Arrange for only 1 of multiple branches to landing... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Evan Cheng | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Chris Lattner | Fix the asmprinter so that a globalvalue can specify... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Lauro Ramos... | Add a test for PR1424. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Lauro Ramos... | Fix PR1424. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Bill Wendling | Alphabetize Bruno's entry. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Bruno Cardoso... | New contributor added! |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Owen Anderson | Attempt to fix up phi_translate. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Evan Cheng | Change traversal order to bottom up in preparation... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Chris Lattner | Fix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Chris Lattner | new testcase for PR1473 |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Duncan Sands | Testcase for |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Chris Lattner | Fix Transforms/ScalarRepl/2007-05-29-MemcpyPreserve... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Chris Lattner | Testcase for PR1421 |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Chris Lattner | new testcase for PR1421 |
commit | commitdiff | tree | snapshot |
next |