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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement P1301R4, which allows specifying an optional message on the [[nodis...
Aaron Ballman
2019-07-20
10
-22
/
+90
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
3
-0
/
+12
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1
Teresa Johnson
2019-07-19
2
-1
/
+13
*
[NFC] Remove unused variable
Denis Bakhvalov
2019-07-19
1
-1
/
+1
*
Disallow most calling convention attributes on PS4
Sunil Srivastava
2019-07-19
6
-0
/
+57
*
[Format/ObjC] Avoid breaking between unary operators and operands
Ben Hamilton
2019-07-19
2
-0
/
+14
*
[OpenCL] Define CLK_NULL_EVENT without cast
Sven van Haastregt
2019-07-19
2
-2
/
+3
*
[sanitizers] Use covering ObjectFormatType switches
Hubert Tong
2019-07-19
1
-2
/
+6
*
Fix formatting of inline argument comments. NFC.
Sam Clegg
2019-07-19
1
-7
/
+6
*
Update the SimpleJIT class in the clang-interpreter example to use ORCv2.
Lang Hames
2019-07-18
1
-44
/
+53
*
[clang-scan-deps] Dependency directives source minimizer: handle #pragma once
Alex Lorenz
2019-07-18
3
-1
/
+40
*
[WebAssembly] Fix __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-1
/
+1
*
[OPENMP]Fix sharing of threadprivate variables with TLS support.
Alexey Bataev
2019-07-18
2
-4
/
+30
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
14
-33
/
+1474
*
[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
3
-0
/
+10
*
[OPENMP]Provide correct data sharing attributes for loop control
Alexey Bataev
2019-07-18
21
-105
/
+130
*
[LibTooling] Relax Transformer to allow rewriting macro expansions
Yitzhak Mandelbaum
2019-07-18
2
-56
/
+108
*
[LibTooling] Add function to translate and validate source range for editing
Yitzhak Mandelbaum
2019-07-18
3
-2
/
+155
*
[ASTUnit] Attempt to unbreak Windows buildbots after r366448
Ilya Biryukov
2019-07-18
1
-2
/
+2
*
Revert "[RISCV] Hard float ABI support" r366450
Alex Bradbury
2019-07-18
13
-1462
/
+21
*
Revert r366449: [CrossTU] Add a function to retrieve original source location.
Ilya Biryukov
2019-07-18
6
-162
/
+25
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
13
-21
/
+1462
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-18
6
-25
/
+162
*
[ASTUnit] Fix a regression in cached completions
Ilya Biryukov
2019-07-18
2
-1
/
+22
*
[CMake] Don't set Python_ADDITIONAL_VERSIONS
Jonas Devlieghere
2019-07-18
1
-1
/
+0
*
[analyzer] Add CTU user docs
Gabor Marton
2019-07-18
2
-0
/
+207
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
2
-6
/
+9
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
14
-234
/
+113
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
2
-53
/
+18
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
14
-113
/
+234
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
17
-45
/
+43
*
[OpenCL][PR42033] Fix addr space deduction with template parameters
Anastasia Stulova
2019-07-18
5
-10
/
+23
*
[CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...
Sam McCall
2019-07-18
3
-4
/
+6
*
[PowerPC][Clang] Remove use of malloc in mm_malloc
Qiu Chaofan
2019-07-18
3
-44
/
+8
*
[analyzer] MallocChecker: Prevent Integer Set Library false positives
Csaba Dabis
2019-07-18
2
-1
/
+75
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
1
-28
/
+10
*
Renamed and changed the wording of warn_cconv_ignored
Sunil Srivastava
2019-07-17
17
-65
/
+65
*
[OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.
Alexey Bataev
2019-07-17
2
-0
/
+16
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
10
-99
/
+1
*
[Docs][OpenCL] Documentation of C++ for OpenCL mode
Anastasia Stulova
2019-07-17
2
-1
/
+310
*
[OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or Field
Mike Rice
2019-07-17
2
-1
/
+10
*
[ASTImporter] Fix structural eq of lambdas
Gabor Marton
2019-07-17
3
-0
/
+88
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
2
-7
/
+76
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
10
-1
/
+99
*
[AArch64] Consistent types and naming for AArch64 target features (NFC)
Momchil Velikov
2019-07-17
2
-24
/
+25
*
[OpenCL][Sema] Minor refactoring and constraint checking
Marco Antognini
2019-07-17
1
-9
/
+4
*
[Driver] Enable __cxa_atexit on Solaris
Rainer Orth
2019-07-17
3
-3
/
+2
*
AMDGPU: Add some missing builtins
Matt Arsenault
2019-07-17
6
-0
/
+144
*
Fix OpenCLCXX test on 32-bit Windows where thiscall is present
Reid Kleckner
2019-07-16
1
-6
/
+6
*
Fix darwin-ld.c if dsymutil.exe exists on PATH
Reid Kleckner
2019-07-16
1
-2
/
+2
[next]