summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall2012-07-121-0/+1
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-3/+3
* When we're looking for redeclarations which might provide a definition in Cod...Eli Friedman2012-07-021-0/+1
* Add -ftls-model command-line flag.Hans Wennborg2012-06-281-7/+41
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-3/+7
* IRGen: Factor v-table generation into the CGCXXABI object.Charles Davis2012-06-231-2/+2
* Support the tls_model attribute (PR9788)Hans Wennborg2012-06-231-1/+7
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+17
* [MSExtensions] Add support for __forceinline.Michael J. Spencer2012-06-181-2/+2
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-2/+2
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* adjust to mainline llvm API change.Chris Lattner2012-05-281-4/+2
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-201-3/+21
* Add support for __attribute__((hot)) and __attribute__((cold)).Benjamin Kramer2012-05-121-0/+4
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-041-1/+2
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-1/+1
* Use enum to set debug info size generated by ClangAlexey Samsonov2012-04-271-1/+2
OpenPOWER on IntegriCloud