summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeGen] Disable aggressive structor optimizations at -O0Pavel Labath2018-05-141-6/+10
* [Itanium] Emit type info names with external linkage.Eric Fiselier2018-05-101-58/+63
* Revert "[Itanium] Emit type info names with external linkage."Eric Fiselier2018-05-101-63/+58
* [Itanium] Emit type info names with external linkage.Eric Fiselier2018-05-101-58/+63
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-1/+3
* Add a command line option 'fregister_global_dtors_with_atexit' toAkira Hatanaka2018-04-171-0/+50
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* PR36992: do not store beyond the dsize of a class object unless we knowRichard Smith2018-04-051-2/+3
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-7/+0
* Bring r328238 back with a fix.Rafael Espindola2018-03-231-0/+1
* Revert "Set dso_local on vtables."Rafael Espindola2018-03-221-3/+2
* Set dso_local on vtables.Rafael Espindola2018-03-221-2/+3
* Recommit r326946 after reducing CallArgList memory footprintYaxun Liu2018-03-151-2/+1
* Set dso_local on external rtti GVs.Rafael Espindola2018-03-141-4/+2
* Revert r326946. It caused stack overflows by significantly increasing the siz...Richard Smith2018-03-101-1/+2
* Set dso_local on tls init functions.Rafael Espindola2018-03-071-1/+3
* CodeGen: Fix address space of indirect function argumentYaxun Liu2018-03-071-2/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-2/+1
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-011-16/+5
* Pass a GlobalDecl to setAliasAttributes. NFC.Rafael Espindola2018-02-281-1/+1
* Bring r325915 back.Rafael Espindola2018-02-231-1/+2
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-2/+1
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-1/+2
* Simplify setting dso_local. NFC.Rafael Espindola2018-02-231-2/+2
* 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
OpenPOWER on IntegriCloud