summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Get the dll storage class right for structors of classes exported/imported vi...Hans Wennborg2015-05-281-13/+20
* Use Intrinsic::ID instead of unsigned. NFC.Pete Cooper2015-05-201-3/+2
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-1/+1
* Implement no_sanitize attribute.Peter Collingbourne2015-05-151-17/+0
* Revert r236879, "Do not emit thunks with available_externally linkage in comd...NAKAMURA Takumi2015-05-091-12/+11
* Do not emit thunks with available_externally linkage in comdatsDerek Schuff2015-05-081-11/+12
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-1/+7
* [opaque pointer type] Correctly pass the pointee type when creating a GEP con...David Blaikie2015-05-071-1/+2
* [opaque pointer type] update for LLVM API changeDavid Blaikie2015-04-291-1/+1
* Revert code changes made under r235976.Bradley Smith2015-04-291-17/+0
* [ARM/AArch64] Enforce alignment for bitfielded structsBradley Smith2015-04-281-0/+17
* [cuda] treat file scope __asm as __host__ and ignore it during device-side co...Artem Belevich2015-04-271-0/+3
* Provide alignment info on LLVM external symbolsUlrich Weigand2015-04-211-0/+2
* Don't crash when a selectany symbol would get common linkageNico Weber2015-04-151-2/+7
* Revert "[CodeGen] Fix crash with duplicated mangled name."Renato Golin2015-04-151-9/+8
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* [CodeGen] Fix crash with duplicated mangled name.Argyrios Kyrtzidis2015-04-131-8/+9
* Don't crash when passing a non-existent file to -fprofile-instr-use=.Nico Weber2015-04-061-2/+2
* clang-format my last commitDavid Blaikie2015-04-051-16/+13
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-9/+8
* [opaque pointer type] Update for GEP API changes in LLVMDavid Blaikie2015-04-021-5/+6
* DebugInfo: Use new LLVM API for DebugLocDuncan P. N. Exon Smith2015-03-301-1/+1
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-3/+3
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-10/+0
* Remove .CUDAIsDevice flags from CodeGenOpts as it's alreadyArtem Belevich2015-03-191-2/+2
* MS ABI: Don't try to emit VF/VB-Tables for extern class templatesDavid Majnemer2015-03-181-1/+2
* [OPENMP] Fix crash on code emitting if errors are found.Alexey Bataev2015-03-181-0/+2
* MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer2015-03-171-2/+4
* WIPDavid Majnemer2015-03-171-1/+5
* MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptorsDavid Majnemer2015-03-151-1/+1
* Simplify.Joerg Sonnenberger2015-03-131-9/+1
* [OPENMP] Rename methods of OpenMPRuntime class. NFC. Alexey Bataev2015-02-251-4/+2
* CodeGen: Weak reference temporaries belong in a COMDATDavid Majnemer2015-02-191-0/+2
* CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer2015-02-191-4/+13
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-181-0/+1
* Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo2015-02-181-1/+1
* InstrProf: Update for LLVM API changeJustin Bogner2015-02-161-2/+4
* Fix a typo in r229291 causing buildbot failure.Larisse Voufo2015-02-151-1/+1
* More on fixing sized deallocation implementation logic: Fix PR21754.Larisse Voufo2015-02-151-5/+8
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-141-4/+4
* MS ABI: Records with fields with required aligmnet shouldn't be commonDavid Majnemer2015-02-031-3/+19
* When generating llvm.used, we may need an addrspacecast instead of a bitcast.Justin Holewinski2015-02-021-2/+2
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-14/+26
* clang-format function. NFC.Rafael Espindola2015-01-211-2/+2
* CodeGen: Compiler generated __declspec(uuid) objects should be COMDAT'dDavid Majnemer2015-01-211-0/+2
* Add comdat to string literal variables on COFF.Rafael Espindola2015-01-161-2/+8
* Use a trivial comdat for C++ tables.Rafael Espindola2015-01-151-1/+4
* Use a trivial comdat for inline ctor/dtor when not using C5/D5.Rafael Espindola2015-01-151-4/+9
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-0/+31
OpenPOWER on IntegriCloud