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
...
*
[AST][NFC] Pack DeclRefExpr
Bruno Ricci
2018-11-13
1
-1
/
+2
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
18
-114
/
+126
*
[clang-format] Do not treat the asm clobber [ as ObjCExpr
Krasimir Georgiev
2018-11-13
1
-2
/
+3
*
[clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flag
Takuto Ikuta
2018-11-13
2
-7
/
+6
*
Convert a condition into an assertion per post-review feedback; NFC intended.
Aaron Ballman
2018-11-12
1
-20
/
+19
*
[Sema] Make sure we substitute an instantiation-dependent default template ar...
Erik Pilkington
2018-11-12
1
-1
/
+1
*
Fix the 'fixit' for inline namespace replacement.
Erich Keane
2018-11-12
1
-1
/
+4
*
PR39628 Treat all non-zero values as 'true' in bool compound-assignment
Richard Smith
2018-11-12
1
-2
/
+3
*
[clang-format] Support breaking consecutive string literals for TableGen
Jordan Rupprecht
2018-11-12
1
-0
/
+1
*
[analyzer] Drastically simplify the tblgen files used for checkers
Kristof Umann
2018-11-12
4
-4
/
+4
*
Implement P1094R2 (nested inline namespaces)
Erich Keane
2018-11-12
1
-41
/
+63
*
Revert "Make clang-based tools find libc++ on MacOS"
Jonas Devlieghere
2018-11-12
3
-12
/
+10
*
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...
Calixte Denizet
2018-11-12
3
-29
/
+0
*
Make clang-based tools find libc++ on MacOS
Ilya Biryukov
2018-11-12
3
-10
/
+12
*
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...
Calixte Denizet
2018-11-12
3
-0
/
+29
*
Fix compatibility with z3-4.8.1
Jan Kratochvil
2018-11-12
1
-1
/
+1
*
Support Swift in platform availability attribute
Michael Wu
2018-11-12
2
-0
/
+24
*
[CodeGen][CXX]: Fix no_destroy CG bug under specific circumstances
Kristina Brooks
2018-11-12
1
-0
/
+9
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
8
-97
/
+114
*
[clang]: Fix misapplied patch in 346582.
Kristina Brooks
2018-11-10
1
-1
/
+1
*
Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.
Kristina Brooks
2018-11-10
1
-16
/
+17
*
Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...
Yan Zhang
2018-11-09
1
-1
/
+2
*
Revert "Revert rL346454: Fix a use-after-free introduced by r344915."
Adrian Prantl
2018-11-09
1
-1
/
+1
*
[ASTMatchers] overload ignoringParens for Expr
Jonas Toth
2018-11-09
1
-1
/
+1
*
[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.
Alexey Bataev
2018-11-09
1
-45
/
+65
*
Revert rL346454: Fix a use-after-free introduced by r344915.
Simon Pilgrim
2018-11-09
1
-1
/
+1
*
Use the correct address space when bitcasting func pointer to int pointer
Dylan McKay
2018-11-09
1
-1
/
+5
*
Allow a double-underscore spelling of Clang attributes using double square br...
Aaron Ballman
2018-11-09
1
-5
/
+6
*
Fix a nondeterminism in the debug info for VLA size expressions.
Adrian Prantl
2018-11-09
2
-5
/
+14
*
[HIP] Remove useless sections in linked files
Yaxun Liu
2018-11-09
1
-0
/
+4
*
Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...
Peter Collingbourne
2018-11-09
1
-1
/
+1
*
Introduce the _Clang scoped attribute token.
Aaron Ballman
2018-11-09
3
-27
/
+53
*
Use the correct address space when emitting the ctor function list
Dylan McKay
2018-11-09
1
-2
/
+3
*
[OPENMP][NVPTX]Allow to use shared memory for the
Alexey Bataev
2018-11-09
2
-56
/
+100
*
[clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...
Takuto Ikuta
2018-11-09
1
-0
/
+6
*
[Tooling] Avoid diagnosing missing input files in an edge-case where it's inc...
Sam McCall
2018-11-09
1
-0
/
+6
*
[PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be...
Zi Xuan Wu
2018-11-09
1
-29
/
+31
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
17
-27
/
+101
*
Fix a use-after-free introduced by r344915.
Adrian Prantl
2018-11-09
1
-1
/
+1
*
[Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...
David Blaikie
2018-11-08
1
-1
/
+3
*
[Tooling] Produce diagnostics for missing input files.
Sam McCall
2018-11-08
2
-3
/
+1
*
Fix bitcast to address space cast for coerced load/stores
Yaxun Liu
2018-11-08
1
-4
/
+4
*
[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.
Alexey Bataev
2018-11-08
1
-17
/
+25
*
clang-cl: Add "/clang:" pass-through arg support.
Hans Wennborg
2018-11-08
1
-13
/
+40
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
22
-5
/
+749
*
[OPENMP]Fix handling of the globals during compilation for the device.
Alexey Bataev
2018-11-07
2
-61
/
+90
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
22
-749
/
+5
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
22
-5
/
+749
*
[mips][msa] Fix msa_[st/ld] offset check
Aleksandar Beserminji
2018-11-07
1
-8
/
+8
*
[CodeComplete] Do not complete self-initializations
Ilya Biryukov
2018-11-07
1
-1
/
+6
[prev]
[next]