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
/
ASTWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-6
/
+7
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+14
*
[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.
Michael Kruse
2019-02-25
1
-0
/
+4
*
[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.
Michael Kruse
2019-02-22
1
-0
/
+4
*
[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.
Michael Kruse
2019-02-19
1
-0
/
+4
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
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
-1
/
+4
*
[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
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-1
/
+0
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+7
*
[OpenCL] Fix serialization of OpenCLExtensionDecls
Andrew Savonichev
2018-10-29
1
-1
/
+4
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+4
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+2
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-9
/
+7
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+2
*
[AST] Various optimizations + refactoring in DeclarationName(Table)
Bruno Ricci
2018-09-21
1
-1
/
+1
*
[OPENMP] Fix spelling of getLoopCounter (NFC)
Mike Rice
2018-09-20
1
-1
/
+1
*
[OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
Kelvin Li
2018-09-15
1
-0
/
+465
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-20
/
+13
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-0
/
+1
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-13
/
+20
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-20
/
+13
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-3
/
+4
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+13
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-12
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+12
*
[PCH] Add an option to not write comments into PCH
Ilya Biryukov
2018-07-09
1
-1
/
+4
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
1
-2
/
+2
*
[modules] Do not serialize / deserialize pending new/delete mismatch
Richard Smith
2018-06-28
1
-7
/
+9
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
1
-4
/
+11
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-1
/
+1
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-17
/
+16
*
[AST] Print correct tag decl for tag specifier
Joel E. Denny
2018-05-14
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-33
/
+33
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-0
/
+2
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-1
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+1
*
Record whether a module came from a private module map
Jordan Rose
2018-04-20
1
-1
/
+3
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard
Richard Smith
2018-04-05
1
-1
/
+3
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-0
/
+1
[prev]
[next]