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
/
ASTReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang/Modules: Remove unused parameter from ModuleManager::removeModules
Duncan P. N. Exon Smith
2019-11-10
1
-5
/
+1
*
[OPENMP]Allow priority clause in combined task-based directives.
Alexey Bataev
2019-10-16
1
-0
/
+1
*
[OPENMP]Allow final clause in combined task-based directives.
Alexey Bataev
2019-10-15
1
-0
/
+1
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
1
-2
/
+4
*
Reapply: [Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-15
1
-11
/
+75
*
Temporarily Revert [Modules][PCH] Hash input files content
Eric Christopher
2019-10-14
1
-75
/
+11
*
[Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-14
1
-11
/
+75
*
[OPNEMP]Allow num_tasks clause in combined task-based directives.
Alexey Bataev
2019-10-14
1
-0
/
+1
*
[OPNEMP]Allow grainsize clause in combined task-based directives.
Alexey Bataev
2019-10-14
1
-0
/
+1
*
[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
1
-1
/
+2
*
[OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+3
*
ASTReader: Bypass overridden files when reading PCHs
Duncan P. N. Exon Smith
2019-08-30
1
-13
/
+8
*
[Modules] Make ReadModuleMapFileBlock errors reliable
Bruno Cardoso Lopes
2019-08-29
1
-7
/
+9
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-0
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang] Refactor doc comments to Decls attribution
Jan Korous
2019-08-13
1
-4
/
+11
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+5
*
[OPENMP]Add support for analysis of linear variables and step.
Alexey Bataev
2019-08-08
1
-0
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-22
/
+30
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-6
/
+4
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-168
/
+587
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-0
/
+56
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-2
/
+7
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+5
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+14
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-14
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+14
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-1
/
+1
*
[OPENMP]Initial support for 'allocate' clause.
Alexey Bataev
2019-03-27
1
-0
/
+15
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+8
*
Modules: Invalidate out-of-date PCMs as they're discovered
Duncan P. N. Exon Smith
2019-03-09
1
-2
/
+26
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-9
/
+8
*
Modules: Add -Rmodule-import
Duncan P. N. Exon Smith
2019-03-06
1
-0
/
+6
*
Modules: Document that ReadASTCore exits its final loop via `return`, NFC
Duncan P. N. Exon Smith
2019-03-03
1
-1
/
+1
*
[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.
Michael Kruse
2019-02-25
1
-0
/
+10
*
[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.
Michael Kruse
2019-02-22
1
-0
/
+10
*
[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.
Michael Kruse
2019-02-19
1
-30
/
+40
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OPENMP] parsing and sema support for 'close' map-type-modifier
Kelvin Li
2018-12-18
1
-2
/
+5
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+1
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-1
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+1
*
Move PCHContainerOperations from Frontend to Serialization
Richard Trieu
2018-12-12
1
-1
/
+1
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-1
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+5
[next]