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
...
*
[SVE][Inline-Asm] Add support to specify SVE registers in the clobber list
Sander de Smalen
2019-07-24
1
-2
/
+11
*
[Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCI
Fangrui Song
2019-07-24
2
-6
/
+6
*
clang-format: Fix namespace end comments for namespaces with attributes and m...
Nico Weber
2019-07-23
2
-4
/
+21
*
[clang][NFCI] Fix random typos
Jan Korous
2019-07-23
2
-2
/
+2
*
[clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARC
Rainer Orth
2019-07-23
1
-0
/
+1
*
[ASTImporter] Fix inequivalence of ClassTemplateInstantiations
Gabor Marton
2019-07-23
1
-22
/
+22
*
PlistDiagnostics Fix for compile warning (NFC).
Balazs Keri
2019-07-23
1
-1
/
+1
*
[CrossTU] Added CTU argument to diagnostic consumer create fn.
Balazs Keri
2019-07-23
4
-43
/
+48
*
[NFC][clang] Refactor getCompilationPhases()+Types.def step 1.
Puyan Lotfi
2019-07-22
2
-11
/
+27
*
[Driver] Set the default win32-macho debug format to DWARF
Vedant Kumar
2019-07-22
1
-3
/
+5
*
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...
Ben Hamilton
2019-07-22
3
-5
/
+11
*
[X86] Remove const from some intrinsics that shouldn't have them
Paul Robinson
2019-07-22
1
-3
/
+3
*
[clangd] Add dlog()s for SelectionTree, enabling -debug-only=SelectionTree.cpp
Sam McCall
2019-07-22
1
-3
/
+7
*
Updated the signature for some stack related intrinsics (CLANG)
Christudasan Devadasan
2019-07-22
2
-11
/
+16
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
12
-96
/
+173
*
[analyzer] Fix -Wunused-function in NDEBUG builds with #ifdef LLVM_DUMP_METHOD
Fangrui Song
2019-07-22
1
-2
/
+4
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
3
-25
/
+61
*
Fix cppcheck reduce scope variable warnings. NFCI
Simon Pilgrim
2019-07-20
1
-3
/
+3
*
[c++20] P1161R3: a[b,c] is deprecated.
Richard Smith
2019-07-20
1
-0
/
+9
*
Implement P1301R4, which allows specifying an optional message on the [[nodis...
Aaron Ballman
2019-07-20
2
-9
/
+34
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
1
-0
/
+5
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1
Teresa Johnson
2019-07-19
1
-1
/
+1
*
[NFC] Remove unused variable
Denis Bakhvalov
2019-07-19
1
-1
/
+1
*
Disallow most calling convention attributes on PS4
Sunil Srivastava
2019-07-19
2
-0
/
+9
*
[Format/ObjC] Avoid breaking between unary operators and operands
Ben Hamilton
2019-07-19
1
-0
/
+2
*
[OpenCL] Define CLK_NULL_EVENT without cast
Sven van Haastregt
2019-07-19
1
-1
/
+1
*
[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
*
[clang-scan-deps] Dependency directives source minimizer: handle #pragma once
Alex Lorenz
2019-07-18
1
-1
/
+15
*
[OPENMP]Fix sharing of threadprivate variables with TLS support.
Alexey Bataev
2019-07-18
1
-0
/
+7
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
3
-19
/
+289
*
[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-0
/
+4
*
[OPENMP]Provide correct data sharing attributes for loop control
Alexey Bataev
2019-07-18
1
-45
/
+55
*
[LibTooling] Relax Transformer to allow rewriting macro expansions
Yitzhak Mandelbaum
2019-07-18
1
-34
/
+6
*
[LibTooling] Add function to translate and validate source range for editing
Yitzhak Mandelbaum
2019-07-18
1
-0
/
+34
*
Revert "[RISCV] Hard float ABI support" r366450
Alex Bradbury
2019-07-18
3
-285
/
+19
*
Revert r366449: [CrossTU] Add a function to retrieve original source location.
Ilya Biryukov
2019-07-18
2
-63
/
+14
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
3
-19
/
+285
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-18
2
-14
/
+63
*
[ASTUnit] Fix a regression in cached completions
Ilya Biryukov
2019-07-18
1
-1
/
+0
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
1
-2
/
+5
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
11
-164
/
+96
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
11
-96
/
+164
*
[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
[prev]
[next]