summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* CodeGen: Do not give local-linkage functions externally available linkage, ev...Peter Collingbourne2015-07-011-1/+1
* [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointerDavid Majnemer2015-06-231-2/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-4/+4
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-4/+8
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-4/+4
* Revert r236879, "Do not emit thunks with available_externally linkage in comd...NAKAMURA Takumi2015-05-091-5/+8
* Do not emit thunks with available_externally linkage in comdatsDerek Schuff2015-05-081-8/+5
OpenPOWER on IntegriCloud