Rafael Espindola
|
081c215cca
Keep the old function order in CodeGenModule::applyReplacements.
|
11 years ago |
Rafael Espindola
|
e7baa02fc3
Revert "Keep the old function order in CodeGenModule::applyReplacements."
|
11 years ago |
Rafael Espindola
|
90f535f3f6
Keep the old function order in CodeGenModule::applyReplacements.
|
11 years ago |
Benjamin Kramer
|
471b52aaab
Avoid double StringMap lookups. No functionality change.
|
11 years ago |
Rafael Espindola
|
61a0a7519e
Produce direct calls instead of alias to linkonce_odr functions.
|
11 years ago |
Richard Smith
|
3cebc73895
C++1y sized deallocation: if we have a use, but not a definition, of a sized
|
11 years ago |
Rafael Espindola
|
d205498c83
New fix for pr17535.
|
12 years ago |
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 years ago |
Rafael Espindola
|
e37bf44c80
This patch causes clang to reject alias attributes that point to undefined
|
12 years ago |
Rafael Espindola
|
bc6509175e
Rename some functions for consistency.
|
12 years ago |
Rafael Espindola
|
9686f1234e
Emit a .ident saying that clang produced this file.
|
12 years ago |
Manman Ren
|
feba9f2bdc
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
|
12 years ago |
Richard Smith
|
1596e5b368
Revert r191586 and r191695. They cause crashes when building with
|
12 years ago |
Manman Ren
|
8a06d8fdef
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
|
12 years ago |
David Blaikie
|
0d520f7d2e
Do not emit duplicate global initializers for template static data members inside namespaces
|
12 years ago |
Reid Kleckner
|
dc1ac5ecf0
Emit uuid globals as linkonce_odr
|
12 years ago |
Robert Wilhelm
|
344472ebed
Use pop_back_val() instead of both back() and pop_back().
|
12 years ago |
David Blaikie
|
0a1c862914
PR16933: Don't try to codegen things after we've seen errors.
|
12 years ago |
David Majnemer
|
8effeda3d2
CodeGen: __uuidof should work even with an incomplete _GUID type
|
12 years ago |
David Majnemer
|
c80eb46a0f
[-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
|
12 years ago |
Alexey Samsonov
|
6a4c5dc29e
Use new llvm::SpecialCaseList API in CodeGenModule
|
12 years ago |
David Majnemer
|
c8fe011b7e
[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section
|
12 years ago |
David Majnemer
|
17ffbd0369
Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section"
|
12 years ago |
David Majnemer
|
ea3db97495
[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section
|
12 years ago |
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 years ago |
Timur Iskhodzhanov
|
bb1b797d2e
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735
|
12 years ago |
Reid Kleckner
|
a4130baad9
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
|
12 years ago |
Reid Kleckner
|
73701ea646
Rename D to GD to match the type, which is GlobalDecl
|
12 years ago |
Richard Smith
|
ddcff1b310
Tighten up the set of operator new/operator delete calls we're permitted to
|
12 years ago |
Eli Friedman
|
e5798893b1
Get rid of dead/useless code for block mangling.
|
12 years ago |