summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r246882:Tom Stellard2015-11-111-0/+5
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-0/+5
* Debug Info: Emit debug info for @import declarations.Adrian Prantl2015-06-301-0/+2
* [CodeGen] Tweak isTriviallyRecursive furtherDavid Majnemer2015-06-301-6/+1
* Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl2015-06-301-8/+11
* [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwardin...David Majnemer2015-06-251-2/+7
* Display profile file name when emitting a file not found diagnostic.Diego Novillo2015-06-251-2/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-2/+3
* CodeGen: Factor out some of the bitset entry creation code. NFC.Peter Collingbourne2015-06-171-0/+14
* C++11 rangify several loops.Yaron Keren2015-06-111-36/+21
* Rename the single non-style conformant function in TargetCodeGenInfoEric Christopher2015-06-051-1/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* 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