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