Larisse Voufo
|
ef4579cda0
Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention...
|
12 lat temu |
Timur Iskhodzhanov
|
bb1b797d2e
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735
|
12 lat temu |
Reid Kleckner
|
a4130baad9
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
|
12 lat temu |
Reid Kleckner
|
73701ea646
Rename D to GD to match the type, which is GlobalDecl
|
12 lat temu |
Richard Smith
|
ddcff1b310
Tighten up the set of operator new/operator delete calls we're permitted to
|
12 lat temu |
Eli Friedman
|
e5798893b1
Get rid of dead/useless code for block mangling.
|
12 lat temu |
Eli Friedman
|
7a36a5913f
Simplify linkage code for static local vars.
|
12 lat temu |
Eli Friedman
|
07369dde9d
Fix mangling for block literals.
|
12 lat temu |
Stephen Lin
|
3b50e8d78c
Restore r184205 and associated commits (after commit of r185290)
|
12 lat temu |
Stephen Lin
|
3258abc2ba
Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO)
|
12 lat temu |
NAKAMURA Takumi
|
1fea06d611
Fix a warning. [-Wunused-variable]
|
12 lat temu |
Manman Ren
|
fc0f91cf06
Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
|
12 lat temu |
Stephen Lin
|
d4c0cd0764
CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute.
|
12 lat temu |
Richard Smith
|
3282b84296
Emit initializers for static-storage-duration temporaries as constants where
|
12 lat temu |
Eli Friedman
|
678eca456b
Fix the linkage of static locals inside a CapturedStmt. (Found in the
|
12 lat temu |
Richard Smith
|
7c3e615f01
PR12086, PR15117
|
12 lat temu |
Peter Collingbourne
|
144a31f53b
[ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.
|
12 lat temu |
Richard Smith
|
211c8ddb5b
Model temporary lifetime-extension explicitly in the AST. Use this model to
|
12 lat temu |
Aaron Ballman
|
a7ff62f944
Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file.
|
12 lat temu |
Diego Novillo
|
d27e5cbff3
[PATCH] Generate cold attribute for functions marked __atribute__((cold))
|
12 lat temu |
David Blaikie
|
fc46ebc2b1
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
|
12 lat temu |
Reid Kleckner
|
a722534711
Implement __declspec(selectany) under -fms-extensions
|
12 lat temu |
Rafael Espindola
|
181e3ecc09
Cleanup handling of UniqueExternalLinkage.
|
12 lat temu |
Benjamin Kramer
|
06a9d0431f
CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder.
|
12 lat temu |
Adrian Prantl
|
0a050f7d56
Debug Info: Fix a problem that resulted in missing DW_AT_specifications
|
12 lat temu |
Reid Kleckner
|
3190ca922d
Forward #pragma comment(lib/linker) through as flags metadata
|
12 lat temu |
Ulrich Weigand
|
6b20351a1d
|
12 lat temu |
Rafael Espindola
|
d8ffd0b7b6
Make all 'is in extern "C"' tests use the lexical context.
|
12 lat temu |
Enea Zaffanella
|
dc17384581
In VarDecl nodes, store the thread storage class specifier as written.
|
12 lat temu |
Bill Wendling
|
4e3b54b4ac
Use the Itanium ABI for thread_local on Darwin.
|
12 lat temu |