summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-3/+3
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-11/+11
* We use the enums to query whether an Attributes object has that attribute. TheBill Wendling2012-10-091-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* Propagate calling convention for aliases and weakrefs.Alex Rosenberg2012-10-051-2/+3
* PR13941: Mark all virtual functions as unnamed_addr. It's not possible toRichard Smith2012-09-281-0/+4
* Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman2012-09-281-0/+6
* Update to new function attribute querying syntax.Bill Wendling2012-09-261-1/+1
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-1/+1
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-4/+4
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-6/+2
* [asan] If we are compiling with ASan, add metadata indicating dynamically ini...Kostya Serebryany2012-08-211-0/+12
* Decrementing std::string::end is not portable, use array access instead.Joerg Sonnenberger2012-08-101-1/+1
* Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher2012-07-191-9/+1
OpenPOWER on IntegriCloud