Age | Commit message (Expand) | Author |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-03-04 | Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping | Lang Hames |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-11 | Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410' | Derek Schuff |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-06 | Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32' | Derek Schuff |
2012-10-29 | llvm-extract changes linkages so that functions on both sides of the | Rafael Espindola |
2012-10-29 | llvm-extract was unable to handle aliases. It would leave a copy on the | Rafael Espindola |
2012-08-21 | Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce | Derek Schuff |
2012-07-19 | Remove tabs. | Bill Wendling |
2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
2011-06-09 | Improve the handling of available_externally and llvm.global_ctors. | Rafael Espindola |
2010-09-23 | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson |
2010-09-05 | Fix warning reported by MSVC++ builder. | Nick Lewycky |
2010-08-26 | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-29 | Eliminate a few unused-variable warnings | Douglas Gregor |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
2009-07-06 | More LLVMContext-ification. | Owen Anderson |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2008-10-21 | Fix a bug that prevented llvm-extract -delete from working. | Dan Gohman |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-05-26 | Factor code to copy global value attributes like | Duncan Sands |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-03-09 | Fix some compilation errors on msvc: | Ted Kremenek |
2008-03-07 | add a pass that can extract all kinds of global values, not just functions. ... | Andrew Lenharth |