Rafael Espindola
|
61a0a7519e
Produce direct calls instead of alias to linkonce_odr functions.
|
11 rokov pred |
Richard Smith
|
3cebc73895
C++1y sized deallocation: if we have a use, but not a definition, of a sized
|
11 rokov pred |
Rafael Espindola
|
d205498c83
New fix for pr17535.
|
12 rokov pred |
Rafael Espindola
|
87017a781f
Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject"
|
12 rokov pred |
Rafael Espindola
|
e37bf44c80
This patch causes clang to reject alias attributes that point to undefined
|
12 rokov pred |
Rafael Espindola
|
bc6509175e
Rename some functions for consistency.
|
12 rokov pred |
Rafael Espindola
|
9686f1234e
Emit a .ident saying that clang produced this file.
|
12 rokov pred |
Manman Ren
|
feba9f2bdc
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
|
12 rokov pred |
Richard Smith
|
1596e5b368
Revert r191586 and r191695. They cause crashes when building with
|
12 rokov pred |
Manman Ren
|
8a06d8fdef
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
|
12 rokov pred |
David Blaikie
|
0d520f7d2e
Do not emit duplicate global initializers for template static data members inside namespaces
|
12 rokov pred |
Reid Kleckner
|
dc1ac5ecf0
Emit uuid globals as linkonce_odr
|
12 rokov pred |
Robert Wilhelm
|
344472ebed
Use pop_back_val() instead of both back() and pop_back().
|
12 rokov pred |
David Blaikie
|
0a1c862914
PR16933: Don't try to codegen things after we've seen errors.
|
12 rokov pred |
David Majnemer
|
8effeda3d2
CodeGen: __uuidof should work even with an incomplete _GUID type
|
12 rokov pred |
David Majnemer
|
c80eb46a0f
[-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
|
12 rokov pred |
Alexey Samsonov
|
6a4c5dc29e
Use new llvm::SpecialCaseList API in CodeGenModule
|
12 rokov pred |
David Majnemer
|
c8fe011b7e
[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section
|
12 rokov pred |
David Majnemer
|
17ffbd0369
Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section"
|
12 rokov pred |
David Majnemer
|
ea3db97495
[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section
|
12 rokov pred |
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 rokov pred |
Timur Iskhodzhanov
|
bb1b797d2e
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735
|
12 rokov pred |
Reid Kleckner
|
a4130baad9
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
|
12 rokov pred |
Reid Kleckner
|
73701ea646
Rename D to GD to match the type, which is GlobalDecl
|
12 rokov pred |
Richard Smith
|
ddcff1b310
Tighten up the set of operator new/operator delete calls we're permitted to
|
12 rokov pred |
Eli Friedman
|
e5798893b1
Get rid of dead/useless code for block mangling.
|
12 rokov pred |
Eli Friedman
|
7a36a5913f
Simplify linkage code for static local vars.
|
12 rokov pred |
Eli Friedman
|
07369dde9d
Fix mangling for block literals.
|
12 rokov pred |
Stephen Lin
|
3b50e8d78c
Restore r184205 and associated commits (after commit of r185290)
|
12 rokov pred |
Stephen Lin
|
3258abc2ba
Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO)
|
12 rokov pred |