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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
28
-175
/
+104
*
[analyzer] Provide an option to dump generated exploded graphs to a given file.
George Karpenkov
2018-09-28
3
-5
/
+34
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
15
-125
/
+247
*
[X86] Add the movbe instruction intrinsics from icc.
Craig Topper
2018-09-28
2
-0
/
+62
*
AST: add missing ObjC extensions to MS style name decoration
Saleem Abdulrasool
2018-09-28
1
-3
/
+30
*
[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.
Alexey Bataev
2018-09-28
1
-0
/
+18
*
[ARM] Prevent DSP and SIM32 being set for v6m
Sam Parker
2018-09-28
1
-1
/
+1
*
[ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping
Owen Pan
2018-09-28
1
-0
/
+2
*
Handle dependent class template names in class template argument
Richard Smith
2018-09-28
1
-1
/
+4
*
[cxx2a] P0641R2: (Some) type mismatches on defaulted functions only
Richard Smith
2018-09-28
1
-13
/
+46
*
[cxx2a] P0624R2: Lambdas with no capture-default are
Richard Smith
2018-09-27
3
-1
/
+31
*
[analyzer] Hotfix for the bug in exploded graph printing
George Karpenkov
2018-09-27
1
-0
/
+2
*
NFC: Fix some darwin linker warnings introduced in r338385
Erik Pilkington
2018-09-27
4
-8
/
+8
*
[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...
Gheorghe-Teodor Bercea
2018-09-27
4
-1
/
+27
*
Test commit. NFC
Patrick Lyster
2018-09-27
1
-1
/
+1
*
[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...
Gheorghe-Teodor Bercea
2018-09-27
4
-0
/
+27
*
[analyzer] Highlight nodes which have error reports in them in red in explode...
George Karpenkov
2018-09-27
1
-25
/
+65
*
[OpenMP] Improve search for libomptarget-nvptx
Jonas Hahnfeld
2018-09-27
1
-6
/
+14
*
[Tooling] Get rid of uses of llvm::Twine::str which is slow. NFC
Eric Liu
2018-09-27
1
-4
/
+5
*
Revert untintentionally commited changes
Kristof Umann
2018-09-27
1
-3
/
+3
*
[Lex] TokenConcatenation now takes const Preprocessor
Kristof Umann
2018-09-27
2
-5
/
+5
*
[Sema] Handle __va_start for Windows/ARM64 in the same way as for ARM
Martin Storsjo
2018-09-27
1
-0
/
+1
*
Revert "[DebugInfo] Generate debug information for labels."
Vitaly Buka
2018-09-27
3
-39
/
+0
*
clang-format: [JS] conditional types.
Martin Probst
2018-09-27
2
-0
/
+8
*
[driver][mips] Adjust target triple accordingly to provided ABI name
Simon Atanasyan
2018-09-27
1
-0
/
+10
*
[analyzer] [NFC] Move the code for dumping the program point to ProgramPoint
George Karpenkov
2018-09-27
2
-179
/
+172
*
[analyzer] [NFC] Heavy refactoring of trackNullOrUndefValue
George Karpenkov
2018-09-27
1
-117
/
+56
*
[DebugInfo] Generate debug information for labels.
Hsiangkai Wang
2018-09-26
3
-0
/
+39
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
28
-70
/
+57
*
P1008R1 Classes with user-declared constructors are never aggregates in
Richard Smith
2018-09-26
2
-6
/
+40
*
[X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...
Craig Topper
2018-09-26
3
-10
/
+22
*
[ARM/AArch64][v8.5A] Add Armv8.5-A target
Oliver Stannard
2018-09-26
1
-0
/
+2
*
Removed extra semicolon to fix Wpedantic. (NFCI).
Simon Pilgrim
2018-09-26
1
-1
/
+1
*
clang-format: [JS] space after parameter naming.
Martin Probst
2018-09-26
1
-1
/
+3
*
[Frontend] Tidy up -print-decl-contexts conditions
Fangrui Song
2018-09-26
1
-64
/
+41
*
P0859R0: List-initialization is potentially-constant-evaluated and
Richard Smith
2018-09-26
1
-9
/
+32
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
23
-2
/
+281
*
[analyzer] Fix a crash on casting symbolic pointers to derived classes.
Artem Dergachev
2018-09-26
1
-1
/
+11
*
[analyzer] Add a testing facility for testing relationships between symbols.
Artem Dergachev
2018-09-25
1
-0
/
+98
*
[Sema] Use a more civilized hash map to implement -Wduplicate-enum.
Erik Pilkington
2018-09-25
1
-1
/
+1
*
Don't emit "will be treated as an identifier character" warning for
Richard Smith
2018-09-25
1
-4
/
+2
*
Reland "[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cf...
Kristina Brooks
2018-09-25
1
-24
/
+39
*
[analyzer] NFC: CallDescription: Improve array management.
Artem Dergachev
2018-09-25
1
-7
/
+10
*
P0969R0: allow structured binding of accessible members, not only public memb...
Richard Smith
2018-09-25
3
-44
/
+51
*
[analyzer] NFC: Legalize state manager factory injection.
Artem Dergachev
2018-09-25
3
-26
/
+4
*
Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file
Alexey Bataev
2018-09-25
1
-12
/
+0
*
[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.
Alexey Bataev
2018-09-25
1
-0
/
+12
*
[AArch64] Support adding X[8-15,18] registers as CSRs.
Tri Vo
2018-09-25
1
-0
/
+27
*
[clang-cl] Provide separate flags for all the /O variants
Hans Wennborg
2018-09-25
1
-0
/
+1
*
[AST] Squeeze some bits in LinkageComputer::QueryType
Bruno Ricci
2018-09-25
1
-3
/
+8
[next]