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
...
*
[XRay][clang+compiler-rt] Support build-time mode selection
Dean Michael Berris
2018-04-11
2
-6
/
+37
*
[AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warning...
Eugene Zelenko
2018-04-10
4
-137
/
+233
*
Introduce a new builtin, __builtin_dump_struct, that is useful for dumping st...
Aaron Ballman
2018-04-10
2
-0
/
+157
*
Revert "Handle the default case"
Petr Hosek
2018-04-10
1
-2
/
+0
*
Handle the default case
Petr Hosek
2018-04-10
1
-0
/
+2
*
[Driver] Handle the default case missed in r329748.
Chad Rosier
2018-04-10
1
-0
/
+2
*
[OPENMP] Additional attributes for the pointer parameters.
Alexey Bataev
2018-04-10
5
-59
/
+97
*
[Driver] Allow drivers to add multiple libc++ include paths
Petr Hosek
2018-04-10
21
-59
/
+89
*
[X86] Split up -march=icelake to -client & -server
Gabor Buella
2018-04-10
1
-2
/
+4
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
15
-221
/
+54
*
[CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.
Artem Belevich
2018-04-10
1
-0
/
+19
*
[Parser] Fix assertion-on-invalid for unexpected typename.
Volodymyr Sapsai
2018-04-10
1
-1
/
+2
*
Attempt to fix Windows build after r329698.
Nico Weber
2018-04-10
1
-1
/
+1
*
[X86] Disable SGX for Skylake Server
Gabor Buella
2018-04-10
1
-1
/
+2
*
Use llvm::sys::fs::real_path() in clang.
Nico Weber
2018-04-10
2
-37
/
+5
*
[Tooling] fix UB when interpolating compile commands with an empty index
Sam McCall
2018-04-10
1
-2
/
+2
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
15
-54
/
+221
*
[ExprConstant] Use an AST node and a version number as a key to create
Akira Hatanaka
2018-04-10
2
-75
/
+190
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
8
-35
/
+38
*
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-04-09
3
-270
/
+228
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2018-04-09
1
-407
/
+405
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
8
-38
/
+35
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
8
-35
/
+38
*
asan: kernel: make no_sanitize("address") attribute work with -fsanitize=kern...
Vitaly Buka
2018-04-09
1
-2
/
+8
*
Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"
Akira Hatanaka
2018-04-09
1
-26
/
+4
*
[X86] Emit native IR for pmuldq/pmuludq builtins.
Craig Topper
2018-04-09
1
-0
/
+36
*
[CUDA] Revert defining __CUDA_ARCH__ for amdgcn targets
Yaxun Liu
2018-04-09
5
-69
/
+55
*
[Tooling] A CompilationDatabase wrapper that infers header commands.
Sam McCall
2018-04-09
2
-0
/
+459
*
[Index] Return SourceLocation to consumers, not FileID/Offset pair.
Sam McCall
2018-04-09
2
-22
/
+11
*
[XRay][llvm+clang] Consolidate attribute list files
Dean Michael Berris
2018-04-09
4
-8
/
+35
*
[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...
Eric Fiselier
2018-04-08
2
-2
/
+1
*
Revert "[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with ...
Eric Fiselier
2018-04-08
1
-1
/
+1
*
[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...
Eric Fiselier
2018-04-08
1
-1
/
+1
*
[Sema] Remove dead code in BuildAnonymousStructUnionMemberReference. NFCI
Eric Fiselier
2018-04-08
1
-54
/
+20
*
[Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...
Eric Fiselier
2018-04-08
1
-5
/
+5
*
Generalize the swiftcall API since being passed indirectly isn't
John McCall
2018-04-07
1
-6
/
+4
*
[Driver] Update GCC libraries detection logic for Gentoo.
Manoj Gupta
2018-04-07
2
-23
/
+80
*
Allow equality comparisons between block pointers and
John McCall
2018-04-07
1
-0
/
+13
*
[Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel...
Roman Lebedev
2018-04-07
1
-5
/
+43
*
Sort source lists in lib/StaticAnalyzer.
Nico Weber
2018-04-07
2
-2
/
+2
*
Make CodeGen depend just once on clangAnalysis.
Nico Weber
2018-04-07
1
-1
/
+0
*
Recommit r329442: Generate Libclang invocation reproducers using a new
Alex Lorenz
2018-04-07
1
-9
/
+17
*
Revert r329442 "Generate Libclang invocation reproducers using a new
Alex Lorenz
2018-04-06
1
-10
/
+2
*
Revert "[analyzer] Remove an unused variable"
George Karpenkov
2018-04-06
1
-1
/
+1
*
[analyzer] Remove an unused variable
George Karpenkov
2018-04-06
1
-1
/
+1
*
Generate Libclang invocation reproducers using a new -cc1gen-reproducer
Alex Lorenz
2018-04-06
1
-2
/
+10
*
[HIP] define __CUDA_ARCH_=1 for amdgcn targets
Yaxun Liu
2018-04-06
1
-1
/
+1
*
[OPENMP, NVPTX] Fix codegen for the teams reduction.
Alexey Bataev
2018-04-06
1
-25
/
+19
*
Fix typos in clang
Alexander Kornienko
2018-04-06
96
-152
/
+152
*
[Hexagon] Remove default values from lambda parameters
Krzysztof Parzyszek
2018-04-06
1
-24
/
+24
[prev]
[next]