index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LTO] Add -flto-jobs=N to control backend parallelism
Teresa Johnson
2016-09-23
1
-0
/
+5
*
[clang-format] support header deletion in cleanupAroundReplacemnts.
Eric Liu
2016-09-23
1
-2
/
+7
*
[AVX-512] Add initial support for checking rounding mode arguments of builtins.
Craig Topper
2016-09-23
2
-0
/
+3
*
Add -Wignored-pragma-intrinsic flag
Albert Gutowski
2016-09-21
2
-2
/
+3
*
[AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins
Cameron McInally
2016-09-21
1
-4
/
+4
*
[analyzer] Add a checker that detects blocks in critical sections
Anna Zaks
2016-09-20
1
-0
/
+4
*
[OpenCL] Diagnose assignment to dereference of half type pointer
Yaxun Liu
2016-09-19
1
-1
/
+2
*
Recommit r281457 "Supports adding insertion around non-insertion replacements".
Eric Liu
2016-09-19
1
-7
/
+11
*
When replacements have the same offset, make replacements with smaller length...
Eric Liu
2016-09-17
1
-0
/
+5
*
Touch up [[clang::require_constant_initialization]] docs
Eric Fiselier
2016-09-16
1
-2
/
+2
*
Simplify Clang's version number configuration in CMake.
David L. Jones
2016-09-15
2
-22
/
+1
*
[ARM] ARM-specific attributes should be accepted for big-endian
Oliver Stannard
2016-09-15
1
-1
/
+1
*
Builtins.def: Explicitly undef finitef, to appease mingw. It defines finitef ...
NAKAMURA Takumi
2016-09-15
1
-0
/
+4
*
Revert r281457 "Supports adding insertion around non-insertion replacements."
Artem Belevich
2016-09-14
1
-11
/
+7
*
[clang-cl] Accept the joined equals version of -resource-dir=
Reid Kleckner
2016-09-14
1
-1
/
+1
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
3
-0
/
+27
*
Correct assert text in DeclGroup::getSingleDecl()
Kirill Bobyrev
2016-09-14
1
-1
/
+1
*
Convert finite to builtin
Dehao Chen
2016-09-14
1
-0
/
+8
*
Fix documentation of MemberExpr::getMemberDecl
Stephan Bergmann
2016-09-14
1
-2
/
+2
*
Supports adding insertion around non-insertion replacements.
Eric Liu
2016-09-14
1
-7
/
+11
*
Revert "[modules] When merging one definition into another, propagate the lis...
Eric Liu
2016-09-14
1
-13
/
+2
*
Document option '-rtlib' in clang's man page and help info
Jonas Hahnfeld
2016-09-14
1
-1
/
+2
*
[docs] Fix formatting of characters so that tables line up properly. Add
Richard Smith
2016-09-14
1
-2
/
+4
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
2
-0
/
+5
*
[modules] When merging one definition into another, propagate the list of
Richard Smith
2016-09-14
1
-2
/
+13
*
Color warnings purple rather than orange, to match actual Clang output.
Richard Smith
2016-09-14
1
-1
/
+1
*
Missed update from r281412.
Richard Smith
2016-09-13
1
-1
/
+1
*
Warning flag updates:
Richard Smith
2016-09-13
1
-5
/
+7
*
ObjectiveC Generics: follow-up commit to r281355.
Manman Ren
2016-09-13
1
-1
/
+3
*
Temporary fix for MS _Interlocked intrinsics
Albert Gutowski
2016-09-13
1
-8
/
+0
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
3
-27
/
+0
*
Add bunch of _Interlocked builtins
Albert Gutowski
2016-09-13
1
-6
/
+35
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
3
-0
/
+27
*
[clang-cl] Diagnose duplicate uuids.
Nico Weber
2016-09-13
3
-0
/
+17
*
ObjectiveC generics: Add ObjCTypeParamType in the type system.
Manman Ren
2016-09-13
7
-1
/
+153
*
ObjectiveC: Refactor applyObjCProtocolQualifiers.
Manman Ren
2016-09-13
1
-0
/
+8
*
Add a class ObjCProtocolQualifiers to wrap APIs for ObjC protocol list.
Manman Ren
2016-09-13
1
-31
/
+66
*
Traversing template paramter lists of DeclaratorDecls and/or TagDecls.
Nico Weber
2016-09-13
1
-0
/
+20
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
3
-0
/
+9
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
3
-9
/
+0
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
3
-0
/
+9
*
Fix a long comment line
Adam Nemet
2016-09-12
1
-1
/
+1
*
[modules] When we merge two definitions of a function, mark the retained
Richard Smith
2016-09-12
1
-0
/
+4
*
Diagnostics reference: "error:" should be red, not orange.
Richard Smith
2016-09-12
1
-1
/
+1
*
[CFG] Add iterator_ranges to CFG and CFGBlock.
Martin Bohme
2016-09-12
1
-0
/
+25
*
Add a mode to clang-tblgen to generate reference documentation for warning and
Richard Smith
2016-09-12
4
-3
/
+88
*
Make -fstandalone-debug and -flimit-debug-info available in clang-cl
Reid Kleckner
2016-09-09
1
-4
/
+4
*
[Docs] Fix typos, remove trailing whitespace.
George Burgess IV
2016-09-09
1
-10
/
+10
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
9
-1
/
+67
*
Implement MS _rot intrinsics
Albert Gutowski
2016-09-08
1
-0
/
+10
[next]