summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-2/+3
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+2
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-2/+3
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-1/+1
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-311-10/+2
* [TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init.Manman Ren2016-03-181-2/+10
* Directly get the canonical Type instead of going around through a CanQualType...Yaron Keren2016-03-161-1/+1
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-2/+2
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-6/+3
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-3/+1
* 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
OpenPOWER on IntegriCloud