summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-5/+5
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-16/+16
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-16/+16
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-16/+16
* Rewrite calls to bitcast unprototyped functions when emitting a definition.John McCall2012-12-121-77/+113
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-6/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-12/+12
* Fix PR14474: don't emit debug info for interface types in -gline-tables-only ...Alexey Samsonov2012-12-031-3/+3
* Update method calls to the new interface re r168354.Bill Wendling2012-11-201-2/+2
* Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith2012-11-051-3/+3
* Update the front end to use minsize attributeQuentin Colombet2012-11-011-0/+3
* Revert commit r166946Quentin Colombet2012-10-291-3/+0
* Make forcesizeopt attribute available to the end userQuentin Colombet2012-10-291-0/+3
* Add comment for my patch in r166809.Fariborz Jahanian2012-10-261-0/+2
* objective-C IRGen: for @implementation nested in Fariborz Jahanian2012-10-261-1/+8
* Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.Douglas Gregor2012-10-241-3/+1
* Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor2012-10-231-3/+3
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-171-2/+2
* "'Might as well make it static const.' -- John McCall" -- Michael ScottNico Weber2012-10-171-1/+1
* When using a symbol with attribute weakref, search for it first andJoerg Sonnenberger2012-10-161-5/+8
* Use enum values instead of magic numbers for indexing into the attribute list.Bill Wendling2012-10-151-3/+7
* Attributes RewriteBill Wendling2012-10-151-1/+2
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-141-3/+5
* Simplify. Suggestion by Sean Silva.Nico Weber2012-10-131-11/+3
* Add codegen support for __uuidof().Nico Weber2012-10-111-1/+81
OpenPOWER on IntegriCloud