summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Itanium RTTI emission so that we emit fundamental type information into theRichard Smith2016-02-031-2/+11
* Use a consistent spelling for vtables.Eric Christopher2016-01-291-1/+1
* [cfi] Do not emit bit set entry for available_externally vtables.Evgeniy Stepanov2016-01-231-1/+2
* [CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka2016-01-151-4/+20
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+6
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-171-3/+11
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-3/+2
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-011-13/+9
* [TLS on Darwin] treat all Darwin platforms in the same way.Manman Ren2015-11-111-3/+3
* [TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren2015-11-111-7/+7
* [CodeGen] Call SetInternalFunctionAttributes to attach functionAkira Hatanaka2015-10-311-1/+2
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+1
* Revert "Decorating virtual functions load with invariant.load" and fixRenato Golin2015-10-011-10/+1
* Decorating virtual functions load with invariant.loadPiotr Padlewski2015-10-011-1/+10
* [WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner2015-09-161-2/+2
* Decorating vptr load & stores with !invariant.groupPiotr Padlewski2015-09-151-7/+16
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+10
* ItaniumCXXABI.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2015-09-151-2/+1
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-151-37/+81
* Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov2015-09-141-3/+0
* [opaque pointer type] Fix a few uses of PointerType::getElementType in favor ...David Blaikie2015-09-141-2/+1
* Revert "[opaque pointer type] update for LLVM API change"David Blaikie2015-09-141-2/+2
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-121-0/+3
* Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov2015-09-111-3/+0
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-111-0/+3
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-09-101-60/+35
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-091-35/+60
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-144/+224
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+17
* Fix PR23472รพ by emitting initialized variable and its guard in the same COMD...Yaron Keren2015-09-031-3/+5
* PR17829: Proper diagnostic of mangled names conflictsAndrey Bokhanko2015-08-311-1/+1
* Revert r246214 and r246213Steven Wu2015-08-281-60/+35
* Assume loads fix #2Piotr Padlewski2015-08-271-3/+2
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-271-32/+58
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-08-211-58/+32
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-211-32/+58
* Generating available_externally vtables bugfixPiotr Padlewski2015-08-191-6/+4
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-2/+2
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner2015-08-181-58/+32
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-181-32/+58
* Revert r245257 "Generating assumption loads of vptr after ctor call"Hans Wennborg2015-08-181-58/+32
* Generating assumption loads of vptr after ctor callPiotr Padlewski2015-08-171-32/+58
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-7/+0
* [ItaniumCXXABI] Don't import RTTI data for classes with key functionsDavid Majnemer2015-08-061-4/+14
* Rangify for loops, NFC.Yaron Keren2015-08-011-3/+3
* In case of an existing GlobalVariable, the comdat is created using the name o...Yaron Keren2015-07-291-3/+3
* Remove unnecessary variable.Yaron Keren2015-07-291-12/+8
* Getting rid of old iterator loopsPiotr Padlewski2015-07-281-7/+7
* Generating available_externally vtables for outline virtual functionsPiotr Padlewski2015-07-241-0/+33
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-141-4/+4
OpenPOWER on IntegriCloud