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
...
*
[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.
Justin Lebar
2016-10-10
2
-8
/
+9
*
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...
Daniel Jasper
2016-10-10
2
-2
/
+0
*
P0035R4: Semantic analysis and code generation for C++17 overaligned
Richard Smith
2016-10-10
2
-0
/
+2
*
[CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.
Justin Lebar
2016-10-08
2
-0
/
+18
*
[modules] Be sure to emit local specializations of imported templates, even if
Richard Smith
2016-10-06
1
-4
/
+41
*
Allocate after the early exit checks. NFC.
Vassil Vassilev
2016-10-06
1
-2
/
+2
*
[modules] Allow VarDecls with initializers to use special var abbrev.
Vassil Vassilev
2016-10-06
2
-11
/
+9
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-4
/
+3
*
P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.
Richard Smith
2016-09-29
2
-4
/
+7
*
[ASTImporter] Implement some expression-related AST node import (part 2)
Aleksei Sidorin
2016-09-28
2
-0
/
+2
*
Remove excessive padding from RedeclarableResult
Alexander Shaposhnikov
2016-09-24
1
-7
/
+8
*
Remove excessive padding from ObjCCategoriesVisitor
Alexander Shaposhnikov
2016-09-24
1
-8
/
+8
*
Revert "[modules] When merging one definition into another, propagate the lis...
Eric Liu
2016-09-14
1
-3
/
+16
*
[modules] When merging one definition into another, propagate the list of
Richard Smith
2016-09-14
1
-16
/
+3
*
ObjectiveC generics: Add ObjCTypeParamType in the type system.
Manman Ren
2016-09-13
2
-0
/
+36
*
Fix interaction between serialization and c++1z feature.
Richard Trieu
2016-09-13
1
-1
/
+1
*
[modules] When we merge two definitions of a function, mark the retained
Richard Smith
2016-09-12
2
-24
/
+31
*
Modules: for ObjectiveC try to keep the definition invariant.
Manman Ren
2016-09-09
1
-36
/
+59
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
3
-0
/
+18
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
2
-36
/
+213
*
Do not validate pch when -fno-validate-pch is set
Yaxun Liu
2016-09-07
1
-5
/
+25
*
Clean up handling of reading module files from stdin. Don't bother trying to
Richard Smith
2016-09-02
1
-3
/
+6
*
Refactor to avoid holding a reference to a container element that could go away
Richard Smith
2016-09-02
1
-40
/
+36
*
PR29166: when merging declarations with typedef names for linkage purposes,
Richard Smith
2016-08-30
1
-1
/
+1
*
Fix a bug preventing the cause for a module file-not-found from being displayed
Adrian Prantl
2016-08-29
1
-1
/
+1
*
Fix a bug preventing the cause of a module-out-of-date error from being printed
Adrian Prantl
2016-08-29
1
-1
/
+1
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-2
/
+5
*
Refactor to remove the assumption that we know the name of the module we're e...
Richard Smith
2016-08-25
1
-6
/
+13
*
Lazily load the ContextDecl for a lambda's DefinitionData, to fix a
Richard Smith
2016-08-25
2
-2
/
+2
*
PR29097: add an update record when we instantiate the default member
Richard Smith
2016-08-24
3
-0
/
+32
*
[GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen
2016-08-22
1
-4
/
+3
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
3
-20
/
+21
*
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
Diana Picus
2016-08-18
2
-19
/
+0
*
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
Kelvin Li
2016-08-17
2
-0
/
+19
*
[GraphWriter] Change GraphWriter to use NodeRef in GraphTraits
Tim Shen
2016-08-17
1
-0
/
+1
*
P0217R3: serialization/deserialization support for c++17 decomposition declar...
Richard Smith
2016-08-12
2
-2
/
+39
*
[ASTReader] Use real move semantics instead of emulating them in the copy ctor.
Benjamin Kramer
2016-08-06
1
-3
/
+3
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-2
/
+3
*
[OpenMP] Sema and parsing for 'teams distribute' pragma
Kelvin Li
2016-08-05
2
-0
/
+19
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
2
-1
/
+3
*
[OpenMP] Code generation for the is_device_ptr clause
Samuel Antao
2016-07-28
2
-5
/
+57
*
[OpenMP] Codegen for use_device_ptr clause.
Samuel Antao
2016-07-28
2
-4
/
+67
*
Modules: add command line option fmodules-disable-diagnostic-validation
Manman Ren
2016-07-26
1
-6
/
+12
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-0
/
+2
*
[modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.
Vassil Vassilev
2016-07-22
3
-10
/
+23
*
[OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li
2016-07-20
2
-0
/
+17
*
[modules] Don't emit initializers for VarDecls within a module eagerly whenever
Richard Smith
2016-07-20
4
-10
/
+44
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
2
-3
/
+1
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
2
-1
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
9
-17
/
+10
[prev]
[next]