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
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-03-01
2
-3
/
+14
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[X86] AMD znver2 enablement
Ganesh Gopalasubramanian
2019-02-26
1
-0
/
+8
*
revert r354873 as this breaks lldb builds.
Pierre Gousseau
2019-02-26
2
-14
/
+3
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-02-26
2
-3
/
+14
*
[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.
Michael Kruse
2019-02-25
1
-2
/
+18
*
Enable coroutines under -std=c++2a.
Richard Smith
2019-02-23
2
-2
/
+2
*
[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.
Michael Kruse
2019-02-22
1
-2
/
+18
*
Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...
Jan Korous
2019-02-18
1
-0
/
+3
*
[ARM] Add pre-defined macros for ROPI and RWPI
Oliver Stannard
2019-02-18
1
-0
/
+6
*
[X86] Prevent clang clobber checking for asm flag constraints.
Nirav Dave
2019-02-17
1
-1
/
+1
*
Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...
Reid Kleckner
2019-02-15
1
-3
/
+0
*
[MSVC] Recognize `static_assert` keyword in C and C++98
Reid Kleckner
2019-02-15
1
-0
/
+2
*
[clang][FileManager] fillRealPathName even if we aren't opening the file
Jan Korous
2019-02-14
1
-0
/
+3
*
[X86] Add clang support for X86 flag output parameters.
Nirav Dave
2019-02-14
1
-0
/
+52
*
[PowerPC] Stop defining _ARCH_PWR6X on POWER7 and up
Hubert Tong
2019-02-13
1
-10
/
+9
*
[Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...
Simon Atanasyan
2019-02-13
2
-0
/
+10
*
Add a new attribute, fortify_stdlib
Erik Pilkington
2019-02-11
1
-0
/
+25
*
long double is double on OpenBSD/NetBSD/PPC.
Brad Smith
2019-02-11
1
-1
/
+7
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-1
/
+1
*
[AMDGPU] Split dot-insts feature
Stanislav Mekhanoshin
2019-02-09
1
-1
/
+2
*
bpf: teach BPF driver about the new CPU "v3"
Jiong Wang
2019-02-07
1
-1
/
+1
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-02-06
2
-39
/
+31
*
[WebAssembly] Add atomics target option
Heejin Ahn
2019-02-06
2
-0
/
+15
*
Basic CUDA-10 support.
Artem Belevich
2019-02-05
1
-1
/
+8
*
[DEBUG_INFO][NVPTX] Generate correct data about variable address class.
Alexey Bataev
2019-02-05
1
-0
/
+24
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+11
*
Do not copy long double and 128-bit fp format from aux target for AMDGPU
Yaxun Liu
2019-01-31
1
-0
/
+11
*
[CUDA] Propagate detected version of CUDA to cc1
Artem Belevich
2019-01-31
1
-0
/
+46
*
[WebAssembly] Add bulk memory target feature
Thomas Lively
2019-01-31
2
-5
/
+24
*
Revert "[CMake] Unify scripts for generating VCS headers"
Petr Hosek
2019-01-31
2
-28
/
+42
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-01-31
2
-42
/
+28
*
[HIP] Fix size_t for MSVC environment
Yaxun Liu
2019-01-30
3
-0
/
+12
*
Simplify and modernize this code a little.
Richard Smith
2019-01-30
1
-55
/
+30
*
Fix the behavior of clang's -w flag.
James Y Knight
2019-01-29
1
-6
/
+11
*
[clang][OpenMP] OMPFlushClause is synthetic, no such clause exists
Roman Lebedev
2019-01-28
1
-0
/
+2
*
Disable _Float16 for non ARM/SPIR Targets
Erich Keane
2019-01-25
4
-0
/
+4
*
[MSP430] Ajust f32/f64 alignment according to MSP430 EABI
Anton Korobeynikov
2019-01-25
1
-0
/
+6
*
[WebAssembly] Add a __wasi__ target macro
Dan Gohman
2019-01-24
2
-9
/
+33
*
[WebAssembly] Support __float128
Dan Gohman
2019-01-24
1
-0
/
+3
*
[FileManager] Revert r347205 to avoid PCH file-descriptor leak.
Sam McCall
2019-01-24
1
-24
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
75
-300
/
+225
*
Convert two more files that were using Windows line endings and remove
Chandler Carruth
2019-01-19
1
-1
/
+1
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+27
*
[Fixed Point Arithmetic] Fixed Point Addition Constant Expression Evaluation
Leonard Chan
2019-01-18
1
-9
/
+64
*
Revert "Clang side support for @cc assembly operands."
Nirav Dave
2019-01-18
1
-52
/
+0
*
Clang side support for @cc assembly operands.
Nirav Dave
2019-01-18
1
-0
/
+52
*
[Fixed Point Arithmetic] Add APFixedPoint to APValue
Leonard Chan
2019-01-16
1
-0
/
+27
*
[Fixed Point Arithmetic] Fixed Point Addition
Leonard Chan
2019-01-16
1
-0
/
+25
*
[WebAssembly] COWS has been renamed to WASI.
Dan Gohman
2019-01-16
1
-2
/
+2
[next]