index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Serialization
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang/Modules: Error if ReadASTBlock does not find the main module
Duncan P. N. Exon Smith
2019-11-12
1
-0
/
+7
*
clang/Modules: Clean up modules on error in ReadAST
Duncan P. N. Exon Smith
2019-11-11
1
-14
/
+18
*
clang/Modules: Add missing diagnostics for malformed AST files
Duncan P. N. Exon Smith
2019-11-11
1
-2
/
+6
*
clang/Modules: Split loop in ReadAST between failable and not
Duncan P. N. Exon Smith
2019-11-11
1
-1
/
+7
*
clang/Modules: Use range-based for in ASTReader::ReadAST, NFC
Duncan P. N. Exon Smith
2019-11-11
1
-11
/
+7
*
clang/Modules: Delay err_module_file_conflict if a diagnostic is in flight
Duncan P. N. Exon Smith
2019-11-11
1
-10
/
+7
*
clang/Modules: Remove unused parameter from ModuleManager::removeModules
Duncan P. N. Exon Smith
2019-11-10
2
-9
/
+2
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
2
-0
/
+6
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
2
-0
/
+19
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
2
-41
/
+3
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
2
-3
/
+41
*
[hip][cuda] Fix the extended lambda name mangling issue.
Michael Liao
2019-10-19
2
-0
/
+2
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
3
-0
/
+20
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
2
-0
/
+19
*
[OPENMP]Allow priority clause in combined task-based directives.
Alexey Bataev
2019-10-16
2
-0
/
+2
*
[OPENMP]Allow final clause in combined task-based directives.
Alexey Bataev
2019-10-15
2
-0
/
+2
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
4
-7
/
+19
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
2
-0
/
+42
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
2
-42
/
+0
*
Reapply: [Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-15
2
-22
/
+123
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
2
-0
/
+42
*
Temporarily Revert [Modules][PCH] Hash input files content
Eric Christopher
2019-10-14
2
-123
/
+22
*
[Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-14
2
-22
/
+123
*
[OPNEMP]Allow num_tasks clause in combined task-based directives.
Alexey Bataev
2019-10-14
2
-0
/
+2
*
[OPNEMP]Allow grainsize clause in combined task-based directives.
Alexey Bataev
2019-10-14
2
-0
/
+2
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
2
-0
/
+19
*
Move most CXXRecordDecl::DefinitionData bit-fields out into a separate
Richard Smith
2019-10-11
2
-153
/
+23
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
2
-0
/
+19
*
[AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran...
Roman Lebedev
2019-10-10
1
-1
/
+1
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
2
-1
/
+3
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-2
/
+2
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
2
-4
/
+12
*
[OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+3
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-32
/
+5
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
2
-5
/
+30
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-09-07
2
-0
/
+12
*
ASTReader: Bypass overridden files when reading PCHs
Duncan P. N. Exon Smith
2019-08-30
1
-13
/
+8
*
FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-30
1
-3
/
+1
*
[Modules] Make ReadModuleMapFileBlock errors reliable
Bruno Cardoso Lopes
2019-08-29
1
-7
/
+9
*
[Modules] Fix rebuilding an updated module for each of its consumers.
Volodymyr Sapsai
2019-08-28
1
-6
/
+1
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
1
-5
/
+5
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
1
-4
/
+7
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
2
-0
/
+2
*
Retire llvm::less_ptr. llvm::deref is much more flexible.
Benjamin Kramer
2019-08-22
1
-3
/
+3
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
3
-5
/
+5
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
2
-0
/
+18
*
[clang] Refactor doc comments to Decls attribution
Jan Korous
2019-08-13
2
-12
/
+21
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
2
-0
/
+10
*
[OPENMP]Add support for analysis of linear variables and step.
Alexey Bataev
2019-08-08
2
-0
/
+6
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
[prev]
[next]