Alexey Bataev
|
3fbbfdb3b6
[OPENMP 5.0]Add initial support for 'allocate' directive.
|
6 years ago |
Rong Xu
|
2e6e357759
[PGO] Use the explicit parameter in ProfileSummary API. NFC
|
6 years ago |
Yaxun Liu
|
2e53b8068e
[HIP] change kernel stub name
|
6 years ago |
Michael Liao
|
eb76eb1a7e
[CodeGen] Fix string literal address space casting.
|
6 years ago |
Yaxun Liu
|
04e3ed7d13
[CUDA][HIP] Use device side kernel and variable names when registering them
|
6 years ago |
Scott Linder
|
d9bd5b5979
[AMDGPU] Require at least protected visibility for certain symbols
|
6 years ago |
Erich Keane
|
7bd53f94f5
Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.
|
6 years ago |
James Y Knight
|
679ab5f711
[opaque pointer types] Pass function types for runtime function calls.
|
6 years ago |
James Y Knight
|
2982a888ff
Remove redundant FunctionDecl argument from a couple functions.
|
6 years ago |
Michael Kruse
|
e93ddfad28
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
|
6 years ago |
James Y Knight
|
8060008472
Cleanup: replace uses of CallSite with CallBase.
|
6 years ago |
Scott Linder
|
e68bc49943
Add -fapply-global-visibility-to-externs for -cc1
|
6 years ago |
Reid Kleckner
|
59b075cdda
[CodeGen] Implement isTriviallyRecursive with StmtVisitor instead of RecursiveASTVisitor
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Johannes Doerfert
|
64cdc6a98b
Emit !callback metadata and introduce the callback attribute
|
6 years ago |
Peter Collingbourne
|
3a23883590
CodeGen: Remove debug printf unintentionally added in r351228.
|
6 years ago |
Anton Korobeynikov
|
24cbd12df6
[MSP430] Provide a toolchain description
|
6 years ago |
Shoaib Meenai
|
10f093a07e
[CodeGen] Clarify comment about COFF common symbol alignment
|
6 years ago |
Erich Keane
|
92f4b5cbee
Limit COFF 'common' emission to <=32 alignment types.
|
6 years ago |
Saleem Abdulrasool
|
4159746b2c
CodeGen: fix autolink emission on ELF
|
6 years ago |
Saleem Abdulrasool
|
270a792402
CodeGen: switch iteration to range based for loop (NFC)
|
6 years ago |
Artem Belevich
|
5ce73e9a79
[CUDA] Treat extern global variable shadows same as regular extern vars.
|
6 years ago |
Scott Linder
|
8172697690
Implement -frecord-command-line (-frecord-gcc-switches)
|
6 years ago |
Artem Belevich
|
1323eaec10
[CUDA] Make all host-side shadows of device-side variables undef.
|
6 years ago |
Richard Trieu
|
27ce6b3918
Move CodeGenOptions from Frontend to Basic
|
6 years ago |
Erich Keane
|
28ce64f123
Make CPUDispatch resolver emit dependent functions.
|
6 years ago |
Richard Trieu
|
afb9431053
Remove CodeGen dependencies on Sema.
|
6 years ago |
Erich Keane
|
517d5ea128
Correct 'target' default behavior on redecl, allow forward declaration.
|
6 years ago |
Erich Keane
|
9438d4a932
[NFC] Move MultIversioning::Type into Decl so that it can be used in
|
6 years ago |
Reid Kleckner
|
9bb670a6fd
[codeview] Expose -gcodeview-ghash for global type hashing
|
6 years ago |