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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RISCV] Fix passing two floating-point values in complex separately by two GP...
Jim Lin
2020-06-25
2
-0
/
+50
*
[RISCV] Fix sysroot tests without GCC on RISC-V hosts with GCC
Luís Marques
2020-06-25
2
-0
/
+2
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
1
-0
/
+12
*
[X86] Add tests to clang Driver to ensure that SLH/Retpoline features are not...
Scott Constable
2020-06-24
1
-0
/
+7
*
Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...
Craig Topper
2020-06-24
1
-5
/
+0
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
1
-0
/
+5
*
[X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)
Scott Constable
2020-06-24
1
-0
/
+5
*
[Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_be
Fangrui Song
2020-06-24
1
-2
/
+3
*
[Driver] Support -fsanitize=shadow-call-stack on aarch64_be
Fangrui Song
2020-06-24
1
-0
/
+4
*
[PowerPC] Treat 'Z' inline asm constraint as a true memory constraint
Nemanja Ivanovic
2020-06-22
1
-0
/
+13
*
[AARch64] Add Marvell ThunderX3T110 support
Wei Zhao
2020-06-17
1
-0
/
+28
*
[clang] Fix crash on visiting null nestedNameSpecifier.
Haojian Wu
2020-06-10
1
-0
/
+6
*
PR45063: Fix crash on invalid processing an elaborated class template-id
Richard Smith
2020-06-10
1
-0
/
+4
*
[clang] Persist Attr::IsPackExpansion into the PCH
Nathan Ridge
2020-06-10
1
-0
/
+25
*
PR45350: Handle unsized array CXXConstructExprs in constant evaluation
Richard Smith
2020-05-18
1
-0
/
+20
*
[CodeGen] fix inline builtin-related breakage from D78162
George Burgess IV
2020-05-07
1
-0
/
+16
*
[CodeGen] only add nobuiltin to inline builtins if we'll emit them
George Burgess IV
2020-05-07
1
-0
/
+25
*
PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...
Aaron Puchert
2020-05-06
2
-1
/
+20
*
[Sema] Allow function attribute patchable_function_entry on aarch64_be
Fangrui Song
2020-05-06
1
-0
/
+1
*
Teach TreeTransform to substitute into resolved TemplateArguments.
Richard Smith
2020-04-14
1
-0
/
+34
*
Use FinishThunk to finish musttail thunks
Reid Kleckner
2020-04-13
2
-0
/
+56
*
[CUDA] Warn about unsupported CUDA SDK version only if it's used.
Artem Belevich
2020-03-23
1
-0
/
+5
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-19
3
-2
/
+5
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-19
1
-0
/
+13
*
Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...
Hans Wennborg
2020-03-18
1
-13
/
+0
*
Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...
Hans Wennborg
2020-03-18
3
-5
/
+2
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-17
3
-2
/
+5
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-17
1
-0
/
+13
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-2
/
+67
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-19
/
+1
*
PR45124: Don't leave behind pending cleanups when declaring implicit
Richard Smith
2020-03-11
1
-0
/
+15
*
[Concepts] Add constraints checks to isSameEntity
Saar Raz
2020-03-10
1
-0
/
+37
*
[Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...
Saar Raz
2020-03-06
1
-0
/
+12
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-1
/
+19
*
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
Hans Wennborg
2020-03-03
2
-2
/
+11
*
Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"
Hans Wennborg
2020-02-27
2
-33
/
+0
*
[driver][darwin] Don't use -platform_version flag by default (PR44813)
Hans Wennborg
2020-02-27
4
-9
/
+27
*
Put microsoft template parameter shadow warning behind separate flag (PR44794)
Hans Wennborg
2020-02-26
1
-0
/
+11
*
[remark][diagnostics] [codegen] Fix PR44896
Rong Xu
2020-02-26
1
-0
/
+15
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
22
-167
/
+173
*
PR44890: Inherit explicitly-specified template arguments into base class
Richard Smith
2020-02-19
1
-0
/
+17
*
[Clang] Limit -fintegrated-cc1 to only one TU
Alexandre Ganea
2020-02-13
1
-8
/
+23
*
Fix a reentrance bug with deserializing ObjC type parameters.
John McCall
2020-02-13
3
-0
/
+25
*
Fix type-dependency of bitfields in templates
Elizabeth Andrews
2020-02-13
2
-1
/
+15
*
[Concepts] Do not check constraints if not all template arguments have been d...
Saar Raz
2020-02-12
1
-0
/
+6
*
[OpenCL] Restrict addr space conversions in nested pointers
Anastasia Stulova
2020-02-12
5
-7
/
+50
*
[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...
Alexandre Ganea
2020-02-12
1
-0
/
+8
*
Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...
Alexandre Ganea
2020-02-10
2
-5
/
+78
*
[analyzer] Fix a couple of bugs in HTML report generation.
Artem Dergachev
2020-02-10
4
-0
/
+111
*
[Concepts] Fix incorrect check when instantiating abbreviated template type-c...
Saar Raz
2020-02-06
1
-7
/
+11
[next]