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
*
clang-format: Improve braced-list detection.
Daniel Jasper
2016-12-13
1
-2
/
+2
*
CodeGen: clean up -Wpedantic warning (NFC)
Saleem Abdulrasool
2016-12-13
1
-1
/
+1
*
[analyzer] Run clang-format and fix style
Dominic Chen
2016-12-13
3
-213
/
+193
*
Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"
Bruno Cardoso Lopes
2016-12-12
1
-11
/
+3
*
Revert "[Headers] Add #include_next for tgmath.h on Darwin"
Bruno Cardoso Lopes
2016-12-12
1
-9
/
+0
*
[Modules] Make header inclusion order from umbrella dirs deterministic
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+11
*
[CrashReproducer] Collect PCH included via -include-pch
Bruno Cardoso Lopes
2016-12-12
2
-3
/
+35
*
[Frontend] Use vfs for directory iteration while searching PCHs. NFCI
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+4
*
Fix typo and remove unnecessary statement.
Samuel Antao
2016-12-12
1
-2
/
+1
*
Avoid use of std::to_string. NFC.
Vedant Kumar
2016-12-12
1
-1
/
+1
*
Fix format and a few typos in comments.
Samuel Antao
2016-12-12
2
-17
/
+15
*
[Fix] Add missing include from r289444.
Filipe Cabecinhas
2016-12-12
1
-0
/
+2
*
[clang] Version support for UBSan handlers
Filipe Cabecinhas
2016-12-12
7
-36
/
+84
*
[Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)
Michal Gorny
2016-12-12
2
-45
/
+88
*
Use function_ref to avoid allocation in std::function. NFC.
Benjamin Kramer
2016-12-12
1
-1
/
+2
*
[StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.
Haojian Wu
2016-12-12
1
-2
/
+2
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
4
-4
/
+23
*
[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld
2016-12-12
1
-34
/
+13
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
16
-17
/
+405
*
[CrashReproducer] Setup a module collector callback for HeaderInclude
Bruno Cardoso Lopes
2016-12-11
1
-0
/
+20
*
[CrashReproducer] Collect headermap files
Bruno Cardoso Lopes
2016-12-11
2
-1
/
+20
*
[AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has v...
Craig Topper
2016-12-11
1
-34
/
+20
*
[AVX-512] Remove masking from 512-bit pshufb builtin. The backend now has a v...
Craig Topper
2016-12-10
1
-16
/
+10
*
[AVX-512] Remove 128/256-bit masked vpermilvar builtins and replace with sele...
Craig Topper
2016-12-10
1
-50
/
+32
*
Simplify parseShowColorsArgs logic, NFC.
Yaron Keren
2016-12-10
1
-13
/
+4
*
[analyzer] Improve VirtualCallChecker diagnostics and move into optin package.
Devin Coughlin
2016-12-10
1
-38
/
+83
*
[ubsan] Treat ObjC's BOOL as if its range is always {0, 1}
Vedant Kumar
2016-12-09
1
-7
/
+8
*
[CUDA,Driver] Added --no-cuda-gpu-arch= option.
Artem Belevich
2016-12-09
1
-8
/
+22
*
[c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...
Richard Smith
2016-12-09
1
-11
/
+22
*
Fix unused variable warnings. NFCI.
Simon Pilgrim
2016-12-09
2
-4
/
+4
*
[modules] Add optional out-param to ASTReader::ReadAST for imported submodules.
Graydon Hoare
2016-12-09
1
-1
/
+6
*
Remove special error recovery for ::(id)
Reid Kleckner
2016-12-09
1
-46
/
+0
*
Improve error message when referencing a non-tag type with a tag
Reid Kleckner
2016-12-09
3
-11
/
+26
*
Add support for non-zero null pointer for C and OpenCL
Yaxun Liu
2016-12-09
14
-61
/
+212
*
DR1295 and cleanup for P0135R1: Make our initialization code more directly
Richard Smith
2016-12-09
6
-241
/
+272
*
[DOXYGEN] Improved doxygen comments for x86 intrinsics headers.
Ekaterina Romanova
2016-12-09
13
-615
/
+615
*
Don't assert when redefining a built-in macro in a PCH, PR29119
Nico Weber
2016-12-09
2
-4
/
+27
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
9
-76
/
+77
*
[clang-format] calculate MaxInsertOffset in the original code correctly.
Eric Liu
2016-12-09
1
-0
/
+2
*
[Headers] Add #include_next for tgmath.h on Darwin
Bruno Cardoso Lopes
2016-12-09
1
-0
/
+9
*
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Kelvin Li
2016-12-09
13
-11
/
+199
*
[CrashReproducer] Provide a clean dir path for -fmodules-cache-path
Bruno Cardoso Lopes
2016-12-09
1
-3
/
+6
*
[CrashReproducer] Rewrite relative include paths
Bruno Cardoso Lopes
2016-12-09
1
-24
/
+94
*
[DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.
Ekaterina Romanova
2016-12-08
1
-26
/
+26
*
[DOXYGEN] Improved doxygen comments.
Ekaterina Romanova
2016-12-08
2
-14
/
+18
*
[sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)
Mike Aizatsky
2016-12-08
1
-1
/
+2
*
[DOXYGEN] Improved doxygen comments for emmintrin.h intrinsics.
Ekaterina Romanova
2016-12-08
1
-100
/
+100
*
[DebugInfo] Add support for __fp16, float, and double constants.
David Gross
2016-12-08
1
-0
/
+3
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
3
-33
/
+71
*
[DOXYGEN] Improved doxygen comments.
Ekaterina Romanova
2016-12-08
2
-37
/
+38
[next]