summaryrefslogtreecommitdiffstats
path: root/include/clang/CodeGen/CodeGenAction.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-131-0/+3
* [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar2017-01-251-10/+20
* IRGen: Factor out function CodeGenAction::loadModule. NFCI.Peter Collingbourne2017-01-241-0/+2
* Allow linking multiple bitcode files.Artem Belevich2015-10-271-2/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Move the body out of line to try to fix a buildbot.Rafael Espindola2014-08-191-1/+1
* Go back to having a takeModule instead of a getModule.Rafael Espindola2014-08-191-1/+1
* Update for llvm api change.Rafael Espindola2014-08-191-3/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-7/+7
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-5/+5
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+6
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-5/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+5
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-0/+6
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-7/+16
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-16/+7
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-7/+16
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-0/+3
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+79