]> granicus.if.org Git - clang/history - include/clang/Serialization
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Serialization /
2017-07-19 Hans WennborgRevert r308441 "Recommit r308327: Add a warning for...
2017-07-19 Alex LorenzRecommit r308327: Add a warning for missing '#pragma...
2017-07-18 Alex LorenzRevert r308327
2017-07-18 Alex LorenzAdd a warning for missing '#pragma pack (pop)' and...
2017-06-29 Richard SmithTeach ASTReader how to read only the Preprocessor state...
2017-06-29 Richard SmithTrack the set of module maps read while building a...
2017-05-30 Erik VerbruggenAllow for unfinished #if blocks in preambles
2017-05-19 Vassil Vassilev[modules] Further delay calling DeclMustBeEmitted until...
2017-05-18 Richard Smith[modules] Switch from inferring owning modules based...
2017-04-12 Vassil Vassilev[modules] Delay calling DeclMustBeEmitted until it...
2017-04-11 David BlaikieModular Codegen: Support homing debug info for types...
2017-04-11 David BlaikieModular Codegen: Add/use a bit in serialized function...
2017-03-31 Alex Lorenz[Modules][PCH] Serialize #pragma pack
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-22 Alex Lorenz[Serialization] Serialize DependentSizedExtVectorType
2017-03-21 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
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-02-27 David BlaikieRemove unused variable
2017-02-18 Richard Smith[modules] Load the ModuleOffsetMap from the module...
2017-02-17 Richard SmithAdd an explicit derived class of FunctionDecl to model...
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-01-30 Saleem AbdulrasoolSerialization: use range based for loop (NFC)
2017-01-30 Argyrios Kyrtzidis[c-index-test] Provide capability to index module file...
2017-01-30 David BlaikiePrototype of modules codegen
2017-01-29 Duncan P. N. Exon... Modules: Simplify the ModuleFile constructor; likely NFC
2017-01-28 Duncan P. N. Exon... Modules: Enforce that ModuleManager::removeModules...
2017-01-28 Duncan P. N. Exon... Modules: Clarify ownership of ModuleFile instances...
2017-01-28 Duncan P. N. Exon... Modules: Return ModuleFile& from ModuleManager::begin...
2017-01-26 Richard SmithPR0091R3: Implement parsing support for using templates...
2017-01-24 David L. JonesSwitch TableGen to emit calls to ASTRecordReader for...
2017-01-18 Graydon Hoare[ASTReader] Add a DeserializationListener callback...
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-05 David BlaikieSimplify ASTReader ctor by using in-class initializers...
2017-01-05 David BlaikieSimplify ASTReader ctor by using in-class initializers...
2017-01-05 David BlaikieUse shared_ptr instead of IntrusiveRefCntPtr for Module...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-21 David L. JonesRename several methods on ASTRecordReader to follow...
2016-12-21 David L. JonesStore the "current position" index within the ASTRecord...
2016-12-20 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-19 Daniel JasperRevert "[c++1z] P0195R2: Support pack-expansion of...
2016-12-19 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-18 Yaxun LiuRecommit r289979 [OpenCL] Allow disabling types and...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-15 David L. JonesAdd a class ASTRecordReader which wraps an ASTReader...
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-09 Graydon Hoare[modules] Add optional out-param to ASTReader::ReadAST...
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-01 Joey Gouly[OpenCL] Refactor read_only/write_only pipes.
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-10 Justin Lebar[Sema] Use unique_ptr instead of raw pointers in the...
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-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-09-12 Richard Smith[modules] When we merge two definitions of a function...
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-07 Yaxun LiuDo not validate pch when -fno-validate-pch is set
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-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-12 Richard SmithP0217R3: serialization/deserialization support for...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-07-26 Manman RenModules: add command line option fmodules-disable-diagn...
2016-07-22 Vassil Vassilev[modules] Teach the ASTWriter to ignore mutations comin...
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-20 Richard Smith[modules] Don't emit initializers for VarDecls within...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-15 Richard SmithRevert r275481, r275490. This broke modules bootstrap.
2016-07-14 Richard Smith[modules] Don't pass interesting decls to the consumer...
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-07-01 Eric Fiselier[Feature] Add a builtin for indexing into parameter...
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-24 Carlo BertolliRevert r273705
2016-06-24 Carlo Bertolli[OpenMP] Initial implementation of parse and sema for...
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for target update...
2016-05-09 Dmitry Polukhin[OpenMP] Parse+Sema for '#pragma omp declare target...
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-06 Richard Smith[modules] Attempt to improve performance for declaratio...
2016-04-29 Manman RenMethod Pool in modules: we make sure that if a module...
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.
next