index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "IR: MDNode => Value: Update for LLVM API change in r221375"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+19
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-6
/
+10
*
IR: MDNode => Value: Update for LLVM API change in r221375
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-0
/
+8
*
CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'
David Majnemer
2014-11-01
1
-7
/
+7
*
[ASan] Improve blacklisting of global variables.
Alexey Samsonov
2014-10-17
1
-1
/
+30
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-1
/
+19
*
MS Compat: mark globals emitted in read-only sections const
Hans Wennborg
2014-10-16
1
-0
/
+7
*
CodeGen: Don't drop thread_local when emitting __thread aliases
David Majnemer
2014-10-15
1
-8
/
+16
*
Move SanitizerBlacklist object from CodeGenModule to ASTContext.
Alexey Samsonov
2014-10-15
1
-4
/
+2
*
Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.
Alexey Samsonov
2014-10-15
1
-1
/
+1
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-2
/
+3
*
Avoid code duplication by calling setAliasAttributes in EmitAliasDefinition.
Rafael Espindola
2014-10-08
1
-12
/
+3
*
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
2014-09-19
1
-0
/
+10
*
Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
2014-09-16
1
-0
/
+4
*
Move emitCXXStructor to CGCXXABI.
Rafael Espindola
2014-09-15
1
-2
/
+2
*
Create a emitCXXStructor function and make the existing emitCXXConstructor and
Rafael Espindola
2014-09-15
1
-2
/
+2
*
Remove a parameter that has been unused since r188481. No behavior change.
Nico Weber
2014-09-08
1
-3
/
+2
*
Add a comment for something that confused me.
Nico Weber
2014-09-08
1
-0
/
+1
*
Better codegen support for DLL attributes being dropped after the first decla...
Hans Wennborg
2014-08-29
1
-0
/
+8
*
Add a cc1 "dump-coverage-mapping" for testing coverage mapping.
Alex Lorenz
2014-08-08
1
-1
/
+11
*
MS ABI: Aligned tentative definitions don't have CommonLinkage
David Majnemer
2014-08-05
1
-2
/
+10
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-1
/
+88
*
In the case of mangling collisions, make an attempt to note both definitions
Richard Smith
2014-08-02
1
-6
/
+8
*
Actually fix problem with modules buildbot this time.
Richard Smith
2014-08-01
1
-1
/
+1
*
[Sanitizer] Introduce SanitizerMetadata class.
Alexey Samsonov
2014-08-01
1
-69
/
+4
*
Re-commit r214547 with tests fixed. Hopefully all the bots will be happy now.
Richard Smith
2014-08-01
1
-3
/
+10
*
Revert r214547 due to test breakage.
Richard Smith
2014-08-01
1
-10
/
+3
*
Fix iterator invalidation issues that are breaking my modules buildbot's boot...
Richard Smith
2014-08-01
1
-3
/
+10
*
[modules] Remove IRGen special case for emitting implicit special members if
Richard Smith
2014-08-01
1
-13
/
+5
*
PR20473: Don't "deduplicate" string literals with the same value but different
Richard Smith
2014-07-29
1
-31
/
+12
*
Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
2014-07-18
1
-2
/
+9
*
MS compatibility: always emit dllexported in-class initialized static data me...
Hans Wennborg
2014-07-17
1
-27
/
+4
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-14
/
+28
*
Be more specific about return types of some methods.
Alexey Samsonov
2014-07-10
1
-5
/
+4
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-6
/
+5
*
[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
2014-07-07
1
-10
/
+7
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-0
/
+16
*
Move the calling of emitTargetMD() later.
Robert Lytton
2014-07-03
1
-4
/
+10
*
refactor for-loop as range-loop before making changes.
Robert Lytton
2014-07-03
1
-10
/
+6
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-10
/
+48
*
CodeGen: Improve warnings about uninstrumented files when profiling
Justin Bogner
2014-06-26
1
-3
/
+15
*
CodeGen: Remove a stray tab character (NFC)
Justin Bogner
2014-06-23
1
-1
/
+1
*
Add module flags metadata to record the settings for enum and wchar width
Oliver Stannard
2014-06-20
1
-0
/
+17
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
CodeGen: Correct linkage of thread_local for OS X
David Majnemer
2014-06-11
1
-0
/
+10
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-1
/
+1
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-33
/
+37
*
Remove the overload of GetAddrOfConstantString method
Alexey Samsonov
2014-06-04
1
-23
/
+8
[next]