| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reorder for readability. (Chris, is this what you meant?) | Nick Lewycky | 2011-01-28 | 1 | -148/+150 |
* | Reduce the number of functions we look at in the first pass, and preallocate | Nick Lewycky | 2011-01-28 | 1 | -1/+3 |
* | Unbreak the build. | Benjamin Kramer | 2011-01-27 | 1 | -1/+1 |
* | Expound upon this comparison! | Nick Lewycky | 2011-01-27 | 1 | -0/+2 |
* | Use dyn_cast instead of isa+cast. | Nick Lewycky | 2011-01-27 | 1 | -2/+1 |
* | Fix surprising missed optimization in mergefunc where we forgot to consider | Nick Lewycky | 2011-01-27 | 1 | -3/+12 |
* | AttrListPtr has an overloaded operator== which does this for us, we should use | Nick Lewycky | 2011-01-26 | 1 | -4/+2 |
* | Teach mergefunc that intptr_t is the same width as a pointer. We still can't | Nick Lewycky | 2011-01-26 | 1 | -1/+7 |
* | There are no vectors of pointer or arrays, so we don't need to check vector | Nick Lewycky | 2011-01-26 | 1 | -7/+1 |
* | Teach mergefunc how to emit aliases safely again -- but keep it turned it off | Nick Lewycky | 2011-01-25 | 1 | -25/+79 |
* | Add a cache that protects mergefunc's internals from more surprises in DenseSet. | Nick Lewycky | 2011-01-15 | 1 | -5/+27 |
* | Also remove functions that use complex constant expressions in terms of | Nick Lewycky | 2011-01-02 | 1 | -5/+18 |
* | Remove functions from the FnSet when one of their callee's is being merged. This | Nick Lewycky | 2011-01-02 | 1 | -82/+66 |
* | RetOp is not actually used for anything useful (though | Duncan Sands | 2010-10-21 | 1 | -2/+0 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Fix major bug in thunk detection. Also verify the calling convention. | Nick Lewycky | 2010-09-07 | 1 | -22/+39 |
* | Switch FnSet to containing the ComparableFunction instead of a pointer to one. | Nick Lewycky | 2010-09-05 | 1 | -36/+67 |
* | Fix many bugs when merging weak-strong and weak-weak pairs. We now merge all | Nick Lewycky | 2010-09-05 | 1 | -98/+183 |
* | Fix an infinite loop; merging two functions will create a new function (if the | Nick Lewycky | 2010-08-31 | 1 | -31/+45 |
* | Switch to DenseSet, simplifying much more code. We now have a single iteration | Nick Lewycky | 2010-08-31 | 1 | -78/+83 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -14/+0 |
* | Fix a use after free error caught by the valgrind builders. | Nick Lewycky | 2010-08-09 | 1 | -2/+4 |
* | Do more to modernize MergeFunctions. Refactor in response to Chris' code review. | Nick Lewycky | 2010-08-08 | 1 | -91/+81 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Work in progress, cleaning up MergeFuncs. | Nick Lewycky | 2010-08-06 | 1 | -180/+40 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Fix a -Wreorder warning. | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
* | Work in progress. | Nick Lewycky | 2010-08-02 | 1 | -129/+164 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -1/+1 |
* | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky | 2010-07-16 | 1 | -4/+10 |
* | This is a full sentence. | Nick Lewycky | 2010-07-15 | 1 | -1/+1 |
* | Disable aliases on all platforms. | Nick Lewycky | 2010-07-15 | 1 | -0/+5 |
* | Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" | Duncan Sands | 2010-07-07 | 1 | -1/+1 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -0/+1 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -1/+0 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -0/+1 |
* | Remove heinous tabs. | Nick Lewycky | 2010-05-13 | 1 | -7/+7 |
* | Replace the core comparison login in merge functions. We can now merge | Nick Lewycky | 2010-05-13 | 1 | -192/+276 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -1/+0 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -3/+3 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -5/+5 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 1 | -1/+2 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -5/+5 |
* | Remove unnecessary casts. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |