]> granicus.if.org Git - clang/history - include/clang/Serialization/ASTWriter.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Serialization / ASTWriter.h
2019-07-03 Francis Visoiu Mistrih[Bitcode] Move Bitstream to a separate library
2019-06-15 Gauthier Harnisch[clang] Add storage for APValue in ConstantExpr
2019-03-12 Duncan P. N. Exon... Modules: Add LangOptions::CacheGeneratedPCH
2019-03-09 Duncan P. N. Exon... Modules: Rename MemoryBufferCache to InMemoryModuleCache
2019-03-07 Alexey Bataev[OPENMP 5.0]Add initial support for 'allocate' directive.
2019-03-06 Roman Lebedev[clang][OpenMP] Revert "OMPFlushClause is synthetic...
2019-01-28 Roman Lebedev[clang][OpenMP] OMPFlushClause is synthetic, no such...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-12 Richard TrieuMove PCHContainerOperations from Frontend to Serialization
2018-09-15 Kelvin Li[OPENMP] Move OMPClauseReader/Writer classes to ASTRead...
2018-08-20 Richard SmithModel type attributes as regular Attrs.
2018-08-14 Reid KlecknerRevert r339623 "Model type attributes as regular Attrs."
2018-08-13 Richard SmithModel type attributes as regular Attrs.
2018-07-30 Fangrui SongRemove trailing space
2018-06-29 Richard Smith[modules] Emit the type of the TypeSourceInfo for a...
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2017-12-05 Richard SmithGeneralize "static data member instantiated" notificati...
2017-11-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-10-13 Richard SmithSupport for destroying operator delete, per C++2a propo...
2017-05-18 Richard Smith[modules] Switch from inferring owning modules based...
2017-03-31 Alex Lorenz[Modules][PCH] Serialize #pragma pack
2017-03-20 Duncan P. N. Exon... Reapply "Modules: Cache PCMs in memory and avoid a...
2017-03-18 Renato GolinRevert "Modules: Cache PCMs in memory and avoid a use...
2017-03-17 Duncan P. N. Exon... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-13 Duncan P. N. Exon... Modules: Use hash of PCM content for SIGNATURE
2017-01-30 David BlaikiePrototype of modules codegen
2017-01-05 David BlaikieSimplify ASTReader ctor by using in-class initializers...
2017-01-05 David BlaikieUse shared_ptr instead of IntrusiveRefCntPtr for Module...
2016-12-18 Yaxun LiuRecommit r289979 [OpenCL] Allow disabling types and...
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-10-08 Justin Lebar[CUDA] Add #pragma clang force_cuda_host_device_{begin...
2016-10-06 Richard Smith[modules] Be sure to emit local specializations of...
2016-08-25 Richard SmithRefactor to remove the assumption that we know the...
2016-08-24 Richard SmithPR29097: add an update record when we instantiate the...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-05-09 Dmitry Polukhin[OpenMP] Parse+Sema for '#pragma omp declare target...
2016-04-28 Vassil VassilevReland r267691 fixing PR27535.
2016-04-27 Nico WeberRevert r267691, it caused PR27535.
2016-04-27 Vassil Vassilev[modules] Fix Decl's Used invariant.
2016-04-18 Richard Smith[modules] Remove some more unnecessary forwarding funct...
2016-04-14 Richard SmithMake this code less brittle. The benefits of a fixed...
2016-04-14 Richard SmithFix off-by-one error in worst-case number of offsets...
2016-04-14 Richard Smith[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table...
2016-04-13 Richard Smith[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table...
2016-04-13 Richard Smithconstexpr -> const to appease MSVC bots.
2016-04-13 Richard Smith[modules] Refactor handling of cases where we write...
2016-04-08 Richard SmithRemove unused functions from ASTWriter interface.
2016-04-06 Richard SmithMinor simplifications.
2016-04-06 Richard SmithRe-commit r265518 ("[modules] Continue factoring encodi...
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-06 Dmitry PolukhinRevert "[modules] Continue factoring encoding of AST...
2016-04-06 Richard Smith[modules] Continue factoring encoding of AST records...
2016-04-01 Richard Smith[modules] Start moving the code for encoding AST record...
2016-03-27 Richard SmithRemove unused support for replacing declarations from...
2016-03-03 Nico WeberSerialize `pragma pointers_to_members` state.
2016-03-02 Nico WeberSerialize `pragma ms_struct` state.
2016-01-06 John McCallOnly instantiate a default argument once.
2015-12-08 Douglas GregorModule file extensions: pass a Sema through to the...
2015-11-03 Douglas GregorIntroduce module file extensions to piggy-back data...
2015-11-03 Douglas GregorEliminate "rewritten decls" from the AST writer. NFC
2015-11-03 Douglas GregorStop back-patching 'readonly' Objective-C properties...
2015-09-22 Adrian PrantlSerialization: Let ASTWriter return the signature of...
2015-09-10 Mehdi AminiEmitRecord* API change: accepts ArrayRef instead of...
2015-09-09 Mehdi AminiRevert "EmitRecordWith* API change: takes an ArrayRef...
2015-09-09 Mehdi AminiEmitRecordWith* API change: takes an ArrayRef instead...
2015-09-01 Richard SmithRe-commit r246497 (and dependent changes r246524 and...
2015-09-01 Aaron BallmanReverting r246497 (which requires also reverting r24652...
2015-08-31 Richard Smith[modules] Rework serialized DeclContext lookup table...
2015-08-22 Richard Smith[modules] Further simplification and speedup of redecla...
2015-08-22 Richard Smith[modules] Rearrange how redeclaration chains are loaded...
2015-08-18 Richard Smith[modules] Fix HeaderFileInfo serialization to store...
2015-08-17 Richard Smith[modules] When explicitly building a module file, don...
2015-07-12 Richard Smith[modules] Improve performance when there is a local...
2015-06-26 Alex Denisov[ObjC] Add NSValue support for objc_boxed_expressions
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-05-15 Richard SmithRefactor: when exposing a definition in some module...
2015-05-04 Richard SmithRename MacroDefinition -> MacroDefinitionRecord, Prepro...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-27 Chandler Carruth[Modules] Make our on-disk hash table of selector IDs...
2015-03-27 Chandler Carruth[Modules] Fix another pointer keyed set that we iterate...
2015-03-26 Chandler Carruth[Modules] Clean up some code that was manually replicat...
2015-03-26 Chandler Carruth[Modules] Fix an obvious lack of deterministic ordering...
2015-03-26 Chandler Carruth[Modules] Delete a bunch of complex code for ensuring...
2015-03-26 Richard Smith[modules] If we reach a definition of a class for which...
2015-03-26 Chandler Carruth[Modules] A second attempt at writing out on-disk hash...
2015-03-25 Chandler Carruth[Modules] Make the DeclUpdates map be processed in...
2015-03-24 Chandler Carruth[Modules] Start making explicit modules produce determi...
2015-03-24 Richard Smith[modules] Deserialize CXXCtorInitializer list for a...
2015-03-16 Richard SmithLambdaify some helper functions. No functionality change.
2015-03-10 Richard Smith[modules] Don't clobber a destructor's operator delete...
2015-03-05 Richard Smith[modules] Rework merging of redeclaration chains on...
2015-02-27 Richard Smith[modules] Don't write out name lookup table entries...
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
next