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
/
CGDeclCXX.cpp
Age
Commit message (
Expand
)
Author
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
ArrayRefize code. No functionality change.
Benjamin Kramer
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
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-03-07
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-01-18
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-20
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-06
Implement codegen for init_priority attribute properly - make sure it
Anton Korobeynikov
2012-11-05
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-01
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-10-25
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
2012-10-16
Transform pattern:
Alexey Samsonov
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-07-24
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-06-26
[asan] add missing asan instrumentation in generated global init functions
Kostya Serebryany
2012-05-01
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-04-13
Fix a trivial oversight with apple-kext static local destructors
John McCall
2012-04-06
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2012-04-06
Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc.
John McCall
2012-03-30
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-29
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-28
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction().
NAKAMURA Takumi
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-21
Emit the exact size for the invariant intrinsics.
Nick Lewycky
2012-02-17
Don't emit optimization-specific intrinsic at -O0.
Richard Smith
2012-02-17
The clang half of r150794: after the construction of a global or static const
Richard Smith
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2012-02-13
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-01-26
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2011-12-03
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-08-25
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-07-29
Remove some unnecessary single element array temporaries.
Jay Foad
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-13
Generalize the routine for destroying an object with static
John McCall
[next]