]> granicus.if.org Git - clang/history - lib/CodeGen/CodeGenAction.cpp
Add an option to save the backend-produced YAML optimization record to a file
[clang] / lib / CodeGen / CodeGenAction.cpp
2016-10-11 Hal FinkelAdd an option to save the backend-produced YAML optimiz...
2016-10-01 Mehdi AminiUse StringRef in Pass/PassManager APIs (NFC)
2016-09-27 Adam NemetShorten DiagnosticInfoOptimizationRemark* to Optimizati...
2016-09-27 Adam NemetAdapt to LLVM optimization remark interface change...
2016-09-27 Adam NemetRevert "Adapt to LLVM optimization remark interface...
2016-09-27 Adam NemetAdapt to LLVM optimization remark interface change...
2016-09-13 Adam NemetReapply r281276 with passing -emit-llvm in one of the...
2016-09-13 Adam NemetRevert "Add -fdiagnostics-show-hotness"
2016-09-12 Adam NemetAdd -fdiagnostics-show-hotness
2016-07-21 Davide Italiano[CodeGen] Handle recursion in LLVMIRGeneration Timer.
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-06-29 Adam Nemet[Diag] Add getter shouldAlwaysPrint. NFC
2016-06-20 Matt ArsenaultUpdate for DiagnosticInfoStackSize changes
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-05-06 Ben CraigAdding omitted column to invalid loc diagnostic.
2016-04-20 Teresa JohnsonEnable ODR uniquing of DITypes for ThinLTO backends
2016-04-06 Tim NorthoverRestore slightly less dodgy diagnostic handler for...
2016-03-31 Tim NorthoverDiagnostics: remove dodgy handler for bitcode inlineasm...
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-12 Eric ChristopherTemporarily revert these patches:
2016-03-11 Mehdi AminiFix clang crash: when CodeGenAction is initialized...
2016-03-11 Mehdi AminiFix build: use -> with pointers and not .
2016-03-11 Mehdi AminiRemove compile time PreserveName switch based on NDEBUG
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-02-18 Serge PavlovAvoid double deletion in Clang driver.
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-28 Oliver StannardRevert r259036, it introduces a cyclic library dependency
2016-01-28 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-28 NAKAMURA TakumiRevert r258951 (and r258950), "Refactor backend diagnos...
2016-01-27 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-26 David Majnemer[MS ABI] Allow a member pointers' converted type to...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2016-01-08 Teresa Johnson[ThinLTO] Leverage new in-place renaming support
2015-12-16 Rafael EspindolaUpdate for llvm api change.
2015-12-14 Rafael EspindolaUpdate for llvm api change.
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-12-01 Rafael EspindolaUpdate for llvm api change.
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
2015-09-10 Artem Belevich[CUDA] Postprocess bitcode linked in during device...
2015-08-18 Richard SmithInitialize the AST consumer as soon as we have both...
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-10 Tyler NowickiAppend options for vectorization when pointer checking...
2015-08-10 Tyler NowickiAppend options for floating-point commutivity when...
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-08-01 Yaron KerenRangify for loops, NFC.
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-06-16 Rafael EspindolaUpdate for llvm api change.
2015-05-22 Justin BognerCodeGen: Avoid a reserved name and fix the naming style...
2015-05-12 Artem BelevichFixed double-free in case of module loading error.
2015-05-08 Diego NovilloFix BackendConsumer::EmitOptimizationMessage()
2015-04-28 Sean CallananImplemented support for testing the ASTImporter's
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2015-02-12 Steven WuAdd InlineAsmDiagnosticHandler for bitcode input
2015-01-29 Nico WeberMake a codegen warning a real warning instead of a...
2015-01-15 Nico WeberRemove unused parameter, followup to r179639. No behavi...
2015-01-15 Nico WeberRemove ASTConsumer::HandleVTable()'s bool parameter.
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2014-12-25 Yaron KerenInitialize BackendConsumer::Context in constructor.
2014-10-28 Rafael EspindolaUpdate for LLVM API change.
2014-10-27 Rafael EspindolaUse the newer/simple API for passing a diagnostic handl...
2014-10-26 Benjamin KramerMake VFS and FileManager match the current MemoryBuffer...
2014-10-25 Rafael EspindolaUpdate for LLVM api change.
2014-09-10 Craig TopperUnique_ptrify PPCallbacks ownership.
2014-09-03 Rafael EspindolaUpdate for LLVM api change.
2014-08-29 David Blaikieunique_ptrify SourceManager::createFileID
2014-08-29 David Blaikieunique_ptrify clang::BackendConsumer::takeModule
2014-08-27 Rafael EspindolaUpdate for LLVM api change.
2014-08-26 Rafael EspindolaUpdate for llvm api change.
2014-08-26 Rafael EspindolaUpdate for llvm api change
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from getBufferForFile. NFC.
2014-08-26 Rafael EspindolaUpdate for llvm api change.
2014-08-19 Rafael EspindolaMove the body out of line to try to fix a buildbot.
2014-08-19 Rafael EspindolaUpdate for llvm api change.
2014-08-11 NAKAMURA TakumiRevert r215331, "unique_ptrify CompilerInstance::Output...
2014-08-10 David Blaikieunique_ptrify CompilerInstance::OutputFile(s) and remov...
2014-08-10 David BlaikieFollow up to r215323 - avoid llvm::make_unique in this...
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-07-18 Tyler NowickiRecommit: Handle diagnostic warnings in Frontend diagno...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 Alp TokerRevert "Handle diagnostic warnings in Frontend diagnost...
2014-07-16 Tyler NowickiHandle diagnostic warnings in Frontend diagnostic handler.
2014-06-30 Alp TokerCodeGenAction::ExecuteAction(): check for invalid LLVM...
2014-06-27 David BlaikieRemove 'const' from MemoryBuffers used through the...
2014-06-27 Alp Tokerconst_cast the memory MemoryBuffer following LLVM r211883
2014-06-27 Alp TokerAdd a FIXME for an unfortunate issue in ConvertBackendL...
2014-06-27 Alp TokerCodeGenAction: don't duplicate entire .ll/.bc files...
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-12 Rafael EspindolaPrefix another use of error_code.
2014-06-05 Alp TokerProvide fallback locations for backend remarks
2014-06-05 Alp TokerImplement -Wframe-larger-than backend diagnostic
2014-06-05 Joey GoulyWhen an inline-asm diagnostic is reported by the backen...
next