Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
318d0ede572080f18d0106dbc354e11c88329a84
/
clang
/
lib
/
CodeGen
/
CodeGenModule.cpp
a3c814d
Separately track input and output denormal mode
by Matt Arsenault
· 6 years ago
dbc96b5
Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"
by Fangrui Song
· 6 years ago
789a46f
[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition
by Fangrui Song
· 6 years ago
fd09f12
Implement -fsemantic-interposition
by serge-sans-paille
· 6 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
458676d
[WPD/VFE] Always emit vcall_visibility metadata for -fwhole-program-vtables
by Teresa Johnson
· 6 years ago
e15fb06
[RISCV] Pass target-abi via module flag metadata
by Zakk Chen
· 6 years ago
a4451d8
Consolidate internal denormal flushing controls
by Matt Arsenault
· 6 years ago
d437fba
Reapply Allow system header to provide their own implementation of some builtin
by serge-sans-paille
· 6 years ago
25b542c
[OPENMP]Do not emit RTTI descriptor for NVPTX devices.
by Alexey Bataev
· 6 years ago
19c5057
Fix "pointer is null" static analyzer warnings. NFCI.
by Simon Pilgrim
· 6 years ago
3d210ed
Revert "Allow system header to provide their own implementation of some builtin"
by Amy Huang
· 6 years ago
53539bb
[DebugInfo] Add another level to DebugInfoKind called Constructor
by Amy Huang
· 6 years ago
921f871
Allow system header to provide their own implementation of some builtin
by serge-sans-paille
· 6 years ago
d35bcbb
[Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize.
by Craig Topper
· 6 years ago
e3d8ee3
reland "[DebugInfo] Support to emit debugInfo for extern variables"
by Yonghong Song
· 6 years ago
891e25b
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
by Reid Kleckner
· 6 years ago
b3c06db
[OpenMP] Use the OpenMP-IR-Builder
by Johannes Doerfert
· 6 years ago
f21c081
CodeGen: Allow annotations on globals in non-zero address space
by Nicolai Hähnle
· 6 years ago
d77ae15
[DebugInfo] Support to emit debugInfo for extern variables
by Yonghong Song
· 6 years ago
505aa24
[Attr] Move ParsedTargetAttr out of the TargetAttr class
by Craig Topper
· 6 years ago
eff08f4
Revert "[Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize."
by Reid Kleckner
· 6 years ago
e1578fd
[Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize.
by Craig Topper
· 6 years ago
9c3f9b9
[Clang] Define Fuchsia C++ABI
by Petr Hosek
· 6 years ago
bbc328c
[OPENMP]Fix PR41826: symbols visibility in device code.
by Alexey Bataev
· 6 years ago
e956952
DebugInfo: Flag Dwarf Version metadata for merging during LTO
by David Blaikie
· 6 years ago
c63f1b1
[DeclCXX] Remove unknown external linkage specifications
by Ehud Katz
· 6 years ago
b0561b3
[NFC] Refactor representation of materialized temporaries
by Tyker
· 6 years ago
c9276fb
Revert "[NFC] Refactor representation of materialized temporaries"
by Nico Weber
· 6 years ago
08ea1ee
[NFC] Refactor representation of materialized temporaries
by Tyker
· 6 years ago
4516dc1
Don't add optnone or noinline if the function is already marked as
by Akira Hatanaka
· 6 years ago
4c1a1d3
Add missing includes needed to prune LLVMContext.h include, NFC
by Reid Kleckner
· 6 years ago
2073dd2
Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized.
by Adrian Prantl
· 6 years ago
0a220de
[HIP] Fix visibility for 'extern' device variables.
by Michael Liao
· 6 years ago
bb1616b
[CodeGen] Fix invalid llvm.linker.options about pragma detect_mismatch
by Yaxun (Sam) Liu
· 6 years ago
d157a9b
Add Windows Control Flow Guard checks (/guard:cf).
by Andrew Paverd
· 6 years ago
40ab8ae
OpenMP: Add helper function for convergent runtime calls
by Matt Arsenault
· 6 years ago
e6125fc
[AMDGPU] Fix assertion due to initializer list
by Yaxun Liu
· 6 years ago
1598445
Revert Tag CFI-generated data structures with "#pragma clang section" attributes.
by Dmitry Mikulin
· 6 years ago
e2692b3
Tag CFI-generated data structures with "#pragma clang section" attributes.
by Dmitry Mikulin
· 6 years ago
5836c35
[Clang][OpenMP Offload] Move offload registration code to the wrapper
by Sergey Dmitriev
· 6 years ago
f14642f
Added support for "#pragma clang section relro=<name>"
by Dmitry Mikulin
· 6 years ago
c2cd2d4
[OPENMP50]Support for declare variant directive for NVPTX target.
by Alexey Bataev
· 6 years ago
48632af
Fix crash or wrong code bug if a lifetime-extended temporary contains a
by Richard Smith
· 6 years ago
772e266
Properly handle instantiation-dependent array bounds.
by Richard Smith
· 6 years ago
1fae744
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
by Simon Pilgrim
· 6 years ago
c79099e
[Alignment][Clang][NFC] Add CharUnits::getAsAlign
by Guillaume Chatelet
· 6 years ago
2df5f12
[OPENMP50]Initial codegen for declare variant implementation vendor.
by Alexey Bataev
· 6 years ago
2b4fa53
For P0784R7: compute whether a variable has constant destruction if it
by Richard Smith
· 6 years ago
350de4f
Support for DWARF-5 C++ language tags.
by Adrian Prantl
· 6 years ago
5c49c26
Revert "Support for DWARF-5 C++ language tags."
by Jonas Devlieghere
· 6 years ago
bf9c8ff
Support for DWARF-5 C++ language tags.
by Adrian Prantl
· 6 years ago
9ca1b94
[CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linkage type
by Fangrui Song
· 6 years ago
729e242
[OPENMP5.0]Add support for device_type clause in declare target construct.
by Alexey Bataev
· 6 years ago
f21bca0
[Clang][CodeGen] set alias linkage on QualType
by Nick Desaulniers
· 6 years ago
2b3d49b
[Clang] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
0e497d1
cfi-icall: Allow the jump table to be optionally made non-canonical.
by Peter Collingbourne
· 6 years ago
a5af238
CodeGen: ensure 8-byte aligned String Swift CF ABI
by Saleem Abdulrasool
· 6 years ago
49a3ad2
Fix parameter name comments using clang-tidy. NFC.
by Rui Ueyama
· 6 years ago
c5e7f56
ARM MTE stack sanitizer.
by Evgeniy Stepanov
· 6 years ago
960ff08
[OpenCL][PR41727] Prevent ICE on global dtors
by Anastasia Stulova
· 6 years ago
d7aae33
[Concepts] Concept definitions (D40381)
by Saar Raz
· 6 years ago
c3dfe90
[HIP] Support attribute hip_pinned_shadow
by Yaxun Liu
· 6 years ago
15e678e
[CUDA][HIP] Don't set comdat attribute for CUDA device stub functions.\nDifferential Revision: https://reviews.llvm.org/D63277
by Konstantin Pyzhov
· 6 years ago
0034e84
[OpenMP] Add support for handling declare target to clause when unified memory is required
by Gheorghe-Teodor Bercea
· 6 years ago
e40f879
[HIP] Add the interface deriving the stub name of device kernels.
by Michael Liao
· 6 years ago
6cb2d9d
[CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attribute
by Akira Hatanaka
· 6 years ago
e08e68d
Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition flag.
by Peter Collingbourne
· 6 years ago
f61b548
[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
by Anastasia Stulova
· 6 years ago
4b7a713
[CUDA][HIP] Skip setting `externally_initialized` for static device variables.
by Michael Liao
· 6 years ago
02afe4e
[CUDA][HIP] Emit dependent libs for host only
by Yaxun Liu
· 6 years ago
e637cbe
Refactor: split Uninitialized state on APValue into an "Absent" state
by Richard Smith
· 6 years ago
66cdbb47
[OpenMP] Add support for registering requires directives with the runtime
by Gheorghe-Teodor Bercea
· 6 years ago
6b21c4a
[OPENMP]Use the attributes for dso locality when building for device.
by Alexey Bataev
· 6 years ago
1d16515
[ELF] Implement Dependent Libraries Feature
by Ben Dunbobbin
· 6 years ago
ab8cde4
make -ftime-trace also print template arguments
by Lubos Lunak
· 6 years ago
e6cf6c7
[OpenCL] Make global ctor init function a kernel
by Anastasia Stulova
· 6 years ago
eba9a6e
[SPIR] Simplified target checking.
by Anastasia Stulova
· 6 years ago
6bf108d
[COFF] Use COFF stubs for extern_weak functions
by Reid Kleckner
· 6 years ago
1808c02
Re-land r359250, [COFF] Statically link certain runtime library functions
by Reid Kleckner
· 7 years ago
1be5369
Revert [COFF] Statically link certain runtime library functions
by Reid Kleckner
· 7 years ago
4730604
[COFF] Statically link certain runtime library functions
by Reid Kleckner
· 7 years ago
899d139
Use llvm::stable_sort
by Fangrui Song
· 7 years ago
fb59fef
Move setTargetAttributes after setGVProperties in SetFunctionAttributes
by Scott Linder
· 7 years ago
d880de2
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
by Anton Afanasyev
· 7 years ago
d1c5b28
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
by Peter Collingbourne
· 7 years ago
c568725
[OPENMP]Codegen support for allocate directive on global variables.
by Alexey Bataev
· 7 years ago
a03ae73
Add XCOFF triple object format type for AIX
by Jason Liu
· 7 years ago
25ed0c0
[OPENMP 5.0]Add initial support for 'allocate' directive.
by Alexey Bataev
· 7 years ago
39f6d7e
[PGO] Use the explicit parameter in ProfileSummary API. NFC
by Rong Xu
· 7 years ago
e739ac0
[HIP] change kernel stub name
by Yaxun Liu
· 7 years ago
0ee7bd4
[CodeGen] Fix string literal address space casting.
by Michael Liao
· 7 years ago
c18e9ec
[CUDA][HIP] Use device side kernel and variable names when registering them
by Yaxun Liu
· 7 years ago
80a1ee4
[AMDGPU] Require at least protected visibility for certain symbols
by Scott Linder
· 7 years ago
892e633
Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.
by Erich Keane
· 7 years ago
9871db0
[opaque pointer types] Pass function types for runtime function calls.
by James Y Knight
· 7 years ago
916db65
Remove redundant FunctionDecl argument from a couple functions.
by James Y Knight
· 7 years ago
251e148
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
by Michael Kruse
· 7 years ago
3933add
Cleanup: replace uses of CallSite with CallBase.
by James Y Knight
· 7 years ago
bef2663
Add -fapply-global-visibility-to-externs for -cc1
by Scott Linder
· 7 years ago
Next »