summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-131-0/+5
* [PCH] Fix timestamp check on windows hosts.Pierre Gousseau2016-07-131-9/+0
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-5/+3
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-0/+3
* Update identifiers as needed when loading macros from serialized ASTs.Sean Callanan2016-05-141-2/+5
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+3
* [modules] Attempt to improve performance for declaration merging without a SemaRichard Smith2016-05-061-0/+5
* Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir2016-05-041-12/+49
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-291-0/+9
* Module debugging: Fix the DWO filename for PCH in a relative path.Adrian Prantl2016-04-271-2/+3
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-141-23/+0
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-131-23/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+3
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-35/+4
* [modules] Allow differences in flags that only affect preprocessor predefinesRichard Smith2016-04-071-0/+5
* [modules] If both a module file and a module map for the same module areRichard Smith2016-03-281-2/+13
* [modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flagRichard Smith2016-03-271-9/+9
* Encapsulate a couple of on-disk structures a little more.Richard Smith2016-03-271-6/+6
* Remove unused support for replacing declarations from chained AST files.Richard Smith2016-03-271-11/+0
* Store list of undefined-but-used objects in a deterministic order to fixRichard Smith2016-03-251-1/+1
* Serialize `pragma pointers_to_members` state.Nico Weber2016-03-031-0/+16
* Serialize `pragma ms_struct` state.Nico Weber2016-03-021-2/+13
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-0/+11
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-131-1/+1
* [Modules] Early-exit if ReadOptionsBlock fails to avoid crashingBen Langmuir2016-02-111-3/+4
* [Modules] Don't infinite recurse on implicit import of circular modules in p...Ben Langmuir2016-02-111-1/+3
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-061-21/+32
* [modules] Factor out common code to mark identifier being "from AST", and add aRichard Smith2016-02-051-15/+15
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-041-0/+3
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-031-0/+3
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-031-3/+0
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-031-0/+3
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-221-2/+3
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+14
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-0/+7
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-7/+0
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-0/+7
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-1/+1
* [modules] Don't reject multiple modules providing contents for the same embed...Richard Smith2015-12-011-1/+2
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-261-19/+20
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-2/+2
* [modules] If we're given a module file, via -fmodule-file=, for a module, butRichard Smith2015-11-051-6/+12
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+3
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-031-41/+189
* Fix missing builtin identifier infos with PCH+modulesBen Langmuir2015-10-281-2/+4
* Change MacroInfo::setArgumentList to take an ArrayRef instead of pointer and ...Craig Topper2015-10-221-2/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
OpenPOWER on IntegriCloud