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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Syntax] Use a hash table to search for tokens by their location
Ilya Biryukov
2019-12-18
1
-9
/
+10
*
[Syntax] Allow to mutate syntax trees
Ilya Biryukov
2019-12-18
7
-14
/
+358
*
recommit: [ASTImporter] Friend class decl should not be visible in its context
Gabor Marton
2019-12-18
1
-35
/
+47
*
[OpenCL] Add builtin function extension handling
Sven van Haastregt
2019-12-18
2
-13
/
+44
*
[CFG] Add an option to expand CXXDefaultInitExpr into aggregate initialization
Gabor Horvath
2019-12-17
2
-3
/
+31
*
[analysis] Discard type qualifiers when casting values retrieved from the Store.
Artem Dergachev
2019-12-17
1
-4
/
+10
*
[Driver] Avoid copies in range-based for loops
Mark de Wever
2019-12-17
2
-2
/
+2
*
[Sema] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-17
2
-2
/
+2
*
[Frontend] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-17
1
-3
/
+3
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
9
-7
/
+171
*
[Clang FE, SystemZ] Recognize -mpacked-stack CL option
Jonas Paulsson
2019-12-17
3
-0
/
+11
*
[objc_direct] fix uniquing when re-declaring a readwrite-direct property
Pierre Habouzit
2019-12-17
1
-1
/
+9
*
Revert "[ASTImporter] Friend class decl should not be visible in its context"
Nico Weber
2019-12-17
1
-44
/
+35
*
[driver][darwin] Pass -platform_version flag to the linker instead of the -<p...
Alex Lorenz
2019-12-17
2
-1
/
+50
*
Reland [NFC-I] Remove hack for fp-classification builtins
Erich Keane
2019-12-17
1
-34
/
+24
*
[ASTImporter] Friend class decl should not be visible in its context
Gabor Marton
2019-12-17
1
-35
/
+44
*
[OpenCL] Add ExtVectorElementExpr constant evaluation (PR42387)
Sven van Haastregt
2019-12-17
1
-0
/
+25
*
[ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...
Raphael Isemann
2019-12-17
1
-0
/
+3
*
[MinGW] Implicitly add .exe suffix if not provided
Martin Storsjö
2019-12-17
1
-1
/
+13
*
Check whether the destination is a complete type in a static_cast (or
Richard Smith
2019-12-16
2
-8
/
+9
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
6
-130
/
+110
*
If constant evaluation fails due to an unspecified pointer comparison,
Richard Smith
2019-12-16
1
-2
/
+4
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
4
-77
/
+107
*
[WebAssembly] Setting export_name implies llvm.used
Sam Clegg
2019-12-16
1
-2
/
+2
*
[coroutines][PR41909] Generalize fix from D62550
Brian Gesiak
2019-12-16
1
-14
/
+15
*
Revert "[NFC-I] Remove hack for fp-classification builtins"
Erich Keane
2019-12-16
1
-18
/
+34
*
[NFC-I] Remove hack for fp-classification builtins
Erich Keane
2019-12-16
1
-34
/
+18
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
1
-43
/
+1
*
[OPENMP50]Add if clause in target teams idistribute simd directive.
Alexey Bataev
2019-12-16
1
-1
/
+3
*
[TLI] Support for per-Function TLI that overrides available libfuncs
Teresa Johnson
2019-12-16
1
-9
/
+0
*
[OPENMP50]Add if clause in target teams distribute parallel for simd directive.
Alexey Bataev
2019-12-16
1
-1
/
+9
*
[clang][SystemZ] Add support for -march=native
Ulrich Weigand
2019-12-16
3
-5
/
+18
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
2
-9
/
+8
*
Mark the major papers for C++20 consistent comparisons as "done", and
Richard Smith
2019-12-15
1
-0
/
+1
*
[c++20] Compute exception specifications for defaulted comparisons.
Richard Smith
2019-12-15
2
-56
/
+119
*
Properly compute whether statement expressions can throw, rather than
Richard Smith
2019-12-15
2
-60
/
+275
*
Resolve exception specifications after marking the corresponding
Richard Smith
2019-12-15
3
-30
/
+50
*
[AST] Use a reference in a range-based for
Mark de Wever
2019-12-15
1
-2
/
+2
*
[clang] Improve LLVM-style RTTI support in ExternalASTSource/ExternalSemaSource
Raphael Isemann
2019-12-15
3
-0
/
+5
*
[analyzer] Add support for namespaces to GenericTaintChecker
Borsik Gabor
2019-12-15
1
-58
/
+123
*
Move ASTRecordWriter into its own header; NFC.
John McCall
2019-12-14
3
-11
/
+27
*
Move ASTRecordReader into its own header; NFC.
John McCall
2019-12-14
4
-13
/
+34
*
Abstract serialization: TableGen the (de)serialization code for Types.
John McCall
2019-12-14
2
-1406
/
+57
*
Standardize the reader methods in ASTReader; NFC.
John McCall
2019-12-14
3
-1075
/
+976
*
[Driver] Default to -momit-leaf-frame-pointer for AArch64
Fangrui Song
2019-12-13
1
-3
/
+3
*
PR44268: Fix crash if __builtin_object_size is applied to a heap
Richard Smith
2019-12-13
1
-1
/
+1
*
[c++20] Improve phrasing of diagnostic for missing #include <compare>.
Richard Smith
2019-12-13
2
-6
/
+11
*
[analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.
Artem Dergachev
2019-12-13
1
-6
/
+5
*
[Driver] Use .init_array for all gcc installations and simplify Generic_ELF -...
Fangrui Song
2019-12-13
3
-17
/
+14
*
[OPENMP]Fix skipping of functions body.
Alexey Bataev
2019-12-13
2
-0
/
+6
[prev]
[next]