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
...
*
Fix deduction for conversion function templates converting to reference
Richard Smith
2018-07-11
1
-4
/
+29
*
os_log: When there are multiple privacy annotations in the format
Akira Hatanaka
2018-07-11
1
-5
/
+6
*
Fix determination of whether one set of cvr-qualifiers is compatible
Richard Smith
2018-07-11
1
-6
/
+6
*
Fix setting of empty implicit-section-name attribute
Petr Pavlu
2018-07-11
1
-4
/
+0
*
[NFC] typo
JF Bastien
2018-07-11
1
-1
/
+1
*
[NFC] Replace usage of QualType.getTypePtr()-> with operator->
Erich Keane
2018-07-11
1
-1
/
+1
*
[analyzer] Track multiple raw pointer symbols in DanglingInternalBufferChecker.
Reka Kovacs
2018-07-11
1
-18
/
+50
*
Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...
Eric Liu
2018-07-11
2
-61
/
+19
*
[clangd] Uprank delcarations when "using q::name" is present in the main file
Kirill Bobyrev
2018-07-11
1
-14
/
+15
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-11
2
-19
/
+61
*
[mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' options
Vladimir Stefanovic
2018-07-11
1
-0
/
+4
*
[AST] Structural equivalence of methods
Balazs Keri
2018-07-11
2
-18
/
+100
*
[analyzer] Partial revert of https://reviews.llvm.org/D49050
George Karpenkov
2018-07-11
1
-8
/
+7
*
[analyzer] Pass through all arguments from the registerChecker() to the check...
George Karpenkov
2018-07-11
1
-7
/
+8
*
PR38095: Allow constant-folding of loads through bitcasted pointers if
Richard Smith
2018-07-11
1
-3
/
+7
*
DR330: look through array types when forming the cv-decomposition of a type.
Richard Smith
2018-07-11
4
-53
/
+110
*
Fix determination of whether a reinterpret_cast casts away constness.
Richard Smith
2018-07-10
1
-177
/
+184
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
2
-56
/
+40
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
14
-429
/
+100
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
14
-100
/
+429
*
Patch to fix pragma metadata for do-while loops
Bjorn Pettersson
2018-07-10
1
-5
/
+5
*
Fix a typo/regression in r335495.
John Baldwin
2018-07-10
1
-1
/
+1
*
Support -fdebug-prefix-map for assembler source (pass to cc1as). This
Paul Robinson
2018-07-10
1
-8
/
+15
*
[analyzer] Add option to set maximum symbol complexity threshold
Mikhail R. Gadelha
2018-07-10
2
-1
/
+11
*
[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts
Yuka Takahashi
2018-07-10
3
-13
/
+23
*
[MinGW] Skip adding default win32 api libraries if -lwindowsapp is specified
Martin Storsjo
2018-07-10
1
-8
/
+20
*
[MinGW] Treat any -lucrt* as replacing -lmsvcrt
Martin Storsjo
2018-07-10
1
-1
/
+1
*
[X86] Lowering integer truncation intrinsics to native IR
Mikhail Dvoretckii
2018-07-10
2
-28
/
+32
*
[X86] Use masked the masked scalar fma builtins to implement the default roun...
Craig Topper
2018-07-10
1
-120
/
+120
*
[Sema] Fix a structured binding typo correction bug
Erik Pilkington
2018-07-10
1
-0
/
+2
*
[ODRHash] Merge the two function hashes into one.
Richard Trieu
2018-07-10
3
-48
/
+127
*
Fix parsing of privacy annotations in os_log format strings.
Akira Hatanaka
2018-07-10
1
-29
/
+49
*
[X86] Remove custom handling for __builtin_ia32_divss_round_mask and __builti...
Craig Topper
2018-07-10
1
-24
/
+0
*
[X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...
Craig Topper
2018-07-10
4
-58
/
+37
*
[Index] Add index::IndexingOptions::IndexImplicitInstantiation
Fangrui Song
2018-07-09
4
-5
/
+7
*
Added -fcrash-diagnostics-dir flag
Bob Haarman
2018-07-09
1
-5
/
+20
*
[OPENMP] Do not mark local variables as declare target.
Alexey Bataev
2018-07-09
1
-1
/
+5
*
[Index] Ignore noop #undef's when handling macro occurrences.
Eric Liu
2018-07-09
1
-0
/
+2
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
43
-2625
/
+2722
*
[OPENMP, NVPTX] Do not globalize local variables in parallel regions.
Alexey Bataev
2018-07-09
1
-10
/
+3
*
[PCH] Add an option to not write comments into PCH
Ilya Biryukov
2018-07-09
1
-1
/
+4
*
[Preamble] Check system dependencies in preamble too
Ilya Biryukov
2018-07-09
1
-1
/
+11
*
[Index] Add clangLex to LINK_LIBS
Heejin Ahn
2018-07-09
1
-0
/
+1
*
[Index] Add indexing support for MACROs.
Eric Liu
2018-07-09
4
-34
/
+128
*
[ASTImporter] import FunctionDecl end locations
Rafael Stahl
2018-07-09
1
-2
/
+3
*
[clang-format/ObjC] Put ObjC method arguments into one line when they fit
Jacek Olesiak
2018-07-09
1
-0
/
+24
*
[clang-format/ObjC] Improve split priorities for ObjC methods
Jacek Olesiak
2018-07-09
2
-2
/
+21
*
[clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...
Jacek Olesiak
2018-07-09
1
-0
/
+3
*
[clang-format/ObjC] Fix counting selector name parts for ObjC
Jacek Olesiak
2018-07-09
2
-13
/
+22
*
[X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.
Craig Topper
2018-07-08
1
-17
/
+58
[prev]
[next]