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
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC] Fix type checking for qualified id block parameters.
Volodymyr Sapsai
2019-08-28
1
-3
/
+3
*
[ASTImporter] Fix name conflict handling with different strategies
Gabor Marton
2019-08-27
1
-81
/
+90
*
[clang] Ensure that statements, expressions and types are trivially destructible
Bruno Ricci
2019-08-27
2
-0
/
+24
*
[clang] Ensure that comment classes are trivially destructible
Bruno Ricci
2019-08-27
1
-0
/
+15
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
1
-2
/
+3
*
[Sema] Don't warn on printf('%hd', [char]) (PR41467)
Nathan Huckleberry
2019-08-23
1
-0
/
+2
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
2
-0
/
+4
*
[ASTImporter] Import ctor initializers after setting flags.
Balazs Keri
2019-08-16
1
-17
/
+17
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
7
-12
/
+12
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
1
-0
/
+85
*
[Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey
Erik Pilkington
2019-08-14
1
-0
/
+17
*
[ASTImporter] Import default expression of param before creating the param.
Balazs Keri
2019-08-14
1
-19
/
+47
*
Add a missing header comment, NFC
Erik Pilkington
2019-08-13
1
-0
/
+13
*
Revert "Fix crash on switch conditions of non-integer types in templates"
Dmitri Gribenko
2019-08-13
1
-9
/
+0
*
[clang] Refactor doc comments to Decls attribution
Jan Korous
2019-08-13
2
-190
/
+256
*
Fix crash on switch conditions of non-integer types in templates
Elizabeth Andrews
2019-08-13
1
-0
/
+9
*
[ASTImporter] Import additional flags for functions.
Balazs Keri
2019-08-13
1
-0
/
+3
*
[ASTDump] Add is_anonymous to VisitCXXRecordDecl
Shafik Yaghmour
2019-08-12
1
-0
/
+1
*
[ASTImporter] Fix for import of friend class template with definition.
Balazs Keri
2019-08-12
1
-4
/
+6
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
9
-5
/
+77
*
[OPENMP]Add support for analysis of linear variables and step.
Alexey Bataev
2019-08-08
1
-6
/
+23
*
[ASTImporter] Do not import FunctionTemplateDecl in record twice.
Balazs Keri
2019-08-07
1
-2
/
+12
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-05
1
-1
/
+1
*
Adds a warning when an inline Doxygen comment has no argument
Dmitri Gribenko
2019-08-05
1
-0
/
+6
*
Revert "[OpenMP 5.0] Codegen support for user-defined mappers."
Michael Kruse
2019-08-04
1
-1
/
+1
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-04
1
-1
/
+1
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
Add typedef declaration information to the JSON AST dump.
Aaron Ballman
2019-07-30
1
-0
/
+2
*
Make the CXXABIs respect the target's default calling convention.
Erich Keane
2019-07-26
2
-2
/
+2
*
Revert "[Sema] Diagnose default-initialization, destruction, and copying of"
Akira Hatanaka
2019-07-26
2
-11
/
+52
*
Remove CallingConvMethodType
Erich Keane
2019-07-25
1
-1
/
+1
*
Implement P1771
Erich Keane
2019-07-25
1
-1
/
+19
*
[ASTImporter] Reorder fields after structure import is finished
Gabor Marton
2019-07-25
1
-1
/
+53
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-24
1
-0
/
+4
*
[ASTImporter] Fix inequivalence of ClassTemplateInstantiations
Gabor Marton
2019-07-23
1
-22
/
+22
*
[clangd] Add dlog()s for SelectionTree, enabling -debug-only=SelectionTree.cpp
Sam McCall
2019-07-22
1
-3
/
+7
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
2
-3
/
+29
*
Revert r366449: [CrossTU] Add a function to retrieve original source location.
Ilya Biryukov
2019-07-18
1
-24
/
+3
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-18
1
-3
/
+24
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
1
-22
/
+3
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
1
-3
/
+22
*
[OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.
Alexey Bataev
2019-07-17
1
-0
/
+12
*
[ASTImporter] Fix structural eq of lambdas
Gabor Marton
2019-07-17
1
-0
/
+20
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
1
-7
/
+28
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-16
1
-0
/
+19
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
6
-8
/
+8
*
Revert "[OPENMP]Add support for analysis of if clauses."
Ali Tamur
2019-07-16
1
-19
/
+0
*
[Sema] Suppress additional warnings for C's zero initializer
Peter Wu
2019-07-16
1
-2
/
+2
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-15
1
-0
/
+19
*
Fix uninitialized variable analyzer warning. NFCI.
Simon Pilgrim
2019-07-15
1
-1
/
+1
[next]