summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/ExtractGV.cpp
AgeCommit message (Expand)Author
2025-03-27[Transforms] Use range constructors of *Set (NFC) (#133203)Kazu Hirata
2024-11-03[IPO] Remove unused includes (NFC) (#114716)Kazu Hirata
2023-06-06llvm-extract: Replace IFuncs with declarationsChristian Ulmann
2022-12-20[llvm-extract] Use new pass manager instead of legacy pass managerArthur Eubanks
2022-03-22Cleanup includes: Transforms/IPOserge-sans-paille
2021-11-07[Transforms] Use make_early_inc_range (NFC)Kazu Hirata
2021-02-08[Transforms] Use range-based for loops (NFC)Kazu Hirata
2020-02-03[llvm-extract] Add -keep-const-init commandline optionJuneyoung Lee
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[IPO][AVR] Create new Functions in the default address space specified in the...Dylan McKay
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2017-12-13Remove redundant includes from lib/Transforms.Michael Zolotukhin
2017-06-08[ExtractGV] Fix the doxygen comment on the constructor and the class to refer...Craig Topper
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2015-10-13IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-07-06[llvm-extract] Drop comdats from declarationsReid Kleckner
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-10-28Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi
2014-10-28Untabify and whitespace cleanups.NAKAMURA Takumi
2014-05-07GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-11-22Add a fixed version of r195470 back.Rafael Espindola
2013-11-22Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola
2013-11-22Convert linkonce* to weak* instead of strong.Rafael Espindola
2013-03-04Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-29llvm-extract changes linkages so that functions on both sides of theRafael Espindola
2012-10-29llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola
2012-07-19Remove tabs.Bill Wendling
2011-06-09Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola
2010-09-23Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson
2010-09-05Fix warning reported by MSVC++ builder.Nick Lewycky
2010-08-26Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-29Eliminate a few unused-variable warningsDouglas Gregor
2009-07-29Move types back to the 2.5 API.Owen Anderson