summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP, NVPTX] Added support for L2 parallelism.Alexey Bataev2018-05-071-2/+11
* [OPENMP] Support C++ member functions in the device constructs.Alexey Bataev2018-05-021-1/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-1/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+1
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-231-1/+2
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-201-2/+1
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-201-0/+3
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-201-1/+2
* Implement proper support for `-falign-functions`Saleem Abdulrasool2018-04-191-0/+4
* Add a command line option 'fregister_global_dtors_with_atexit' toAkira Hatanaka2018-04-171-0/+6
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+6
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-1/+2
* [XRay][clang] Add flag to choose instrumentation bundlesDean Michael Berris2018-04-131-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-301-1/+9
* Set dso_local when clearing dllimport.Rafael Espindola2018-03-291-1/+3
* Disable emitting static extern C aliases for amdgcn target for CUDAYaxun Liu2018-03-291-3/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* Set dso_local on builtin functions.Rafael Espindola2018-03-221-7/+1
* Set dso_local on runtime variables.Rafael Espindola2018-03-211-1/+4
* Delete BuiltinCC. NFC.Rafael Espindola2018-03-201-2/+1
* Set dso_local on string literals.Rafael Espindola2018-03-201-0/+1
* Set dso_local for runtime function.Rafael Espindola2018-03-201-0/+1
* Set dso_local for CFConstantStringClassReference.Rafael Espindola2018-03-201-7/+7
* Set dso_local for guid decls.Rafael Espindola2018-03-201-0/+1
* [MS] Fix bug in r327732 with devirtualized complete destructor callsReid Kleckner2018-03-161-0/+10
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-1/+1
* [MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner2018-03-161-13/+5
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-151-0/+12
* Set dso_local on external rtti GVs.Rafael Espindola2018-03-141-2/+3
* Always set dso_local in CodeGenModule::setDSOLocal.Rafael Espindola2018-03-021-2/+7
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-011-50/+46
* Pass a GlobalDecl to SetCommonAttributes. NFC.Rafael Espindola2018-03-011-5/+5
* Inline a trivial function. NFC.Rafael Espindola2018-03-011-6/+1
* 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
OpenPOWER on IntegriCloud