summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ...Argyrios Kyrtzidis2010-09-061-15/+24
* IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategyDaniel Dunbar2010-09-021-21/+24
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-6/+7
* Simplify.Daniel Dunbar2010-08-211-3/+2
* IRgen: Move remaining MakeAddr() calls to MakeAddrLValue().Daniel Dunbar2010-08-211-5/+7
* objective-c ivar refactoring patch. IterationsFariborz Jahanian2010-08-201-5/+3
* zap dead code.Chris Lattner2010-08-181-50/+14
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-2/+2
* Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis2010-08-151-36/+0
* Fix a bug in @finally emission in both the fragile and non-fragile EH schemesJohn McCall2010-08-111-5/+16
* Support ObjC implementation decls for PCH.Argyrios Kyrtzidis2010-08-091-4/+20
* Finishing up block variable layout API by supporting Fariborz Jahanian2010-08-061-8/+10
* Add support for block imported struct variable layout info.Fariborz Jahanian2010-08-051-2/+10
* For now skip over aggregate non-byref block variables.Fariborz Jahanian2010-08-051-1/+4
* Trying to unbreak buildbot.Fariborz Jahanian2010-08-051-1/+2
* Clean up of my last patch.Fariborz Jahanian2010-08-051-13/+16
* Block variable layout bitmap API generation.Fariborz Jahanian2010-08-041-80/+136
* More objc block variable layout info. work.Fariborz Jahanian2010-08-041-2/+6
* Some early work for providing block layout info. Fariborz Jahanian2010-08-041-0/+8
* Some more correctness fixes and code-size optimizations for fragile-ABIJohn McCall2010-08-041-80/+93
* Fix fragile-ABI ObjC exceptions in the presence of optimization withJohn McCall2010-07-311-3/+165
* Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar2010-07-291-15/+5
* Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.John McCall2010-07-241-23/+37
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-5/+5
* Rename LazyCleanup -> Cleanup. No functionality change for these last threeJohn McCall2010-07-211-14/+14
* Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazyJohn McCall2010-07-211-32/+53
* Convert the ObjC @synchronized cleanups to laziness. This is not actuallyJohn McCall2010-07-211-6/+16
* Adopt objc_assign_threadlocal() for __thread variables of GC types.Fariborz Jahanian2010-07-201-9/+31
* Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach2010-07-201-5/+15
* Temporarily revert. Some odd internal breakage is likely related.Jim Grosbach2010-07-191-4/+4
* Put ObjC method names, method types and class names in separate string literalJim Grosbach2010-07-191-4/+4
* CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar2010-07-141-26/+9
* Allow for the possibility that __cxa_end_catch might throw for a catch-all blockJohn McCall2010-07-131-7/+21
* Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall2010-07-131-6/+3
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-334/+342
* finally get around to doing a significant cleanup to irgen:Chris Lattner2010-06-271-10/+12
* Type Type::isRealFloatingType() that vectors are not floating-pointDouglas Gregor2010-06-221-2/+2
* Fixes a problem in generation of meta-data forFariborz Jahanian2010-06-221-2/+10
* In fragile-abi (32bit mode abi) generate global symbolFariborz Jahanian2010-06-211-1/+11
* Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...Anders Carlsson2010-06-211-0/+5
* Objective-c++ IRGen. Support for @selector expression asFariborz Jahanian2010-06-171-9/+19
* Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth2010-06-151-1/+1
* Patch adds support for copying of thoseFariborz Jahanian2010-06-151-14/+6
* zero-cost exception API for NeXt runtime.Fariborz Jahanian2010-05-281-2/+14
* Push a return-value slot throughout ObjC message-send codegen. Will beJohn McCall2010-05-221-8/+23
* Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointedJohn McCall2010-05-171-10/+10
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-1/+2
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-2/+2
* IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid ...Daniel Dunbar2010-04-291-2/+4
* IRGen for initialization/destruction ofFariborz Jahanian2010-04-281-0/+6
OpenPOWER on IntegriCloud