summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed signature of GenerateMessageSend() function to pass the ObjCInterface...David Chisnall2010-04-281-4/+4
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-261-4/+4
* IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols:Daniel Dunbar2010-04-251-14/+15
* IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fi...Daniel Dunbar2010-04-251-32/+9
* NeXT: Clean up dispatch method policy selection.Daniel Dunbar2010-04-241-5/+12
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-38/+39
* NeXT/EH: When generating the rethrow code for a finally block, make sure toDaniel Dunbar2010-04-231-2/+12
* NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i...Daniel Dunbar2010-04-231-27/+32
* Support for -fno-constant-cfstrings option - wip.Fariborz Jahanian2010-04-221-1/+12
* Check for darwin befoer cheking for version.Fariborz Jahanian2010-04-191-1/+2
* Force clang to produce legacy api for messagingFariborz Jahanian2010-04-191-1/+4
* fix integrated assembler with i386 objc code.Chris Lattner2010-04-171-4/+4
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-1/+1
* IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,...Daniel Dunbar2010-04-151-5/+5
* IRgen: Eliminate now unused fields from CGBitFieldInfo.Daniel Dunbar2010-04-151-3/+2
* IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of theDaniel Dunbar2010-04-141-13/+4
* IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "...Daniel Dunbar2010-04-131-0/+11
* Add some API code for future work.Fariborz Jahanian2010-04-121-0/+28
* IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie...Daniel Dunbar2010-04-081-2/+2
* IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.Daniel Dunbar2010-04-061-3/+3
* IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.Daniel Dunbar2010-04-051-2/+11
* IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level.Daniel Dunbar2010-04-051-1/+1
* Add a FIXME and reduce nesting.Daniel Dunbar2010-04-051-18/+16
* IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME.Daniel Dunbar2010-04-021-12/+3
* IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De...Daniel Dunbar2010-04-021-43/+25
* CG/NeXT: Assert some invariants on an ivar's containing decl context that I a...Daniel Dunbar2010-04-021-0/+13
* IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o...Daniel Dunbar2010-03-311-2/+5
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-6/+10
* Use the power of types to track down another canonicalization bug inJohn McCall2010-02-261-11/+10
* Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian2010-02-191-1/+1
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-2/+2
* Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar2010-02-101-1/+2
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-6/+12
* Revert "Numerous changes to selector handling:", this breaks a whole bunch ofDaniel Dunbar2010-02-031-8/+0
* Numerous changes to selector handling:David Chisnall2010-02-031-0/+8
OpenPOWER on IntegriCloud