]> granicus.if.org Git - clang/history - include/clang/CodeGen/CodeGenAction.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / CodeGen / CodeGenAction.h
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-01-25 Justin Lebar[CodeGen] [CUDA] Add the ability set default attrs...
2017-01-24 Peter CollingbourneIRGen: Factor out function CodeGenAction::loadModule...
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-08-19 Rafael EspindolaMove the body out of line to try to fix a buildbot.
2014-08-19 Rafael EspindolaGo back to having a takeModule instead of a getModule.
2014-08-19 Rafael EspindolaUpdate for llvm api change.
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-12 Chad RosierAdd frontend flags to enable bitcode verifier pass.
2011-10-30 Peter CollingbourneAdd support for lazily linking bitcode files (using...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-02-19 Peter CollingbourneRe-instate r125819 and r125820 with no functionality...
2011-02-19 Rafael EspindolaRevert 125820 and 125819 to fix PR9266.
2011-02-18 Peter CollingbourneMove CompilerInstance::LLVMContext and LLVMContext...
2011-01-25 Nico WeberAdd -add-plugin flag, which runs plugins in addition...
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...