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
*
Don't emit implicit template instantiations eagerly (PR21718)
Hans Wennborg
2015-01-10
1
-14
/
+32
*
PR21909: Don't try (and crash) to generate debug info for explicit instantiat...
David Blaikie
2014-12-16
1
-1
/
+2
*
Warn when attribute 'optnone' conflicts with attributes on a
Paul Robinson
2014-12-15
1
-3
/
+4
*
Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and later
Paul Robinson
2014-12-11
1
-2
/
+5
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-23
/
+19
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-3
/
+0
*
Fix invalid calling convention used for libcalls on ARM.
Anton Korobeynikov
2014-12-02
1
-0
/
+16
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-1
/
+1
*
Add missing 'break's, found by inspection. No functionality change; the
Richard Smith
2014-12-01
1
-0
/
+2
*
Correctly remove OptimizeForSize from functions marked OptimizeNone.
Paul Robinson
2014-11-24
1
-10
/
+15
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-6
/
+6
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-4
/
+4
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-15
/
+15
*
Add PIC-level support to Clang.
Justin Hibbits
2014-11-18
1
-0
/
+12
*
[Objective-C++ IRGen] do not generate .cxx_construct
Fariborz Jahanian
2014-11-12
1
-1
/
+15
*
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
[next]