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
...
*
Workaround for EvalInfo ctor for MSVC 2017
Yaxun (Sam) Liu
2019-11-26
1
-3
/
+3
*
Fix tests on Windows after D49466
Fangrui Song
2019-11-26
2
-8
/
+6
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
7
-7
/
+73
*
[OPENMP]Fix PR44133: crash on lambda reductions in templates.
Alexey Bataev
2019-11-26
1
-32
/
+51
*
Partially reland "[Diagnostics] Put "deprecated copy" warnings into -Wdepreca...
Dávid Bolvanský
2019-11-26
1
-5
/
+5
*
[OpenCL] Add work-group and miscellaneous vector builtin functions
Sven van Haastregt
2019-11-26
1
-1
/
+56
*
[clang][CodeGen] Fix wrong memcpy size of no_unique_address in FieldMemcpyizer
Senran Zhang
2019-11-25
1
-0
/
+2
*
[X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline ve...
Craig Topper
2019-11-25
1
-1
/
+0
*
IRGen: Call SetLLVMFunctionAttributes{,ForDefinition} on __cfi_check_fail.
Peter Collingbourne
2019-11-25
1
-0
/
+3
*
Disallow use of __has_c_attribute in C++ mode.
Aaron Ballman
2019-11-25
1
-1
/
+5
*
Revert "[Diagnostic] add a warning which warns about misleading indentation"
Tom Stellard
2019-11-25
1
-35
/
+0
*
Revert "[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy"
Tom Stellard
2019-11-25
1
-4
/
+3
*
[OPENMP]Fix PR41826: symbols visibility in device code.
Alexey Bataev
2019-11-25
2
-1
/
+5
*
[Diagnostic] add a warning which warns about misleading indentation
Tyker
2019-11-25
1
-0
/
+35
*
[WebAssembly] Change the llvm-lto dir to use the LLVM Version
Dan Gohman
2019-11-25
1
-11
/
+17
*
[Diagnostics] Warn for comparison with string literals expanded from macro (P...
Dávid Bolvanský
2019-11-24
1
-40
/
+45
*
[Diagnostics] Make behaviour of Clang's -Wdeprecated-copy same as in GCC
Dávid Bolvanský
2019-11-23
1
-2
/
+3
*
[analyzer] Add custom filter functions for GenericTaintChecker
Borsik Gabor
2019-11-23
3
-56
/
+112
*
[Driver] Fix incorrect GNU triplet for PowerPC on SUSE Linux
Aaron Puchert
2019-11-23
1
-1
/
+3
*
[WebAssembly] Use wasm-opt and LTO libraries when available.
Dan Gohman
2019-11-22
1
-0
/
+36
*
[ASTMatchers] work around a miscompile; "NFC"
George Burgess IV
2019-11-22
1
-1
/
+2
*
clang/Modules: Rename CompilerInstance::ModuleManager, NFC
Duncan P. N. Exon Smith
2019-11-22
5
-60
/
+58
*
clang/Modules: Refactor CompilerInstance::loadModule, NFC
Duncan P. N. Exon Smith
2019-11-22
2
-205
/
+250
*
DebugInfo: Flag Dwarf Version metadata for merging during LTO
David Blaikie
2019-11-22
1
-3
/
+1
*
Separate the MS inheritance model enum from the attribute, NFC
Reid Kleckner
2019-11-22
7
-107
/
+105
*
Move vtordisp mode from Attr class to LangOptions.h, NFC
Reid Kleckner
2019-11-22
6
-12
/
+13
*
[Driver] Make -static-libgcc imply static libunwind
Josh Kunz
2019-11-22
1
-1
/
+4
*
Revert "[Sema] Use the canonical type in function isVector"
Akira Hatanaka
2019-11-22
1
-1
/
+1
*
[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy
Dávid Bolvanský
2019-11-22
1
-3
/
+4
*
[Sema] Use the canonical type in function isVector
Akira Hatanaka
2019-11-22
1
-1
/
+1
*
Don't report "main" as missing a prototype in freestanding mode
Bill Wendling
2019-11-22
1
-2
/
+4
*
[RISCV] Use compiler-rt if no GCC installation detected
Edward Jones
2019-11-22
2
-3
/
+29
*
[libTooling] Add stencil combinators for nodes that may be pointers or values.
Yitzhak Mandelbaum
2019-11-22
1
-4
/
+36
*
[OPENMP]Simplify processing of context selectors, NFC.
Alexey Bataev
2019-11-22
2
-70
/
+38
*
[coroutines] Remove assert on CoroutineParameterMoves in Sema::buildCoroutine...
Brian Gesiak
2019-11-22
1
-2
/
+2
*
[OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.
Alexey Bataev
2019-11-22
1
-6
/
+12
*
[clangd] Show lambda signature for lambda autocompletions
Kirill Bobyrev
2019-11-22
1
-3
/
+27
*
[CFG] Fix a flaky crash in CFGBlock::getLastCondition().
Artem Dergachev
2019-11-21
1
-0
/
+4
*
[RISCV] Support mutilib in baremetal environment
Zakk Chen
2019-11-21
2
-3
/
+87
*
clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC
Duncan P. N. Exon Smith
2019-11-21
9
-13
/
+13
*
[analyzer] Fix Objective-C accessor body farms after 2073dd2d.
Artem Dergachev
2019-11-21
2
-40
/
+53
*
[analyzer] NFC: Don't clean up range constraints twice.
Artem Dergachev
2019-11-21
2
-7
/
+6
*
[Clang] Enable RISC-V support for Fuchsia
Petr Hosek
2019-11-21
2
-3
/
+13
*
[OPENMP]Remove unused template parameter, NFC.
Alexey Bataev
2019-11-21
1
-1
/
+1
*
[PowerPC] Add new Future CPU for PowerPC
Stefan Pintilie
2019-11-21
3
-3
/
+28
*
Debug info: Emit objc_direct methods as members of their containing class
Adrian Prantl
2019-11-21
2
-24
/
+29
*
[OPENMP50]Add device/kind context selector support.
Alexey Bataev
2019-11-21
4
-26
/
+297
*
Fix compilation warning. NFC.
Michael Liao
2019-11-21
1
-1
/
+1
*
[OPENMP]Fix datasharing checks for if clause in parallel taskloop
Alexey Bataev
2019-11-21
1
-3
/
+7
*
[OPENMP50]Add if clause in for simd directive.
Alexey Bataev
2019-11-21
3
-98
/
+126
[prev]
[next]