summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Prototype of modules codegenDavid Blaikie2017-01-303-11/+50
* Modules: Fix a minor performance bug from r293393Duncan P. N. Exon Smith2017-01-291-3/+4
* Modules: Simplify the ModuleFile constructor; likely NFCDuncan P. N. Exon Smith2017-01-291-22/+0
* Modules: Return early in ModuleManager::addModule; NFCDuncan P. N. Exon Smith2017-01-281-71/+72
* Modules: Clean up ModuleFile::Imports in ModuleManager::removeModulesDuncan P. N. Exon Smith2017-01-281-3/+3
* Modules: Enforce that ModuleManager::removeModules deletes the tailDuncan P. N. Exon Smith2017-01-282-15/+16
* Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFCDuncan P. N. Exon Smith2017-01-281-34/+25
* Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFCDuncan P. N. Exon Smith2017-01-283-51/+49
* Modules: Separate out a checkSignature helper, almost NFCDuncan P. N. Exon Smith2017-01-281-13/+16
* [modules] When reading / writing a typedef that is a name for linkage forRichard Smith2017-01-262-0/+6
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-262-0/+27
* Remove and replace DiagStatePoint tracking and lookup data structure.Richard Smith2017-01-262-52/+93
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-252-0/+2
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-252-0/+2
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-252-0/+2
* Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones2017-01-241-6/+5
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-182-1/+5
* [ASTReader] Add a DeserializationListener callback for IMPORTED_MODULESGraydon Hoare2017-01-181-1/+4
* [Clang] - Update code to match upcoming llvm::zlib API.George Rimar2017-01-172-17/+36
* Tracking exception specification source locationsMalcolm Parsons2017-01-122-0/+3
* Serialize the UsesSEH bit on FunctionDeclReid Kleckner2017-01-102-0/+3
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-102-0/+19
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-091-11/+0
* Simplify ASTReader ctor by using in-class initializers for many member variablesDavid Blaikie2017-01-051-19/+1
* Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of...David Blaikie2017-01-051-18/+4
* Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie2017-01-053-35/+30
* Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie2017-01-043-118/+118
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-032-0/+20
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-292-0/+19
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-252-2/+21
* Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).David L. Jones2016-12-212-365/+365
* Store the "current position" index within the ASTRecordReader.David L. Jones2016-12-213-715/+723
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-203-0/+28
* [ASTReader] Sort RawComments before mergingBruno Cardoso Lopes2016-12-191-0/+4
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-193-28/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-193-0/+28
* Attempt to fix build failure and regressions due to r290056Yaxun Liu2016-12-182-4/+4
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-182-12/+76
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-172-0/+20
* Revert r289979 due to regressionsYaxun Liu2016-12-162-76/+12
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-162-12/+76
* Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul...David L. Jones2016-12-153-1447/+1378
* Remove unused variable found by GCC warning.Richard Smith2016-12-141-1/+1
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-144-68/+16
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-122-0/+30
* [modules] Add optional out-param to ASTReader::ReadAST for imported submodules.Graydon Hoare2016-12-091-1/+6
* Don't assert when redefining a built-in macro in a PCH, PR29119Nico Weber2016-12-091-1/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-092-0/+19
* [OpenCL] Refactor read_only/write_only pipes.Joey Gouly2016-12-012-17/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-302-0/+19
OpenPOWER on IntegriCloud