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
/
Basic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.
Nico Weber
2020-06-23
1
-2
/
+2
*
[PowerPC] Treat 'Z' inline asm constraint as a true memory constraint
Nemanja Ivanovic
2020-06-22
1
-1
/
+2
*
[CUDA] Assume the latest known CUDA version if we've found an unknown one.
Artem Belevich
2020-01-29
1
-3
/
+5
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
1
-1
/
+1
*
Revert "[RISCV] Add Clang frontend support for Bitmanip extension"
Scott Egerton
2020-01-15
2
-9
/
+1
*
[RISCV] Add Clang frontend support for Bitmanip extension
Scott Egerton
2020-01-14
2
-1
/
+9
*
[Driver][PowerPC] Move powerpcspe logic from cc1 to Driver
Fangrui Song
2020-01-10
1
-2
/
+1
*
[clang] Fix out-of-bounds memory access in ComputeLineNumbers
Jan Korous
2020-01-10
1
-13
/
+8
*
[PowerPC]: Add powerpcspe target triple subarch component
Justin Hibbits
2020-01-08
2
-3
/
+3
*
[PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl
Fangrui Song
2020-01-07
1
-1
/
+1
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-10
/
+8
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
1
-2
/
+15
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-23
2
-14
/
+20
*
[NFC] Move OptionUtils from Basic to Driver
Yaxun (Sam) Liu
2019-12-23
2
-49
/
+0
*
reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song
2019-12-22
1
-0
/
+2
*
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
Reid Kleckner
2019-12-22
1
-2
/
+0
*
[NFC] Separate getLastArgIntValue to Basic
Yaxun (Sam) Liu
2019-12-21
2
-0
/
+49
*
[clang] Fix the canonicalization of paths in -fdiagnostics-absolute-paths
Karl-Johan Karlsson
2019-12-20
1
-5
/
+20
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
5
-4
/
+49
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+5
*
[Sema] Improve diagnostic about addr spaces for overload candidates
Anastasia Stulova
2019-12-13
1
-0
/
+1
*
[PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 triple
Warren Ristow
2019-12-12
1
-0
/
+1
*
[OPENMP50]Add if clause in teams distribute simd directive.
Alexey Bataev
2019-12-11
1
-0
/
+2
*
[DebugInfo] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-10
1
-0
/
+2
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-26
/
+2
*
Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...
Reid Kleckner
2019-12-06
2
-20
/
+14
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-06
2
-14
/
+20
*
[OPENMP50]Add if clause in distribute simd directive.
Alexey Bataev
2019-12-06
1
-0
/
+2
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+12
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-12
/
+0
*
Bug 43965 - Value of _MSVC_LANG doesn't match MSVC++ VS2019 /std:c++latest mode
Soumi Manna
2019-12-04
1
-1
/
+1
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+12
*
[Clang] Define Fuchsia C++ABI
Petr Hosek
2019-12-03
1
-0
/
+1
*
[ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-A
Victor Campos
2019-12-02
3
-1
/
+15
*
Revert "[ARM] Allocatable Global Register Variables for ARM"
Carey Williams
2019-11-29
2
-35
/
+0
*
[mips] Check that features required by built-ins are enabled
Simon Atanasyan
2019-11-29
1
-0
/
+3
*
[Clang] Enable RISC-V support for Fuchsia
Petr Hosek
2019-11-21
1
-0
/
+2
*
[PowerPC] Add new Future CPU for PowerPC
Stefan Pintilie
2019-11-21
2
-3
/
+27
*
[OPENMP50]Add if clause in for simd directive.
Alexey Bataev
2019-11-21
1
-0
/
+2
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
2
-5
/
+8
*
Revert "[Driver] Use VFS to check if sanitizer blacklists exist"
Ilya Biryukov
2019-11-21
2
-8
/
+5
*
[Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
2
-5
/
+8
*
[OPENMP50]Add if clause in simd directive.
Alexey Bataev
2019-11-19
1
-1
/
+4
*
[ARM] Allocatable Global Register Variables for ARM
Anna Welker
2019-11-18
2
-0
/
+35
*
Implement target(branch-protection) attribute for AArch64
Momchil Velikov
2019-11-15
2
-0
/
+27
*
Add 8548 CPU definition and attributes
Justin Hibbits
2019-11-12
2
-11
/
+20
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
3
-7
/
+38
*
clang/Modules: Delay err_module_file_conflict if a diagnostic is in flight
Duncan P. N. Exon Smith
2019-11-11
1
-2
/
+3
*
[OPENMP50]Generalize handling of context matching/scoring.
Alexey Bataev
2019-11-11
1
-0
/
+43
*
Basic: fix FileManager invalidation issue for file redirect
Alex Suhan
2019-11-08
1
-7
/
+11
[next]