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