]> granicus.if.org Git - clang/history - lib/Serialization/ASTReader.cpp
[c-index-test] Provide capability to index module file imports and dump their input...
[clang] / lib / Serialization / ASTReader.cpp
2017-01-30 Argyrios Kyrtzidis[c-index-test] Provide capability to index module file...
2017-01-30 David BlaikiePrototype of modules codegen
2017-01-28 Duncan P. N. Exon... Modules: Enforce that ModuleManager::removeModules...
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-26 Richard SmithRemove and replace DiagStatePoint tracking and lookup...
2017-01-18 Graydon Hoare[ASTReader] Add a DeserializationListener callback...
2017-01-17 George Rimar[Clang] - Update code to match upcoming llvm::zlib...
2017-01-12 Malcolm ParsonsTracking exception specification source locations
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-21 David L. JonesStore the "current position" index within the ASTRecord...
2016-12-19 Bruno Cardoso Lopes[ASTReader] Sort RawComments before merging
2016-12-18 Yaxun LiuAttempt to fix build failure and regressions due to...
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-12-15 David L. JonesAdd a class ASTRecordReader which wraps an ASTReader...
2016-12-14 Richard SmithRemove unused variable found by GCC warning.
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-12-09 Graydon Hoare[modules] Add optional out-param to ASTReader::ReadAST...
2016-12-09 Nico WeberDon't assert when redefining a built-in macro in a...
2016-12-01 Joey Gouly[OpenCL] Refactor read_only/write_only pipes.
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-16 Simon PilgrimRemove duplicate condition (PR30648). NFCI.
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-10-21 Manman RenModule: correctly set the module file kind when emittin...
2016-10-17 Benjamin KramerRevert "Reinstate r281429, reverted in r281452, with...
2016-10-13 Richard SmithReinstate r281429, reverted in r281452, with a fix...
2016-10-10 Mehdi AminiStore FileEntry::Filename as a StringRef instead of...
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-09-29 Richard SmithP0035R4: add std::align_val_t overloads of operator...
2016-09-14 Eric LiuRevert "[modules] When merging one definition into...
2016-09-14 Richard Smith[modules] When merging one definition into another...
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-07 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-09-07 Yaxun LiuDo not validate pch when -fno-validate-pch is set
2016-08-29 Adrian PrantlFix a bug preventing the cause for a module file-not...
2016-08-29 Adrian PrantlFix a bug preventing the cause of a module-out-of-date...
2016-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
2016-07-30 Hubert TongReapply r276069 with workaround for MSVC 2013
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 Richard Smith[modules] Don't emit initializers for VarDecls within...
2016-07-20 Hubert TongRevert r276069: MSVC bots not happy
2016-07-20 Hubert TongConcepts: Create space for requires-clause in TemplateP...
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-13 Argyrios Kyrtzidis[PCH/preamble] Make sure that if the preamble/PCH was...
2016-07-13 Pierre Gousseau[PCH] Fix timestamp check on windows hosts.
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-01 Eric Fiselier[Feature] Add a builtin for indexing into parameter...
2016-05-14 Sean CallananUpdate identifiers as needed when loading macros from...
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-05-04 Ben LangmuirFix CodeCompletion & TypoCorrection when combining...
2016-04-29 Manman RenMethod Pool in modules: we make sure that if a module...
2016-04-27 Adrian PrantlModule debugging: Fix the DWO filename for PCH in a...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
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 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-04-07 Richard Smith[modules] Allow differences in flags that only affect...
2016-03-28 Richard Smith[modules] If both a module file and a module map for...
2016-03-27 Richard Smith[modules] When encoding SourceLocations in bitcode...
2016-03-27 Richard SmithEncapsulate a couple of on-disk structures a little...
2016-03-27 Richard SmithRemove unused support for replacing declarations from...
2016-03-25 Richard SmithStore list of undefined-but-used objects in a determini...
2016-03-03 Nico WeberSerialize `pragma pointers_to_members` state.
2016-03-02 Nico WeberSerialize `pragma ms_struct` state.
2016-03-01 John McCallGeneralize the consumed-parameter array on FunctionProt...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-11 Ben Langmuir[Modules] Early-exit if ReadOptionsBlock fails to avoid...
2016-02-11 Ben Langmuir[Modules] Don't infinite recurse on implicit import...
2016-02-06 Richard Smith[modules] Compress files embedded into a .pcm file...
2016-02-05 Richard Smith[modules] Factor out common code to mark identifier...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-22 Adrian PrantlModule Debugging: Canonicalize the file names used...
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-06 Samuel Antao[OpenMP] Reapply rL256842: [OpenMP] Offloading descript...
2016-01-05 Samuel Antao[OpenMP] Revert rL256842: [OpenMP] Offloading descripto...
2016-01-05 Samuel Antao[OpenMP] Offloading descriptor registration and device...
2015-12-27 David MajnemerArrayRef-ize TemplateParameterList. NFC
2015-12-01 Richard Smith[modules] Don't reject multiple modules providing conte...
2015-11-26 Richard Smith[modules] Refactor handling of -fmodules-embed-*. Track...
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-11-05 Richard Smith[modules] If we're given a module file, via -fmodule...
2015-11-04 David Majnemer[Sema] Implement __make_integer_seq
2015-11-03 Douglas GregorIntroduce module file extensions to piggy-back data...
2015-10-28 Ben LangmuirFix missing builtin identifier infos with PCH+modules
2015-10-22 Craig TopperChange MacroInfo::setArgumentList to take an ArrayRef...
next