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
/
CodeGen
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-2
/
+4
*
[OpenCL][PR41727] Prevent ICE on global dtors
Anastasia Stulova
2019-07-15
1
-2
/
+6
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+1
*
[HIP] Support attribute hip_pinned_shadow
Yaxun Liu
2019-06-26
1
-4
/
+12
*
[CUDA][HIP] Don't set comdat attribute for CUDA device stub functions.\nDiffe...
Konstantin Pyzhov
2019-06-24
1
-0
/
+5
*
[OpenMP] Add support for handling declare target to clause when unified memor...
Gheorghe-Teodor Bercea
2019-06-20
1
-4
/
+10
*
[HIP] Add the interface deriving the stub name of device kernels.
Michael Liao
2019-06-17
1
-6
/
+4
*
[CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attribute
Akira Hatanaka
2019-06-14
1
-0
/
+1
*
Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...
Peter Collingbourne
2019-06-07
1
-4
/
+5
*
[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
Anastasia Stulova
2019-05-30
1
-4
/
+9
*
[CUDA][HIP] Skip setting `externally_initialized` for static device variables.
Michael Liao
2019-05-29
1
-1
/
+2
*
[CUDA][HIP] Emit dependent libs for host only
Yaxun Liu
2019-05-28
1
-1
/
+6
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-1
/
+1
*
[OpenMP] Add support for registering requires directives with the runtime
Gheorghe-Teodor Bercea
2019-05-21
1
-0
/
+4
*
[OPENMP]Use the attributes for dso locality when building for device.
Alexey Bataev
2019-05-21
1
-1
/
+1
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-12
/
+21
*
make -ftime-trace also print template arguments
Lubos Lunak
2019-05-12
1
-2
/
+7
*
[OpenCL] Make global ctor init function a kernel
Anastasia Stulova
2019-05-09
1
-0
/
+206
*
[SPIR] Simplified target checking.
Anastasia Stulova
2019-05-09
1
-2
/
+1
*
[COFF] Use COFF stubs for extern_weak functions
Reid Kleckner
2019-05-07
1
-0
/
+7
*
Re-land r359250, [COFF] Statically link certain runtime library functions
Reid Kleckner
2019-04-29
1
-3
/
+7
*
Revert [COFF] Statically link certain runtime library functions
Reid Kleckner
2019-04-25
1
-7
/
+3
*
[COFF] Statically link certain runtime library functions
Reid Kleckner
2019-04-25
1
-3
/
+7
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-4
/
+3
*
Move setTargetAttributes after setGVProperties in SetFunctionAttributes
Scott Linder
2019-04-23
1
-5
/
+5
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+4
*
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
Peter Collingbourne
2019-03-22
1
-13
/
+4
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+5
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+2
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+3
*
[PGO] Use the explicit parameter in ProfileSummary API. NFC
Rong Xu
2019-03-01
1
-1
/
+4
*
[HIP] change kernel stub name
Yaxun Liu
2019-02-27
1
-2
/
+11
*
[CodeGen] Fix string literal address space casting.
Michael Liao
2019-02-21
1
-2
/
+4
*
[CUDA][HIP] Use device side kernel and variable names when registering them
Yaxun Liu
2019-02-14
1
-1
/
+1
*
[AMDGPU] Require at least protected visibility for certain symbols
Scott Linder
2019-02-12
1
-0
/
+3
*
Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.
Erich Keane
2019-02-07
1
-3
/
+5
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-10
/
+2
*
Remove redundant FunctionDecl argument from a couple functions.
James Y Knight
2019-02-02
1
-4
/
+2
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+8
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-22
/
+21
*
Add -fapply-global-visibility-to-externs for -cc1
Scott Linder
2019-01-28
1
-2
/
+4
*
[CodeGen] Implement isTriviallyRecursive with StmtVisitor instead of Recursiv...
Reid Kleckner
2019-01-25
1
-19
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+17
*
CodeGen: Remove debug printf unintentionally added in r351228.
Peter Collingbourne
2019-01-15
1
-4
/
+2
*
[MSP430] Provide a toolchain description
Anton Korobeynikov
2019-01-15
1
-2
/
+4
*
[CodeGen] Clarify comment about COFF common symbol alignment
Shoaib Meenai
2019-01-09
1
-2
/
+6
*
Limit COFF 'common' emission to <=32 alignment types.
Erich Keane
2019-01-08
1
-0
/
+5
*
CodeGen: fix autolink emission on ELF
Saleem Abdulrasool
2019-01-05
1
-5
/
+15
[next]