summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pass a GlobalDecl to setNonAliasAttributes. NFC.Rafael Espindola2018-02-281-3/+4
* Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.Rafael Espindola2018-02-281-1/+2
* Pass a GlobalDecl to setAliasAttributes. NFC.Rafael Espindola2018-02-281-3/+3
* Pass a GlobalDecl to setFunctionDefinitionAttributes. NFC.Rafael Espindola2018-02-271-3/+3
* Set Module Metadata "RtLibUseGOT" when fno-plt is used.Sriraman Tallam2018-02-231-0/+3
* Bring r325915 back.Rafael Espindola2018-02-231-1/+13
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-13/+1
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-1/+13
* Simplify setting dso_local. NFC.Rafael Espindola2018-02-231-9/+9
* [CodeGen] Fix generation of TBAA tags for may-alias accessesIvan A. Kosarev2018-02-201-7/+3
* Make attribute-target on a Definition-after-use update the LLVM attributesErich Keane2018-02-121-0/+56
* Fix improper indentation issue in CodeGenModule [NFC]Erich Keane2018-02-081-2/+2
* Don't try to use copy relocations with tls variables.Rafael Espindola2018-02-071-3/+4
* Recommit r324107 again.Rafael Espindola2018-02-071-5/+62
* Revert "Recommit r324107."Rafael Espindola2018-02-071-61/+5
* Recommit r324107.Rafael Espindola2018-02-071-5/+61
* Don't pass ForDefinition_t in places it is redundant.Rafael Espindola2018-02-071-17/+12
* Support `#pragma comment(lib, "name")` in the frontend for ELFSaleem Abdulrasool2018-02-071-1/+11
* Revert "Start setting dso_local in clang."Rafael Espindola2018-02-021-62/+5
* Start setting dso_local in clang.Rafael Espindola2018-02-021-5/+62
* PR36181: Teach CodeGen to properly ignore requests to emit dependent entities.Richard Smith2018-02-011-17/+1
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-251-0/+8
* Don't create hidden dllimport global values.Rafael Espindola2018-01-241-0/+2
* [CodeGen] Fix a crash on mangling multiversioned functionsGeorge Burgess IV2018-01-171-2/+6
* Move target MV resolver to COMDATErich Keane2018-01-161-0/+3
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+4
* Added Control Flow Protection FlagOren Ben Simhon2018-01-091-0/+14
* Fix use-after-free found by address-san on -r322028.Erich Keane2018-01-091-1/+5
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-24/+175
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-4/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+4
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-1/+7
* Revert "Fix for PR32990"Reid Kleckner2017-12-211-33/+9
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-211-0/+1
* Fix for PR32990Erich Keane2017-12-211-9/+33
* [Coverage] Fix use-after free in coverage emissionEli Friedman2017-12-191-1/+5
* [OPENMP] Codegen `declare simd` for function declarations.Alexey Bataev2017-12-151-0/+3
* [Coverage] Always emit unused coverage mappings in the same order.Eli Friedman2017-12-131-13/+3
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-1/+1
* Mark all library options as hidden.Zachary Turner2017-12-011-1/+1
* Reland "Fix vtable not receiving hidden visibility when using push(visibility)"Jake Ehrlich2017-11-291-13/+13
* [CodeGen] Collect information about sizes of accesses and access types for TBAAIvan A. Kosarev2017-11-271-4/+11
* Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek2017-11-221-13/+13
* [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)Petr Hosek2017-11-221-13/+13
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-111-22/+22
* CodeGenCXX: no default dllimport storage for mingwMartell Malone2017-11-041-1/+2
* [c++17] Visit class template explicit specializations just like all other cla...Richard Smith2017-11-031-9/+7
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+55
* [CodeGen] Propagate may-alias'ness of lvalues with TBAA infoIvan A. Kosarev2017-10-311-5/+7
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-2/+11
OpenPOWER on IntegriCloud