Age | Commit message (Expand) | Author | Files | Lines |
2016-04-22 | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 1 | -0/+3 |
2016-04-22 | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 1 | -3/+0 |
2016-04-21 | Initial implementation of optimization bisect support. | Andrew Kaylor | 1 | -0/+3 |
2016-01-16 | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 1 | -1/+1 |
2015-10-13 | IPO: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -4/+4 |
2015-07-06 | [llvm-extract] Drop comdats from declarations | Reid Kleckner | 1 | -2/+8 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2014-10-28 | Reformat partially, where I touched for whitespace changes. | NAKAMURA Takumi | 1 | -1/+1 |
2014-10-28 | Untabify and whitespace cleanups. | NAKAMURA Takumi | 1 | -5/+5 |
2014-05-07 | GlobalValue: Assert symbols with local linkage have default visibility | Duncan P. N. Exon Smith | 1 | -3/+2 |
2014-04-25 | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 1 | -2/+2 |
2014-03-05 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -1/+1 |
2013-11-22 | Add a fixed version of r195470 back. | Rafael Espindola | 1 | -17/+37 |
2013-11-22 | Revert "Convert linkonce* to weak* instead of strong." | Rafael Espindola | 1 | -37/+17 |
2013-11-22 | Convert linkonce* to weak* instead of strong. | Rafael Espindola | 1 | -17/+37 |
2013-03-04 | Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping | Lang Hames | 1 | -3/+3 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -4/+4 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -3/+3 |
2012-10-29 | llvm-extract changes linkages so that functions on both sides of the | Rafael Espindola | 1 | -12/+25 |
2012-10-29 | llvm-extract was unable to handle aliases. It would leave a copy on the | Rafael Espindola | 1 | -0/+30 |
2012-07-19 | Remove tabs. | Bill Wendling | 1 | -10/+10 |
2011-06-09 | Improve the handling of available_externally and llvm.global_ctors. | Rafael Espindola | 1 | -4/+16 |
2010-09-23 | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 1 | -16/+14 |
2010-09-05 | Fix warning reported by MSVC++ builder. | Nick Lewycky | 1 | -2/+2 |
2010-08-26 | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 1 | -125/+32 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -1/+1 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -1/+1 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -1/+1 |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 1 | -1/+0 |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 1 | -1/+1 |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands | 1 | -1/+1 |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 1 | -1/+2 |
2009-07-29 | Eliminate a few unused-variable warnings | Douglas Gregor | 1 | -2/+0 |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson | 1 | -2/+2 |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson | 1 | -1/+1 |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson | 1 | -1/+1 |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson | 1 | -5/+6 |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 1 | -0/+2 |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 1 | -2/+2 |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 1 | -1/+1 |
2009-07-06 | More LLVMContext-ification. | Owen Anderson | 1 | -4/+5 |
2009-01-15 | Add the private linkage. | Rafael Espindola | 1 | -1/+2 |
2008-10-21 | Fix a bug that prevented llvm-extract -delete from working. | Dan Gohman | 1 | -1/+1 |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 1 | -1/+1 |
2008-05-26 | Factor code to copy global value attributes like | Duncan Sands | 1 | -4/+1 |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif | 1 | -2/+2 |
2008-03-09 | Fix some compilation errors on msvc: | Ted Kremenek | 1 | -0/+1 |
2008-03-07 | add a pass that can extract all kinds of global values, not just functions. ... | Andrew Lenharth | 1 | -0/+174 |