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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-format] Recognize percents as format specifiers in protos
Krasimir Georgiev
2018-02-14
3
-0
/
+13
*
Update for llvm change. NFC.
Rafael Espindola
2018-02-14
2
-3
/
+3
*
[Modules] Add more language features to be used with requires-declaration
Bruno Cardoso Lopes
2018-02-14
4
-1
/
+54
*
[OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny
Alexey Bataev
2018-02-14
67
-150
/
+150
*
[CUDA] Allow external variables in separate compilation
Jonas Hahnfeld
2018-02-14
2
-1
/
+7
*
Revert r324991 "Fix for PR32992. Static const classes not exported."
Hans Wennborg
2018-02-14
2
-32
/
+3
*
[AST] Fix passing large-array-init.cpp on builds without asserts
Ivan A. Kosarev
2018-02-14
1
-0
/
+1
*
[AST] Refine the condition for element-dependent array fillers
Ivan A. Kosarev
2018-02-14
2
-2
/
+32
*
Quick fix for 325116 buildbots: move template specialization into namespace
Aleksei Sidorin
2018-02-14
1
-27
/
+29
*
[Sema] Fix decltype of static data members
Mikhail Maltsev
2018-02-14
2
-3
/
+9
*
[ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...
Aleksei Sidorin
2018-02-14
4
-64
/
+161
*
Test commit access
Henry Wong
2018-02-14
1
-1
/
+1
*
Fix a couple of places where we assumed that non-type template parameters are...
Richard Smith
2018-02-14
6
-8
/
+26
*
Implement function attribute artificial
Erich Keane
2018-02-14
6
-1
/
+37
*
[analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...
George Karpenkov
2018-02-13
2
-14
/
+18
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
8
-6
/
+57
*
Update StmtProfile.cpp to handle zero template arguments.
Richard Trieu
2018-02-13
2
-2
/
+20
*
[AMDGPU] Change constant addr space to 4
Yaxun Liu
2018-02-13
14
-69
/
+79
*
An updated test to show the current warnings produced for implicit conversion...
Andrew V. Tischenko
2018-02-13
1
-0
/
+14
*
[clang-format] Support text proto extensions
Krasimir Georgiev
2018-02-13
5
-6
/
+113
*
Fix for PR32992. Static const classes not exported.
Hans Wennborg
2018-02-13
2
-3
/
+32
*
[DebugInfo] Avoid name conflict of generated VLA expression variable.
Sander de Smalen
2018-02-13
11
-13
/
+14
*
[Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo...
Bruno Cardoso Lopes
2018-02-12
2
-33
/
+36
*
[analyzer] Exploration strategy prioritizing unexplored coverage first
George Karpenkov
2018-02-12
5
-12
/
+120
*
[X86] Reverse the operand order of the implementation of the kunpack builtins.
Craig Topper
2018-02-12
3
-4
/
+5
*
[CFG] Provide construction contexts for return value constructors.
Artem Dergachev
2018-02-12
3
-2
/
+98
*
Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.
John Baldwin
2018-02-12
2
-0
/
+8
*
[analyzer] [tests] Fix a typo in analyzer testing script.
George Karpenkov
2018-02-12
1
-1
/
+1
*
[AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portion
Abderrazek Zaafrani
2018-02-12
2
-48
/
+145
*
[DebugInfo] Update Checksum handling in CGDebugInfo
Scott Linder
2018-02-12
2
-12
/
+16
*
Add a unit test for Driver::getDefaultModuleCachePath().
Adrian Prantl
2018-02-12
2
-0
/
+29
*
Further cleanup to Driver mode code, as suggested by dblaikie [NFC]
Erich Keane
2018-02-12
1
-9
/
+7
*
[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
Fangrui Song
2018-02-12
7
-15
/
+85
*
[Sema] Don't mark plain MS enums as fixed
Reid Kleckner
2018-02-12
6
-48
/
+92
*
Update target-note-test to be current with the AMDGPU changes
Erich Keane
2018-02-12
1
-9
/
+9
*
Make attribute-target on a Definition-after-use update the LLVM attributes
Erich Keane
2018-02-12
4
-40
/
+71
*
Add Invalid-note test negllected in R324673,324674,324675,324676
Erich Keane
2018-02-12
1
-0
/
+162
*
Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
5
-10
/
+112
*
[clang-format] Fix comment indentation in text protos
Krasimir Georgiev
2018-02-12
2
-0
/
+13
*
Allow the NS, CF, and ObjC attributes to be used with -fdouble-square-bracket...
Aaron Ballman
2018-02-12
6
-50
/
+134
*
ASan+operator new[]: Add an option for more thorough operator new[] cookie po...
Filipe Cabecinhas
2018-02-12
5
-1
/
+29
*
[CUDA] Add option to generate relocatable device code
Jonas Hahnfeld
2018-02-12
6
-11
/
+59
*
[CUDA] Fix test cuda-external-tools.cu
Jonas Hahnfeld
2018-02-12
1
-51
/
+54
*
[X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...
Craig Topper
2018-02-10
3
-33
/
+88
*
Fix test clang-diff-json.cpp
Aaron Smith
2018-02-10
1
-3
/
+3
*
Add vector add/sub/mul/div by scalar tests (PR27085)
Simon Pilgrim
2018-02-10
1
-0
/
+42
*
Make a build bot happy.
Gabor Horvath
2018-02-10
2
-7
/
+7
*
[Templight] Template Instantiation Observer
Gabor Horvath
2018-02-10
25
-4
/
+1113
*
[analyzer] NFC: Assert that our fix for noreturn destructors keeps working.
Artem Dergachev
2018-02-10
1
-5
/
+15
*
[analyzer] Fix a merge error in -analyzer-config tests.
Artem Dergachev
2018-02-10
2
-2
/
+2
[prev]
[next]