summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-101-14/+32
* PR21909: Don't try (and crash) to generate debug info for explicit instantiat...David Blaikie2014-12-161-1/+2
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-151-3/+4
* Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and laterPaul Robinson2014-12-111-2/+5
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-23/+19
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-081-3/+0
* Fix invalid calling convention used for libcalls on ARM.Anton Korobeynikov2014-12-021-0/+16
* Use nullptr to silence -Wsentinel when self-hosting on WindowsReid Kleckner2014-12-011-1/+1
* Add missing 'break's, found by inspection. No functionality change; theRichard Smith2014-12-011-0/+2
* Correctly remove OptimizeForSize from functions marked OptimizeNone.Paul Robinson2014-11-241-10/+15
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-6/+6
* clang-format a recent commit I madeDavid Blaikie2014-11-191-4/+4
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-15/+15
* Add PIC-level support to Clang.Justin Hibbits2014-11-181-0/+12
* [Objective-C++ IRGen] do not generate .cxx_construct Fariborz Jahanian2014-11-121-1/+15
* Revert "IR: MDNode => Value: Update for LLVM API change in r221375"Duncan P. N. Exon Smith2014-11-111-1/+1
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+19
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-6/+10
* IR: MDNode => Value: Update for LLVM API change in r221375Duncan P. N. Exon Smith2014-11-051-1/+1
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-0/+8
* CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'David Majnemer2014-11-011-7/+7
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-1/+30
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-1/+19
* MS Compat: mark globals emitted in read-only sections constHans Wennborg2014-10-161-0/+7
* CodeGen: Don't drop thread_local when emitting __thread aliasesDavid Majnemer2014-10-151-8/+16
* Move SanitizerBlacklist object from CodeGenModule to ASTContext.Alexey Samsonov2014-10-151-4/+2
* Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.Alexey Samsonov2014-10-151-1/+1
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-2/+3
* Avoid code duplication by calling setAliasAttributes in EmitAliasDefinition.Rafael Espindola2014-10-081-12/+3
* Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)Dario Domizioli2014-09-191-0/+10
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-0/+4
* Move emitCXXStructor to CGCXXABI.Rafael Espindola2014-09-151-2/+2
* Create a emitCXXStructor function and make the existing emitCXXConstructor andRafael Espindola2014-09-151-2/+2
* Remove a parameter that has been unused since r188481. No behavior change.Nico Weber2014-09-081-3/+2
* Add a comment for something that confused me.Nico Weber2014-09-081-0/+1
* Better codegen support for DLL attributes being dropped after the first decla...Hans Wennborg2014-08-291-0/+8
* Add a cc1 "dump-coverage-mapping" for testing coverage mapping.Alex Lorenz2014-08-081-1/+11
* MS ABI: Aligned tentative definitions don't have CommonLinkageDavid Majnemer2014-08-051-2/+10
* Add coverage mapping generation.Alex Lorenz2014-08-041-1/+88
* In the case of mangling collisions, make an attempt to note both definitionsRichard Smith2014-08-021-6/+8
* Actually fix problem with modules buildbot this time.Richard Smith2014-08-011-1/+1
* [Sanitizer] Introduce SanitizerMetadata class.Alexey Samsonov2014-08-011-69/+4
* Re-commit r214547 with tests fixed. Hopefully all the bots will be happy now.Richard Smith2014-08-011-3/+10
* Revert r214547 due to test breakage.Richard Smith2014-08-011-10/+3
* Fix iterator invalidation issues that are breaking my modules buildbot's boot...Richard Smith2014-08-011-3/+10
* [modules] Remove IRGen special case for emitting implicit special members ifRichard Smith2014-08-011-13/+5
* PR20473: Don't "deduplicate" string literals with the same value but differentRichard Smith2014-07-291-31/+12
* Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov2014-07-181-2/+9
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-171-27/+4
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-14/+28
OpenPOWER on IntegriCloud