summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall2013-04-161-3/+1
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-15/+9
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-1/+1
* Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian2013-04-161-10/+15
* CodeGen support for function-local static thread_local variables withRichard Smith2013-04-141-0/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-3/+3
* Use MapVector rather than simulating it.Richard Smith2013-04-131-5/+5
* Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren2013-04-111-2/+11
* Remove nondeterminism introduced in r178950.Richard Smith2013-04-061-11/+13
* When an internal-linkage function or variable is declared within an extern "C"Richard Smith2013-04-061-0/+53
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+14
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-14/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+14
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-0/+1
* Don't try to set attributes in alias, they have none.Rafael Espindola2013-03-191-1/+3
* [Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...Alexey Samsonov2013-03-061-10/+14
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-2/+9
* Rename methods to comply with the LLVM Coding Standards.Rafael Espindola2013-02-271-7/+7
* Move LinkageInfo out of NamedDecl so that it can be used in Type.h.Rafael Espindola2013-02-271-3/+3
* Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany2013-02-261-6/+10
* In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...Argyrios Kyrtzidis2013-02-241-0/+2
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+1
* Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...Bill Wendling2013-02-221-1/+1
* Add a new 'type_visibility' attribute to allow users toJohn McCall2013-02-201-1/+1
* Pass the target options through to code generation.Bill Wendling2013-02-141-3/+5
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* Add support for AArch64 target.Tim Northover2013-01-311-0/+1
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-4/+4
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-1/+2
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-12/+8
* Move the decision about the kind of CGCXXABI to make insideJohn McCall2013-01-251-6/+6
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-251-80/+13
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-251-4/+7
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-3/+6
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-231-2/+7
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-3/+4
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-6/+6
* Use the AttributeSet query method instead of the Attribute method.Bill Wendling2013-01-181-1/+1
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-6/+9
* [IRgen] Update modules autolink metadata to use module flags (as now specifiedDaniel Dunbar2013-01-171-10/+6
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-1/+4
* Fix Const CastDavid Greene2013-01-151-1/+2
* Topologically sort the link options generated for modules based onDouglas Gregor2013-01-141-67/+112
* When forming the link options for an imported module, also include theDouglas Gregor2013-01-141-2/+7
* Switch autolinking metadata format over to actual linker options, e.g.,Douglas Gregor2013-01-141-24/+33
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-2/+68
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
OpenPOWER on IntegriCloud