]> granicus.if.org Git - clang/history - lib/CodeGen/ModuleBuilder.cpp
Merging r308455:
[clang] / lib / CodeGen / ModuleBuilder.cpp
2017-04-19 Vedant Kumar[Coverage] Don't emit mappings for functions in depende...
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2016-11-30 John McCallIntroduce a type-safe enum for ForDefinition.
2016-05-18 John McCallVarious improvements to the public IRGen interface.
2016-04-22 Reid KlecknerFix a bug involving deferred decl emission and PCH
2016-04-08 Saleem Abdulrasoolrevert SVN r265702, r265640
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-03-30 Stephan BergmannFor MS ABI, emit dllexport friend functions defined...
2016-03-17 Reid KlecknerRevert "For MS ABI, emit dllexport friend functions...
2016-03-17 Reid KlecknerFor MS ABI, emit dllexport friend functions defined...
2016-03-13 Mehdi AminiRemove compile time PreserveName in favor of a runtime...
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-01-28 Manman RenCheck for frontend errors after releasing the Builder.
2016-01-26 David Majnemer[MS ABI] Allow a member pointers' converted type to...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2015-10-08 David Majnemer[MSVC Compat] Enable ABI impacting non-conforming behav...
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-07-24 Mehdi AminiLLVM API Change: the Module always owns the DataLayout
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
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...
2015-01-17 Nico WeberWrap to 80 columns. No behavior change.
2015-01-15 Nico WeberRemove unused parameter, followup to r179639. No behavi...
2015-01-15 Nico WeberRemove ASTConsumer::HandleVTable()'s bool parameter.
2014-12-25 Yaron KerenInitialize CodeGeneratorImpl::Ctx in constructor.
2014-12-19 Hans WennborgTweak the assert in ModuleBuilder from r224533 (PR21989)
2014-12-18 Hans WennborgModuleBuilder: assert that all deferred inline method...
2014-11-18 Justin BognerInstrProf: Don't emit coverage for uninstantiated templates
2014-08-13 Richard Smith[modules] Fix a rejects-valid resulting from emitting...
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-08-01 Richard SmithNotional simplification: defer emitting deferred inline...
2014-08-01 Richard SmithRe-commit r214547 with tests fixed. Hopefully all the...
2014-08-01 Richard SmithRevert r214547 due to test breakage.
2014-08-01 Richard SmithFix iterator invalidation issues that are breaking...
2014-07-17 Hans WennborgMS compatibility: always emit dllexported in-class...
2014-06-06 Hans WennborgDefer codegen of inline method definitions to the end...
2014-06-05 Alp TokerImplement -Wframe-larger-than backend diagnostic
2014-05-23 Hans WennborgEmit used/dllexport inline method definitions in nested...
2014-03-12 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.
2014-03-07 Aaron Ballman[C++11] Replacing DeclBase iterators decls_begin()...
2014-03-07 Ahmed CharlesChange OwningPtr::take() to OwningPtr::release().
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2013-12-09 Rafael EspindolaWhen we decide to output a deferred decl, remember...
2013-08-19 David BlaikiePR16933: Don't try to codegen things after we've seen...
2013-08-15 David BlaikieDebugInfo: Unify & optimize the lazy addition of record...
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-07-13 David BlaikiePR16214, PR14467: DebugInfo: use "RequireCompleteType...
2013-06-04 Aaron BallmanAdding support for MSVC #pragma detect_mismatch functio...
2013-05-08 Reid KlecknerForward #pragma comment(lib/linker) through as flags...
2013-04-16 John McCallDon't propagate around TargetOptions in IR-gen; we...
2013-02-14 Bill WendlingPass the target options through to code generation.
2013-01-02 Chandler CarruthRewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-03-08 Rafael EspindolaReplace MarkVarRequired with a more generic
2012-03-05 Rafael EspindolaFix a small difference in sema and codegen views of...
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-11-18 Argyrios KyrtzidisChange ASTConsumer::HandleTopLevelDecl to return true...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-09-02 Douglas GregorExtend the ASTContext constructor to delay the initiali...
2011-05-06 Sean HuntModify some deleted function methods to better reflect...
2011-02-19 Douglas GregorIn addition to in-class member functions marked with...
2011-02-15 Douglas GregorEmit in-class member function definitions that are...
2010-06-15 Chandler CarruthMove CodeGenOptions.h *back* into Frontend. This should...
2010-05-13 Douglas GregorRework when and how vtables are emitted, by tracking...
2010-03-04 John McCallRevert changes r97693, r97700, and r97718.
2010-03-04 John McCallCreate a TargetMachine whenever we create a CodeGenActi...
2009-12-19 Daniel DunbarRemove ';' after method definition. Noticed by clang...
2009-11-28 Benjamin KramerRemove remaining VISIBILITY_HIDDEN from anonymous names...
2009-11-12 Chandler CarruthMove CompileOptions -> CodeGenOptions, and sink it...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-24 Daniel DunbarSwitch TargetInfo to store an llvm::Triple.
2009-07-01 Owen AndersonUpdate for changes in LLVM. Hopefully this is the...
2009-07-01 Owen AndersonHold the LLVMContext by reference instead of by pointer.
2009-07-01 Owen AndersonUpdate for LLVMContext+Module change.
2009-04-21 Douglas GregorExplictly track tentative definitions within Sema,...
2009-03-29 Chris LattnerPush DeclGroup much farther throughout the compiler...
2009-03-28 Chris Lattnerchange HandleTranslationUnit to take an ASTContext...
2009-03-26 Chris Lattnermost of this is plumbing to get CompileOptions down...
2009-02-17 Argyrios KyrtzidisRemove some redundant Decl -> Decl castings.
2009-01-20 Douglas GregorRemove ScopedDecl, collapsing all of its functionality...
2008-10-21 Daniel DunbarAdd GetModule accessor to ModuleBuilder
2008-08-15 Daniel DunbarClean up CodeGenModule interface.
2008-08-13 Daniel DunbarChange ObjCRuntime GenerateProtocol[Ref] methods to...
2008-08-11 Daniel DunbarAdd LangOptions::NeXTRuntime.
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarAdd dummy Mac Objective-C runtime interface.
2008-08-09 Nico Weber80 cols
2008-08-07 Ted KremenekParseAST now conditionally deletes the passed ASTConsumer.
2008-08-05 Ted KremenekRefactored driver logic for CodeGen into LLVMCodeGenWri...
next