summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...Kostya Serebryany2012-04-241-3/+4
* Typo.Eric Christopher2012-04-161-1/+1
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-111-0/+5
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-3/+2
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-2/+3
* The UTF16 string referenced by a CFString should go into the __TEXT,__ustringBill Wendling2012-03-301-26/+24
* Fix whitespace.Bill Wendling2012-03-291-6/+5
* add tbaa metadata to vtable pointer loads/storesKostya Serebryany2012-03-261-0/+6
* Simplify some users of DenseMap::erase.Benjamin Kramer2012-03-241-4/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-40/+40
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-2/+6
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+3
* Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith2012-03-021-1/+2
* Hack in a loud error for PR12086. Better than a silent miscompile.Sebastian Redl2012-02-271-1/+12
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-251-2/+117
* Remove UpdateCompletedType from the debug info emission. We nowEric Christopher2012-02-181-2/+0
* Bug fix: do not emit static const local variables with mutable membersRichard Smith2012-02-171-15/+18
* When performing IRGen on a global, emit it as a constant if:Richard Smith2012-02-171-1/+0
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-7/+4
OpenPOWER on IntegriCloud