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
...
*
Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Manman Ren
2013-06-19
1
-0
/
+5
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-0
/
+8
*
Emit initializers for static-storage-duration temporaries as constants where
Richard Smith
2013-06-14
1
-15
/
+26
*
Fix the linkage of static locals inside a CapturedStmt. (Found in the
Eli Friedman
2013-06-13
1
-1
/
+5
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-129
/
+2
*
[ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.
Peter Collingbourne
2013-06-05
1
-6
/
+8
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-0
/
+57
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+7
*
[PATCH] Generate cold attribute for functions marked __atribute__((cold))
Diego Novillo
2013-05-24
1
-2
/
+3
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-1
/
+4
*
Implement __declspec(selectany) under -fms-extensions
Reid Kleckner
2013-05-20
1
-1
/
+7
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder.
Benjamin Kramer
2013-05-11
1
-27
/
+31
*
Debug Info: Fix a problem that resulted in missing DW_AT_specifications
Adrian Prantl
2013-05-09
1
-0
/
+18
*
Forward #pragma comment(lib/linker) through as flags metadata
Reid Kleckner
2013-05-08
1
-15
/
+30
*
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-06
1
-1
/
+9
*
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-05
1
-2
/
+2
*
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
1
-1
/
+1
*
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-05-02
1
-1
/
+7
*
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
1
-26
/
+0
*
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-29
1
-0
/
+26
*
Support debug info for using directives at global/namespace scope.
David Blaikie
2013-04-26
1
-1
/
+4
*
Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...
Richard Smith
2013-04-22
1
-1
/
+2
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-1
/
+4
*
Don't propagate around TargetOptions in IR-gen; we don't use it.
John McCall
2013-04-16
1
-3
/
+1
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-15
/
+9
*
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-16
1
-1
/
+1
*
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
2013-04-16
1
-10
/
+15
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-0
/
+1
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-3
/
+3
*
Use MapVector rather than simulating it.
Richard Smith
2013-04-13
1
-5
/
+5
*
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-11
1
-2
/
+11
*
Remove nondeterminism introduced in r178950.
Richard Smith
2013-04-06
1
-11
/
+13
*
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-06
1
-0
/
+53
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-0
/
+14
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-14
/
+0
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-0
/
+14
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-0
/
+1
*
Don't try to set attributes in alias, they have none.
Rafael Espindola
2013-03-19
1
-1
/
+3
*
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-03-06
1
-10
/
+14
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-2
/
+9
*
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
1
-7
/
+7
*
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-27
1
-3
/
+3
*
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-26
1
-6
/
+10
*
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-24
1
-0
/
+2
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+1
*
Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...
Bill Wendling
2013-02-22
1
-1
/
+1
[prev]
[next]