summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* ASan+operator new[]: Add an option for more thorough operator new[] cookie po...Filipe Cabecinhas2018-02-121-1/+2
* Recommit r324107 again.Rafael Espindola2018-02-071-2/+6
* Revert "Recommit r324107."Rafael Espindola2018-02-071-6/+2
* Recommit r324107.Rafael Espindola2018-02-071-2/+6
* Don't pass ForDefinition_t in places it is redundant.Rafael Espindola2018-02-071-2/+2
* Pass around function pointers as CGCallees, not bare llvm::Value*s.John McCall2018-02-061-31/+36
* IRGen: Move vtable load after argument evaluation.Peter Collingbourne2018-02-051-39/+34
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-2/+2
* Revert "Start setting dso_local in clang."Rafael Espindola2018-02-021-6/+2
* Start setting dso_local in clang.Rafael Espindola2018-02-021-2/+6
* [MinGW] Emit typeinfo locally for dllimported classes without key functionsMartin Storsjo2018-02-021-0/+5
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-251-1/+3
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2018-01-051-3/+1
* Revert "ASan+operator new[]: Fix operator new[] cookie poisoning"Filipe Cabecinhas2018-01-021-1/+2
* ASan+operator new[]: Fix operator new[] cookie poisoningFilipe Cabecinhas2018-01-021-2/+1
* IRGen: When performing CFI checks, load vtable pointer from vbase when necess...Peter Collingbourne2017-12-131-0/+10
* Reland "Fix vtable not receiving hidden visibility when using push(visibility)"Jake Ehrlich2017-11-291-1/+2
* Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek2017-11-221-2/+1
* [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)Petr Hosek2017-11-221-1/+2
* [MS] Apply adjustments after storing 'this'Reid Kleckner2017-11-161-2/+3
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-111-19/+19
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-0/+12
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr linkage for RTTI dat...Martin Storsjo2017-09-011-9/+7
* Revert r312224: "[ItaniumCXXABI] Always use linkonce_odr linkage for RTTI dat...Martin Storsjo2017-08-311-7/+9
* [ItaniumCXXABI] Always use linkonce_odr linkage for RTTI data on MinGWMartin Storsjo2017-08-311-9/+7
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-2/+13
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-9/+4
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-4/+9
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-9/+4
* Revert r264998 and r265035.Akira Hatanaka2017-07-271-2/+10
* Add branch weights to branches for static initializers.Richard Smith2017-07-261-2/+3
* [CodeGen] Propagate dllexport to thunksShoaib Meenai2017-07-241-0/+8
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-0/+2
* [CodeGen] Check key function for typeinfo importShoaib Meenai2017-07-041-3/+7
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-3/+3
* Emit available_externally vtables opportunisticallyPiotr Padlewski2017-06-011-17/+30
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-1/+1
* Update Clang for LLVM rename AttributeSet -> AttributeListReid Kleckner2017-03-211-17/+19
* Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall2017-03-021-1/+1
* [CodeGen] Note where we add ABI-specific args in ctors. NFC.George Burgess IV2017-02-221-12/+15
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* [CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibilityReid Kleckner2017-02-131-1/+3
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-2/+4
* [WebAssembly] Add minimal support for the new wasm object format triple.Dan Gohman2017-01-171-4/+6
* Improve handling of instantiated thread_local variables in Itanium C++ ABI.Richard Smith2017-01-131-11/+31
* [ItaniumABI] NFC changesPiotr Padlewski2016-12-281-2/+3
* CodeGen: fix runtime function dll storageSaleem Abdulrasool2016-12-151-1/+2
OpenPOWER on IntegriCloud