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
...
*
Add protocol redefinition to the current scope/context
Bruno Cardoso Lopes
2018-06-30
1
-0
/
+5
*
[CUDA] Make __host__/__device__ min/max overloads constexpr in C++14.
Justin Lebar
2018-06-29
1
-4
/
+13
*
[CUDA] Make min/max shims host+device.
Justin Lebar
2018-06-29
1
-4
/
+4
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-06-29
2
-25
/
+94
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
4
-17
/
+26
*
Request init/fini array on FreeBSD 12 and later
Dimitry Andric
2018-06-29
1
-0
/
+2
*
[mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.
Brad Smith
2018-06-29
1
-4
/
+6
*
[analyzer] Replace the vector of ConstraintSets by a single ConstraintSet and...
Mikhail R. Gadelha
2018-06-29
1
-15
/
+31
*
[MachineOutliner] Make -mno-outline use -enable-machine-outliner=never
Jessica Paquette
2018-06-29
1
-15
/
+22
*
[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
Leonard Chan
2018-06-29
4
-10
/
+6
*
[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method decl
Ben Hamilton
2018-06-29
1
-1
/
+7
*
[clang-format] Support additional common functions for text proto formatting
Krasimir Georgiev
2018-06-29
1
-1
/
+4
*
[ASTImporter] Added import of CXXStdInitializerListExpr
Gabor Marton
2018-06-29
1
-0
/
+14
*
[analyzer][UninitializedObjectChecker] Added a NotesAsWarnings flag
Kristof Umann
2018-06-29
1
-21
/
+53
*
[X86] Remove masking from the avx512 packed sqrt builtins. Use select builtin...
Craig Topper
2018-06-29
3
-67
/
+52
*
[frontend] Don't include the C++ stdlib for -x assembler-with-cpp
Alex Lorenz
2018-06-28
1
-2
/
+2
*
DebugInfo: Add -gno-gnu-pubnames to allow disabling gnu-pubnames later in the...
David Blaikie
2018-06-28
1
-1
/
+2
*
[Parse] Make -Wgcc-compat complain about for loop inits in C89
George Burgess IV
2018-06-28
1
-1
/
+3
*
[analyzer] Fix wrong comparison generation of the ranges generated by the ref...
Mikhail R. Gadelha
2018-06-28
1
-3
/
+2
*
PR37979: integral promotions in C++ treat enum bit-fields like enums,
Richard Smith
2018-06-28
2
-1
/
+22
*
[OPENMP] Fix incomplete type check for array reductions
Joel E. Denny
2018-06-28
1
-1
/
+1
*
Revert r335907: [OPENMP] Fix incomplete type check for array reductions
Joel E. Denny
2018-06-28
1
-1
/
+1
*
[OPENMP] Fix incomplete type check for array reductions
Joel E. Denny
2018-06-28
1
-1
/
+1
*
[Darwin] Remove _VPMergeHook from the auto-export list
Vedant Kumar
2018-06-28
1
-1
/
+0
*
[CUDA] Place all CUDA sections in __NV_CUDA segment on Mac.
Artem Belevich
2018-06-28
1
-4
/
+6
*
[clang-format] Do not format raw string literals inside a recognized function...
Krasimir Georgiev
2018-06-28
1
-1
/
+1
*
OpenBSD driver needs ld.lld in sanitizer context
David Carlier
2018-06-28
1
-1
/
+3
*
[ODRHash] Do not rely on Type* when computing the hash.
Vassil Vassilev
2018-06-28
1
-9
/
+0
*
[Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...
Adam Balogh
2018-06-28
1
-31
/
+448
*
[DebugInfo] Follow-up commit to improve consistency. NFC
Jonas Devlieghere
2018-06-28
2
-127
/
+117
*
[Analyzer] Constraint Manager Negates Difference
Adam Balogh
2018-06-28
1
-1
/
+68
*
Support for multiarch runtimes layout
Petr Hosek
2018-06-28
3
-24
/
+18
*
[analyzer] Remove redundant ';'.
Artem Dergachev
2018-06-28
1
-1
/
+1
*
[modules] Do not serialize / deserialize pending new/delete mismatch
Richard Smith
2018-06-28
2
-17
/
+16
*
[modules] Ensure that an in-class function definition is attached to the
Richard Smith
2018-06-28
1
-0
/
+13
*
[analyzer] Use sufficiently large types for index bounds calculation.
Artem Dergachev
2018-06-28
2
-3
/
+3
*
[analyzer] Add support for pre-C++17 copy elision.
Artem Dergachev
2018-06-28
2
-43
/
+150
*
[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.
Artem Dergachev
2018-06-28
2
-8
/
+8
*
[analyzer] Re-enable lifetime extension for temporaries without destructors.
Artem Dergachev
2018-06-28
1
-9
/
+7
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
6
-31
/
+119
*
DR1687: When overload resolution selects a built-in operator, implicit
Richard Smith
2018-06-27
5
-35
/
+104
*
[Modules][ObjC] Warn on the use of '@import' in framework headers
Bruno Cardoso Lopes
2018-06-27
1
-0
/
+12
*
DR1213: Ignore implicit conversions when determining if an operand of an
Richard Smith
2018-06-27
1
-4
/
+14
*
[HIP] Fix ordering of device-libs linking
Aaron Enye Shi
2018-06-27
1
-1
/
+1
*
[HIP] Support flush denormals bitcode
Aaron Enye Shi
2018-06-27
1
-1
/
+7
*
[CUDA] Use atexit() to call module destructor.
Artem Belevich
2018-06-27
2
-3
/
+15
*
[DebugInfo] Emit ObjC methods as part of interface
Jonas Devlieghere
2018-06-27
2
-0
/
+48
*
Revert "[Analyzer] Moved RangeConstraintManager to header. NFC."
Mikhail R. Gadelha
2018-06-27
1
-0
/
+83
*
[X86] Rename llvm.x86.avx512.mask.fpclass.p* to exclude 'mask.' from the name...
Craig Topper
2018-06-27
1
-6
/
+6
*
[analyzer] Allow registering custom statically-linked analyzer checkers
Alexander Kornienko
2018-06-27
2
-6
/
+18
[prev]
[next]