Alexey Samsonov
|
dd1c90cd6b
SanitizerBlacklist: blacklist functions by their source location.
|
11 年之前 |
Hans Wennborg
|
1bd711969c
MS Compat: mark globals emitted in read-only sections const
|
11 年之前 |
David Majnemer
|
ceb95abd7d
CodeGen: Don't drop thread_local when emitting __thread aliases
|
11 年之前 |
Alexey Samsonov
|
816e1b9b03
Move SanitizerBlacklist object from CodeGenModule to ASTContext.
|
11 年之前 |
Alexey Samsonov
|
0121057267
Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.
|
11 年之前 |
Alexey Bataev
|
b800824f17
Fix for bug http://llvm.org/PR17427.
|
11 年之前 |
Rafael Espindola
|
0b181741a9
Avoid code duplication by calling setAliasAttributes in EmitAliasDefinition.
|
11 年之前 |
Dario Domizioli
|
b96c3eeb86
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
|
11 年之前 |
Rafael Espindola
|
f0bac949ec
Add support for putting constructors and destructos in explicit comdats.
|
11 年之前 |
Rafael Espindola
|
0433216bc0
Move emitCXXStructor to CGCXXABI.
|
11 年之前 |
Rafael Espindola
|
948514b3ec
Create a emitCXXStructor function and make the existing emitCXXConstructor and
|
11 年之前 |
Nico Weber
|
f3fc6e6866
Remove a parameter that has been unused since r188481. No behavior change.
|
11 年之前 |
Nico Weber
|
1c96effad3
Add a comment for something that confused me.
|
11 年之前 |
Hans Wennborg
|
d4a1ae3f56
Better codegen support for DLL attributes being dropped after the first declaration (PR20792)
|
11 年之前 |
Alex Lorenz
|
a115a4d862
Add a cc1 "dump-coverage-mapping" for testing coverage mapping.
|
11 年之前 |
David Majnemer
|
3fa2e5b989
MS ABI: Aligned tentative definitions don't have CommonLinkage
|
11 年之前 |
Alex Lorenz
|
8bff0ff2df
Add coverage mapping generation.
|
11 年之前 |
Richard Smith
|
775e4c92e5
In the case of mangling collisions, make an attempt to note both definitions
|
11 年之前 |
Richard Smith
|
c274828e7f
Actually fix problem with modules buildbot this time.
|
11 年之前 |
Alexey Samsonov
|
d76b14a84c
[Sanitizer] Introduce SanitizerMetadata class.
|
11 年之前 |
Richard Smith
|
2bcf26f58b
Re-commit r214547 with tests fixed. Hopefully all the bots will be happy now.
|
11 年之前 |
Richard Smith
|
ea8515051a
Revert r214547 due to test breakage.
|
11 年之前 |
Richard Smith
|
220a640478
Fix iterator invalidation issues that are breaking my modules buildbot's bootstrap.
|
11 年之前 |
Richard Smith
|
5774697c0f
[modules] Remove IRGen special case for emitting implicit special members if
|
11 年之前 |
Richard Smith
|
f8d1c718d0
PR20473: Don't "deduplicate" string literals with the same value but different
|
11 年之前 |
Alexey Samsonov
|
82b49e4abc
Make sure globals created by UBSan are not instrumented by ASan.
|
11 年之前 |
Hans Wennborg
|
49582c4cc0
MS compatibility: always emit dllexported in-class initialized static data members (PR20140)
|
11 年之前 |
Alexey Samsonov
|
a9b243cdf1
[ASan] Collect unmangled names of global variables in Clang to print them in error reports.
|
11 年之前 |
Alexey Samsonov
|
2b1d5099e0
Be more specific about return types of some methods.
|
11 年之前 |
Alexey Samsonov
|
e21afe131a
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
|
11 年之前 |