| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [IPO][AVR] Create new Functions in the default address space specified in the... | Dylan McKay | 2018-12-18 | 1 | -0/+1 |
* | Remove @brief commands from doxygen comments, too. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
* | Remove redundant includes from lib/Transforms. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
* | [ExtractGV] Fix the doxygen comment on the constructor and the class to refer... | Craig Topper | 2017-06-08 | 1 | -6/+6 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. | Benjamin Kramer | 2016-06-26 | 1 | -6/+6 |
* | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -0/+3 |
* | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -3/+0 |
* | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -0/+3 |
* | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 2016-01-16 | 1 | -1/+1 |
* | IPO: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -4/+4 |
* | [llvm-extract] Drop comdats from declarations | Reid Kleckner | 2015-07-06 | 1 | -2/+8 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | Reformat partially, where I touched for whitespace changes. | NAKAMURA Takumi | 2014-10-28 | 1 | -1/+1 |
* | Untabify and whitespace cleanups. | NAKAMURA Takumi | 2014-10-28 | 1 | -5/+5 |
* | GlobalValue: Assert symbols with local linkage have default visibility | Duncan P. N. Exon Smith | 2014-05-07 | 1 | -3/+2 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -1/+1 |
* | Add a fixed version of r195470 back. | Rafael Espindola | 2013-11-22 | 1 | -17/+37 |
* | Revert "Convert linkonce* to weak* instead of strong." | Rafael Espindola | 2013-11-22 | 1 | -37/+17 |
* | Convert linkonce* to weak* instead of strong. | Rafael Espindola | 2013-11-22 | 1 | -17/+37 |
* | Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping | Lang Hames | 2013-03-04 | 1 | -3/+3 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | llvm-extract changes linkages so that functions on both sides of the | Rafael Espindola | 2012-10-29 | 1 | -12/+25 |
* | llvm-extract was unable to handle aliases. It would leave a copy on the | Rafael Espindola | 2012-10-29 | 1 | -0/+30 |
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -10/+10 |
* | Improve the handling of available_externally and llvm.global_ctors. | Rafael Espindola | 2011-06-09 | 1 | -4/+16 |
* | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 2010-09-23 | 1 | -16/+14 |
* | Fix warning reported by MSVC++ builder. | Nick Lewycky | 2010-09-05 | 1 | -2/+2 |
* | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -125/+32 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -1/+1 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | Eliminate a few unused-variable warnings | Douglas Gregor | 2009-07-29 | 1 | -2/+0 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+2 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -5/+6 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+2 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -2/+2 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+1 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-06 | 1 | -4/+5 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+2 |