2006-08-15 |
Chris Lattner | Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | The generated runloop shouldn't require Select to updat... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | allow Select to return the node being selected if RAU... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | Start using SDVTList more consistently |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | add a new SDVTList type and new SelectionDAG::getVTList... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Patrick Jenkins | Fixed the awkward description of the -find-bugs option... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Patrick Jenkins | Fixed the awkward description of -find-bugs in the... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Patrick Jenkins | Added option description for -find-bugs. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Patrick Jenkins | This commit mentions -find-bugs under the advice for... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Patrick Jenkins | Adding FindBugs.cpp so the -find-bugs option will work. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Patrick Jenkins | This commit adds a new feature called find-bugs. The... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Jim Laskey | Haste-o discovered after. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Jim Laskey | Hypos pointed out by Jakob Praher. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Jim Laskey | Typo. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | Okay, make the prose match the example too. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | Some more correction to the examples, thanks to Chris... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | Simplify this a little bit. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | This script takes arguments so remove the check for... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | Fix an example. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | Clarify the first question. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Reid Spencer | Rearrange things for clarity, don't talk about "derefer... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | Add a link to the GEP faq. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Chris Lattner | Add a link in a prominant location. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Make getNodeValueTypes methods public. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | eliminate use of getNode that takes vector of valuetypes. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | untabify |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Add a new getNode() method that takes a pointer to... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | Avoid extra string copy. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Reid Spencer | For PR876: |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Reid Spencer | For PR876: |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | Use mangler, instead of addUnderscore(), to get mangled... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Reid Spencer | Provide indentation of the generated program. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | remove SelectionDAG::InsertISelMapEntry, it is dead |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Add code to resize the CSEMap hash table. This doesn... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | avoid a warning |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Handle single-entry PHI nodes correctly. This fixes... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | new testcase from PR877 |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Fix more validation issues |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Update the example to work with llvm-gcc4. Fix validat... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | Add the actual constant to the hash for ConstantPool... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Reid Spencer | Fix several grammaros and a few HTML usage items. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Rafael Espindola | select code like |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Reid Spencer | Make all tools that use llvmdo have a -topdir option... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | Use < and > |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | Fix verification failures. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | Add lto doc link. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Devang Patel | Add lto doc. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Patrick Jenkins | Added some comments to clarify code around sub TestDire... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Reid Spencer | Add llvm2cpp. |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Reid Spencer | 1. fix bug by ensuring we start at the llvm source... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Reid Spencer | Count the documentation. Otherwise we take a 30,000... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Reid Spencer | Use the new -code-only option to llvmdo so that we... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Reid Spencer | Add a -code-only option which restricts llvmdo to visit... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Reid Spencer | Changes for LLVM coding standard compliance: |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Nate Begeman | Emit .set directives for jump table entries when possib... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Fix a bug in a recent refactoring that broke a bunch... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Fix an obvious bug, noticed by inspection. No current... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Don't attempt to split subloops out of a loop with... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | New testcase, this used to take hours to loopsimplify. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Make Loop::getExitBlocks significantly faster for large... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Reimplement the loopsimplify code which deletes edges... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Track # nodes in a CSEMap. |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Chris Lattner | Switch to using SuperFastHash instead of adding all... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Lexer.cpp is a generated file both in lib/AsmParser... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Switch NodeID to track 32-bit chunks instead of 8-bit... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | remove IncludeFile turds in MathExtras.h, which bloats... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Weed out some cruft and add in some missing extensions. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Weed out cruft that should not be counted and add in... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | move code out of line so that GCC doesn't inline it... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Patrick Jenkins | Added information for the new nightly tester. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Split SmallVector into SmallVector and SmallVectorImpl... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Patrick Jenkins | Added two flags (-submit-server and -submit-script... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Make this script not care where it is run from by getti... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Remove 8 more std::map's. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Make llvmdo and llvmgrep invulnerable to where they... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Don't print double newline for --src-root and --obj... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | remove old piece of the V9 backend. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | eliminate extraneous blank line |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Move the BBNodes, GlobalValues, TargetGlobalValues... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Start moving leaf nodes over to the CSEMap. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Clean up the HTML output. Add a -filedetails option... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Remove blank line at end of file, removing test user... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | new method for adding ints |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | eliminate the NullaryOps map, use CSEMap instead. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Reid Spencer | Drop the -details option, it was broken. If you want... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Evan Cheng | Use SmallVector instead. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | change internal impl of dag combiner so that calls... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Change one ReplaceAllUsesWith method to take an array... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Change one ReplaceAllUsesWith method to take an array... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Remove now-dead method. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Eliminate use of getNode that takes a vector. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | remove a (now) unused getNode method. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | elimiante use of getNode that takes vector of operands. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | eliminate use of getNode that takes vector of operands. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | eliminate use of getNode that takes vector<SDOperand... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Convert vectors to fixed sized arrays and smallvectors... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Chris Lattner | Fix miscompilation of float vector returns. Compile... |
commit | commitdiff | tree | snapshot |
next |