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
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few issues while skipping function bodies
Olivier Goffart
2016-06-16
1
-1
/
+1
*
Keep invalid functions as part of the AST
Olivier Goffart
2016-06-16
1
-4
/
+3
*
Functions declared in a scope should not hide previous declaration in earlier...
Olivier Goffart
2016-06-16
1
-10
/
+13
*
Apply some suggestions from clang-tidy's performance-unnecessary-value-param.
Benjamin Kramer
2016-06-15
3
-27
/
+19
*
Revert accidential "[MSVC] Late parsing of in-class defined member functions ...
Alexey Bataev
2016-06-15
3
-53
/
+5
*
[OPENMP] Fix crash for 'schedule|dist_schedule' clauses during
Alexey Bataev
2016-06-15
1
-2
/
+4
*
[MSVC] Late parsing of in-class defined member functions in template
Alexey Bataev
2016-06-15
3
-5
/
+53
*
Add a "declared 'nonnull' here" note to warnings where an expression is check...
Nick Lewycky
2016-06-15
1
-7
/
+9
*
[OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.
Yaxun Liu
2016-06-14
2
-2
/
+2
*
Add loop pragma for Loop Distribution
Adam Nemet
2016-06-14
1
-12
/
+22
*
Reverting "Warn when taking address of a packed member"
Roger Ferrer Ibanez
2016-06-14
1
-24
/
+0
*
Fix PR28100 - Allow redeclarations of deleted explicit specializations.
Faisal Vali
2016-06-14
1
-6
/
+14
*
Detect recursive default argument definition
Serge Pavlov
2016-06-14
1
-0
/
+7
*
Warn when taking address of a packed member
Roger Ferrer Ibanez
2016-06-13
1
-0
/
+24
*
Fix cv-qualification of '*this' captures and nasty bug PR27507
Faisal Vali
2016-06-11
2
-25
/
+118
*
[AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...
Craig Topper
2016-06-11
1
-3
/
+0
*
[AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...
Craig Topper
2016-06-11
1
-6
/
+0
*
[Sema] Return an appropriate result from CheckSpecifiedExceptionType
David Majnemer
2016-06-11
1
-2
/
+5
*
Revise RenderScript attribute declaration
Pirama Arumuga Nainar
2016-06-10
1
-13
/
+2
*
Remove a few gendered pronouns.
Nico Weber
2016-06-10
4
-7
/
+6
*
[-fms-extensions] Permit incomplete types in dynamic exception specifications
David Majnemer
2016-06-10
1
-2
/
+5
*
Fix recognition of shadowed template parameter
Serge Pavlov
2016-06-10
1
-6
/
+8
*
Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.
Richard Smith
2016-06-10
3
-12
/
+22
*
RenderScript support in the Frontend
Pirama Arumuga Nainar
2016-06-09
1
-0
/
+15
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
11
-83
/
+48
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
11
-48
/
+83
*
CIndex: add support for static_assert
Olivier Goffart
2016-06-09
1
-0
/
+1
*
[Sema] Don't crash when a field w/ a mem-initializer clashes with a record name
David Majnemer
2016-06-09
1
-2
/
+1
*
[Sema] Don't permit catching variably modified types
David Majnemer
2016-06-08
1
-0
/
+5
*
Correcting a typo in a comment; NFC.
Aaron Ballman
2016-06-08
1
-1
/
+1
*
[Sema] Teach CheckPlaceholderExpr about unaddressable functions.
George Burgess IV
2016-06-08
3
-25
/
+47
*
[OPENCL] Fix wrongly vla error for OpenCL array.
Xiuli Pan
2016-06-07
1
-1
/
+2
*
Revert "[OPENCL] Fix wrongly vla error for OpenCL array."
Xiuli Pan
2016-06-07
1
-2
/
+1
*
[OPENCL] Fix wrongly vla error for OpenCL array.
Xiuli Pan
2016-06-07
1
-1
/
+2
*
[CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich
2016-06-06
1
-14
/
+27
*
FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren
2016-06-02
1
-1
/
+2
*
[Sema] Fix incorrect enum token namespace
Etienne Bergeron
2016-06-01
1
-3
/
+3
*
ObjC lifetime: pull sugar off when the qualifiers conflict.
Manman Ren
2016-06-01
1
-4
/
+6
*
It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consis...
Aaron Ballman
2016-06-01
1
-0
/
+4
*
[MSVC] Fix stack overflow in unqualified type lookup logic, by Will
Alexey Bataev
2016-05-31
1
-5
/
+11
*
[OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao
2016-05-27
1
-2
/
+4
*
Turn copies into references as suggested by clang-tidy's performance-unnecess...
Benjamin Kramer
2016-05-27
1
-2
/
+2
*
Produce better pretty stack traces from crashes in template instantiation: add
Richard Smith
2016-05-26
3
-6
/
+17
*
Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...
Hans Wennborg
2016-05-26
2
-2
/
+38
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
2
-6
/
+53
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
2
-97
/
+197
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
2
-1
/
+33
*
Fix crash while parsing variable template with variadic template arguments
Olivier Goffart
2016-05-26
1
-1
/
+1
*
[MSVC] Support for __unaligned qualifier in functions
Andrey Bokhanko
2016-05-26
3
-3
/
+5
*
[ObjC] Remove _Atomic from return type and parameter type of
Akira Hatanaka
2016-05-26
1
-8
/
+16
[next]