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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix the instrument-functions tests
Hans Wennborg
2017-11-14
2
-4
/
+4
*
[refactor][selection] canonicalize member expr callee to the full
Alex Lorenz
2017-11-14
2
-1
/
+64
*
Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...
Hans Wennborg
2017-11-14
11
-88
/
+121
*
[OPENMP] Fix DSA analysis for threadprivates after deserialization.
Alexey Bataev
2017-11-14
2
-4
/
+13
*
[refactor][extract] avoid extracting expressions from types in functions
Alex Lorenz
2017-11-14
2
-4
/
+20
*
[tooling] Make compile_flags.txt negative test more hermetic
Sam McCall
2017-11-14
1
-1
/
+2
*
Make isDefinition matcher support ObjCMethodDecl
Dave Lee
2017-11-14
3
-6
/
+65
*
Make DiagnosticIDs::getAllDiagnostics static. NFC.
Gabor Horvath
2017-11-14
3
-4
/
+4
*
[ASTImporter] TypeAliasTemplate and PackExpansion importing capability
Gabor Horvath
2017-11-14
2
-0
/
+123
*
[libclang] Allow crash recovery with LIBCLANG_NOTHREADS
Erik Verbruggen
2017-11-14
3
-28
/
+2
*
Refactor ContinuationIndenter's breakProtrudingToken logic.
Manuel Klimek
2017-11-14
5
-67
/
+112
*
[NewPassManager] Pass the -fdebug-pass-manager flag setting into the Analysis...
Craig Topper
2017-11-14
1
-4
/
+4
*
[PM] Require a registered x86 target for this test which uses the x86
Chandler Carruth
2017-11-14
1
-0
/
+2
*
[PM] Wire up support for the bounds checking sanitizer with the new PM.
Chandler Carruth
2017-11-14
2
-0
/
+16
*
[PM] Add a missing header that I had in the next commit but was needed
Chandler Carruth
2017-11-14
1
-0
/
+1
*
[completion] complete ObjC interface names in an expression
Alex Lorenz
2017-11-14
3
-3
/
+30
*
[PM] Port BoundsChecking to the new PM.
Chandler Carruth
2017-11-14
1
-1
/
+1
*
[Sema] Stable sort OverloadCandidates to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-14
1
-1
/
+1
*
Revert "Update test_debuginfo.pl script to point to new tree location."
Zachary Turner
2017-11-13
2
-7
/
+2
*
Update link to protobuf
Hans Wennborg
2017-11-13
1
-1
/
+1
*
Update a link to the old code.google.com bug tracker
Hans Wennborg
2017-11-13
1
-1
/
+1
*
Update link to the Chromium Clang page
Hans Wennborg
2017-11-13
1
-3
/
+3
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-13
2
-241
/
+363
*
OpenCL: Assume inline asm is convergent
Matt Arsenault
2017-11-13
2
-4
/
+12
*
[CodeGen] fix const-ness of cbrt and fma
Sanjay Patel
2017-11-13
6
-45
/
+87
*
[clang] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-13
3
-5
/
+0
*
[analyzer] ObjCGenerics: Don't warn on cast conversions involving explicit cast
Devin Coughlin
2017-11-13
2
-613
/
+580
*
[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang
Teresa Johnson
2017-11-13
2
-0
/
+11
*
[X86] test/testn intrinsics lowering to IR. clang side
Uriel Korach
2017-11-13
9
-232
/
+244
*
Change
Jina Nahias
2017-11-13
1
-3
/
+3
*
[analyzer] Document the issue hash debugging facility
Gabor Horvath
2017-11-13
1
-0
/
+13
*
[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
Jina Nahias
2017-11-13
4
-129
/
+169
*
Fix AST matcher documentation typo
Dave Lee
2017-11-11
2
-2
/
+2
*
Add ObjC exception statement AST matchers
Dave Lee
2017-11-11
4
-0
/
+105
*
[python] [tests] Fix test_linkage for unique external linkage
Michal Gorny
2017-11-11
1
-1
/
+2
*
Adjust r316292 - remove the anonymous union for sharing a bitfield in Functio...
Faisal Vali
2017-11-11
4
-25
/
+19
*
[cxx_status] Add resolution of CWG issue 1581, since it's an important, visib...
Richard Smith
2017-11-11
1
-1
/
+12
*
[cxx_status] Update for moved Albuquerque papers.
Richard Smith
2017-11-11
1
-3
/
+47
*
[coroutines] Promote cleanup.dest.slot allocas to registers to avoid storing ...
Gor Nishanov
2017-11-11
3
-17
/
+61
*
[CUDA] Fix std::min on device side to return the min, not the max.
Justin Lebar
2017-11-11
1
-1
/
+1
*
Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fission
Jake Ehrlich
2017-11-11
5
-44
/
+51
*
Revert "[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang"
Teresa Johnson
2017-11-11
2
-11
/
+0
*
Handle lambda captures of variable length arrays in profiling and printing.
Richard Trieu
2017-11-11
3
-0
/
+10
*
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2017-11-11
5
-178
/
+285
*
Add x86-registered-target to REQUIRES for new test
Teresa Johnson
2017-11-11
1
-0
/
+1
*
[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang
Teresa Johnson
2017-11-10
2
-0
/
+10
*
Remove declaration of EmitMCountInstrumentation(). NFC
Hans Wennborg
2017-11-10
1
-3
/
+0
*
Fix for skipped CMake configuration on debuginfo-tests.
Zachary Turner
2017-11-10
1
-0
/
+7
*
[debuginfo-tests] Make debuginfo-tests work in a standard configuration.
Zachary Turner
2017-11-10
1
-2
/
+0
*
AMDGPU: Add -mxnack/-mno-xnack options that set +/-xnack feature
Konstantin Zhuravlyov
2017-11-10
2
-1
/
+10
[next]