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
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
7
-15
/
+14
*
[OpenCL][PR42033] Fix addr space deduction with template parameters
Anastasia Stulova
2019-07-18
3
-9
/
+7
*
[CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...
Sam McCall
2019-07-18
1
-4
/
+2
*
[PowerPC][Clang] Remove use of malloc in mm_malloc
Qiu Chaofan
2019-07-18
1
-4
/
+0
*
[analyzer] MallocChecker: Prevent Integer Set Library false positives
Csaba Dabis
2019-07-18
1
-1
/
+38
*
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
3
-4
/
+4
*
[OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.
Alexey Bataev
2019-07-17
1
-0
/
+12
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
4
-31
/
+1
*
[OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or Field
Mike Rice
2019-07-17
1
-1
/
+2
*
[ASTImporter] Fix structural eq of lambdas
Gabor Marton
2019-07-17
1
-0
/
+20
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
1
-7
/
+28
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
4
-1
/
+31
*
[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
1
-1
/
+0
*
AMDGPU: Add some missing builtins
Matt Arsenault
2019-07-17
1
-0
/
+6
*
Fix a typo in target features
George Burgess IV
2019-07-16
1
-1
/
+1
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
1
-0
/
+5
*
[clang-format] Don't detect call to ObjC class method as C++11 attribute spec...
Ben Hamilton
2019-07-16
1
-1
/
+5
*
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...
Yonghong Song
2019-07-16
2
-2
/
+22
*
[OpenCL] Fixing sampler initialisations for C++ mode.
Neil Hickey
2019-07-16
2
-3
/
+7
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-16
2
-2
/
+22
*
[Driver] Don't pass --dynamic-linker to ld on Solaris
Rainer Orth
2019-07-16
1
-4
/
+0
*
[SemaTemplate] Fix uncorrected typos after pack expansion
Sam McCall
2019-07-16
1
-0
/
+1
*
[AArch64] Implement __jcvt intrinsic from Armv8.3-A
Kyrylo Tkachov
2019-07-16
4
-0
/
+59
*
Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"
Stephan Bergmann
2019-07-16
3
-3
/
+4
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
97
-287
/
+287
*
Revert "[OPENMP]Add support for analysis of if clauses."
Ali Tamur
2019-07-16
1
-19
/
+0
*
[Sema] Suppress additional warnings for C's zero initializer
Peter Wu
2019-07-16
1
-2
/
+2
*
Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...
Eric Christopher
2019-07-15
2
-22
/
+2
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
1
-40
/
+7
*
[DirectoryWatcher][linux] Fix for older kernels
Jan Korous
2019-07-15
1
-2
/
+7
*
[OpenCL] Make TableGen'd builtin tables and helper functions static
Tom Stellard
2019-07-15
1
-1
/
+1
*
[clang] allow -fthinlto-index= without -x ir
Bob Haarman
2019-07-15
2
-2
/
+7
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
6
-16
/
+29
*
Update __VERSION__ to remove the hardcoded 4.2.1 version
Sylvestre Ledru
2019-07-15
1
-4
/
+3
*
Use a unique_ptr instead of manual memory management for LineTable
Nico Weber
2019-07-15
1
-3
/
+1
*
Use a unique_ptr instead of manual memory management for CustomDiagInfo
Nico Weber
2019-07-15
1
-5
/
+3
*
Use unique_ptr instead of manual delete in one place. No behavior change.
Nico Weber
2019-07-15
1
-7
/
+5
*
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...
Yonghong Song
2019-07-15
2
-2
/
+22
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-15
1
-0
/
+19
*
[OpenCL] Deduce addr space for pointee of dependent types in instantiation.
Anastasia Stulova
2019-07-15
1
-0
/
+17
*
Fix uninitialized variable analyzer warning. NFCI.
Simon Pilgrim
2019-07-15
1
-1
/
+1
*
[OpenCL][PR41727] Prevent ICE on global dtors
Anastasia Stulova
2019-07-15
4
-13
/
+41
*
[PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdouble
Fangrui Song
2019-07-15
3
-6
/
+18
*
Fix uninitialized variable analyzer warning. NFCI.
Simon Pilgrim
2019-07-14
1
-1
/
+1
*
Support __seg_fs and __seg_gs on x86
JF Bastien
2019-07-14
1
-0
/
+5
*
[clang][Driver][ARM] Favor -mfpu over default CPU features
Alexandros Lamprineas
2019-07-14
1
-1
/
+5
*
[Driver] Simplify AddLibgcc
Fangrui Song
2019-07-14
1
-9
/
+3
[next]