index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenModule.cpp
Age
Commit message (
Expand
)
Author
2014-04-25
Don't align member functions.
Dan Gohman
2014-04-25
Introduce an Emscripten C++ ABI.
Dan Gohman
2013-05-21
Reverting r182337, which merged r182266, __declspec(selectany)
Reid Kleckner
2013-05-21
Merging r182266:
Bill Wendling
2013-05-06
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-05
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-02
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-04-30
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-29
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-26
Support debug info for using directives at global/namespace scope.
David Blaikie
2013-04-22
Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...
Richard Smith
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-16
Don't propagate around TargetOptions in IR-gen; we don't use it.
John McCall
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-16
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
2013-04-14
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Use MapVector rather than simulating it.
Richard Smith
2013-04-11
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-06
Remove nondeterminism introduced in r178950.
Richard Smith
2013-04-06
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-04
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-23
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-19
Don't try to set attributes in alias, they have none.
Rafael Espindola
2013-03-06
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-27
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-24
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...
Bill Wendling
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-14
Pass the target options through to code generation.
Bill Wendling
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-25
Move the decision about the kind of CGCXXABI to make inside
John McCall
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
[next]