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
*
clang-format: Add option to break after definition return type for top-level ...
Birunthan Mohanathas
2015-06-29
1
-6
/
+13
*
[x86][AVX512CD] Add conflict and lzcnt intrinsics in their 512bit versions
Asaf Badouh
2015-06-29
1
-0
/
+4
*
[X86][AVX512BW] Add more intrinsics support:
Asaf Badouh
2015-06-29
1
-0
/
+30
*
AVX-512: Implemented AVX-512 FMA intrinsics and tests.
Elena Demikhovsky
2015-06-29
1
-6
/
+66
*
clang-format: Add missing members to FormatStyle::operator==
Birunthan Mohanathas
2015-06-28
1
-0
/
+6
*
clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
2015-06-28
1
-266
/
+268
*
[Sema] Unions cannot have virtual functions.
Davide Italiano
2015-06-27
1
-0
/
+2
*
clang-format: Fix language of DisableFormat description
Birunthan Mohanathas
2015-06-27
1
-1
/
+1
*
Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
2015-06-26
1
-0
/
+12
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
8
-5
/
+44
*
[Parse] Allow 'constexpr' in condition declarations
Meador Inge
2015-06-25
1
-0
/
+2
*
[modules] Fix findDirectiveAtLoc to not call a member function on a null poin...
Richard Smith
2015-06-25
1
-1
/
+3
*
Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
2015-06-25
1
-0
/
+1
*
[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Artem Belevich
2015-06-25
1
-1
/
+1
*
[Concepts] Parsing of requires-clause in template-declaration
Hubert Tong
2015-06-25
1
-0
/
+1
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
9
-61
/
+50
*
Improve error handling for PR22560.
Bob Wilson
2015-06-23
1
-4
/
+4
*
[MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
2015-06-23
1
-0
/
+11
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
1
-0
/
+2
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
7
-7
/
+134
*
Moving r215806, r215807, and r215808 into AttrDocs.td. These changes were ori...
Aaron Ballman
2015-06-23
1
-0
/
+5
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
2
-3
/
+3
*
[MS ABI] Rework member pointer conversion
David Majnemer
2015-06-23
1
-0
/
+4
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-2
/
+8
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
140
-215
/
+205
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-1
/
+1
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
3
-1
/
+8
*
Document the nullability attributes.
Douglas Gregor
2015-06-22
2
-5
/
+116
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
140
-205
/
+215
*
Sema: add a helper for enumerating the TST id (NFC)
Saleem Abdulrasool
2015-06-21
1
-1
/
+1
*
Clean up CLCompatOptions.td a bit.
Nico Weber
2015-06-21
1
-27
/
+34
*
ASTReader: Treat InputFileOffsets as unaligned to avoid UB
Justin Bogner
2015-06-21
1
-1
/
+2
*
Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"
Justin Bogner
2015-06-21
1
-1
/
+1
*
ASTReader: Copy input file offset data to avoid unaligned accesses
Justin Bogner
2015-06-20
1
-1
/
+1
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
12
-80
/
+247
*
ASTContext.h: Fix utf8 chars in comments.
NAKAMURA Takumi
2015-06-20
1
-4
/
+4
*
Suppress bogus gcc -Wreturn-type warnings.
Nico Weber
2015-06-20
1
-0
/
+1
*
Handle 'instancetype' in ParseDeclarationSpecifiers.
Douglas Gregor
2015-06-19
1
-1
/
+13
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
2
-2
/
+10
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-0
/
+4
*
[CFI] Require -flto instead of implying it.
Alexey Samsonov
2015-06-19
2
-2
/
+1
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
4
-23
/
+67
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
5
-11
/
+82
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
4
-4
/
+13
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
10
-44
/
+202
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
3
-3
/
+10
*
Add a comment and FIXME based on the commit message that made the
Eric Christopher
2015-06-19
1
-0
/
+3
*
AMDGPU: Fix renamed file that was somehow dropped from last commit
Matt Arsenault
2015-06-19
1
-0
/
+36
*
AMDGPU: Fix places missed in rename
Matt Arsenault
2015-06-19
2
-39
/
+3
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
9
-1
/
+130
[next]