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
...
*
[clang-format] Start formatting cpp code in raw strings in google style
Krasimir Georgiev
2018-04-25
1
-12
/
+31
*
[HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__
Yaxun Liu
2018-04-25
1
-2
/
+6
*
Fix buildbot problems after rC330794
Bjorn Pettersson
2018-04-25
1
-1
/
+2
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
20
-32
/
+391
*
[HIP] Add hip input kind and codegen for kernel launching
Yaxun Liu
2018-04-25
6
-22
/
+65
*
[ODRHash] Hash template arguments of methods.
Richard Trieu
2018-04-25
2
-0
/
+103
*
Revert "[Driver] Android triples are not aliases for other triples."
Dan Albert
2018-04-24
1
-76
/
+50
*
[Driver] Android triples are not aliases for other triples.
Dan Albert
2018-04-24
1
-50
/
+76
*
[analyzer] Add support for the note diagnostic pieces to plist output format.
Artem Dergachev
2018-04-24
1
-29
/
+97
*
Improve -Warray-bounds to handle multiple array extents rather than only hand...
Aaron Ballman
2018-04-24
1
-1
/
+6
*
[CUDA] Enable CUDA compilation with CUDA-9.2
Artem Belevich
2018-04-24
3
-1
/
+10
*
[X86] Add recently added intrinsic headers to the module map.
Craig Topper
2018-04-24
1
-0
/
+3
*
[X86] Consistently use double underscore at the beginning of the include guar...
Craig Topper
2018-04-24
9
-27
/
+27
*
[Attr] Print enum attributes at correct position
Joel E. Denny
2018-04-24
1
-5
/
+7
*
[OpenCL] Fix diagnostic of thread_local
Sven van Haastregt
2018-04-24
1
-0
/
+1
*
[CodeComplete] Fix completion at the end of keywords
Ilya Biryukov
2018-04-24
1
-8
/
+12
*
[GCC] Don't keep a StringRef to a temporary std::string
Martin Storsjo
2018-04-24
1
-1
/
+1
*
[ASTImporter] Allow testing of import sequences; fix import of typedefs for a...
Aleksei Sidorin
2018-04-24
1
-23
/
+21
*
[GCC] Match a GCC version with a patch suffix without a third version component
Martin Storsjo
2018-04-24
1
-3
/
+11
*
Link to AggressiveInstCombine in a few places. Unbreaks build for me.
Roman Lebedev
2018-04-24
1
-0
/
+1
*
[X86] Remove '#ifdef __x86_64__' around mask_set1_epi64 intrinsics.
Craig Topper
2018-04-24
2
-7
/
+0
*
Fix build break due to content moving from Scalar.h to InstCombine.h in LLVM
David Blaikie
2018-04-24
1
-0
/
+1
*
[AST] strcmp/memcmp always compares unsigned chars.
Benjamin Kramer
2018-04-23
1
-2
/
+12
*
[Sema] Add -Wno-self-assign-overloaded
Roman Lebedev
2018-04-23
1
-7
/
+8
*
[OPENMP] Formatting and code improvement, NFC.
Alexey Bataev
2018-04-23
1
-88
/
+93
*
DR727: remove wrong assertion for use of class-scope explicit
Richard Smith
2018-04-23
1
-4
/
+0
*
[OPENMP] Do not cast captured by value variables with pointer types in
Alexey Bataev
2018-04-23
1
-1
/
+2
*
[analyzer] Don't crash on printing ConcreteInt of size >64 bits
Aleksei Sidorin
2018-04-23
1
-7
/
+3
*
[analyzer] Move `TaintBugVisitor` from `GenericTaintChecker.cpp` to `BugRepor...
Henry Wong
2018-04-23
2
-39
/
+21
*
[index] Fix methods that take a shared_ptr to just take a reference.
Benjamin Kramer
2018-04-23
1
-16
/
+14
*
[analyzer] CStringChecker.cpp - Code refactoring on bug report.
Henry Wong
2018-04-23
1
-100
/
+96
*
[OpenCL] Reject virtual functions for OpenCL C++
Sven van Haastregt
2018-04-23
2
-1
/
+10
*
[CodeGen] Reland r330442: Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-23
4
-2
/
+9
*
[clang-format] Fix clang-tidy readability problems, NFCI
Krasimir Georgiev
2018-04-23
3
-6
/
+6
*
Format closing braces when reformatting the line containing the opening brace.
Manuel Klimek
2018-04-23
10
-29
/
+37
*
[Solaris] __float128 is supported on Solaris/x86
Rainer Orth
2018-04-23
1
-0
/
+10
*
Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...
Andrew V. Tischenko
2018-04-23
4
-11
/
+32
*
Revert "[clang-format] Improve Incomplete detection for (text) protos"
Krasimir Georgiev
2018-04-23
1
-18
/
+5
*
[Atomics] warn about atomic accesses using libcalls
Tim Northover
2018-04-23
1
-6
/
+10
*
[XRay] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-23
1
-1
/
+1
*
[X86] WaitPKG intrinsics
Gabor Buella
2018-04-20
6
-0
/
+70
*
Record whether a module came from a private module map
Jordan Rose
2018-04-20
4
-6
/
+16
*
Revert r330442, CodeGen/no-ident-version.c is failing on PPC
Mikhail Maltsev
2018-04-20
4
-9
/
+2
*
[CUDA] Set LLVM calling convention for CUDA kernel
Yaxun Liu
2018-04-20
3
-0
/
+11
*
[CodeGen] Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-20
4
-2
/
+9
*
[CUDA] Register relocatable GPU binaries
Jonas Hahnfeld
2018-04-20
1
-19
/
+102
*
[Driver] Support for -save-stats in AddGoldPlugin.
Florian Hahn
2018-04-20
7
-41
/
+67
*
Fix -Wunused-variable warnings after r330377.
Andrea Di Biagio
2018-04-20
1
-2
/
+2
*
[OpenCL] Add 'denorms-are-zero' function attribute
Alexey Sotkin
2018-04-20
1
-0
/
+4
*
[CFG] [analyzer] Add construction contexts for loop condition variables.
Artem Dergachev
2018-04-19
1
-2
/
+14
[prev]
[next]