]> granicus.if.org Git - clang/history - lib/CodeGen/CGObjCRuntime.h
Header guard canonicalization, clang part.
[clang] / lib / CodeGen / CGObjCRuntime.h
2008-06-26 Chris Lattnerrefactor more objc codegen interfaces to pass around...
2008-06-26 Chris Lattnerremove the old getSelector implementation, which remove...
2008-06-26 Chris Lattneravoid a lot of unneeded selector processing work by...
2008-06-26 Chris Lattneruse cheaper/simpler getselector call for @selector...
2008-06-26 Chris Lattnerstart avoid doing lots of unneeded work handling selectors
2008-06-26 Chris Lattnerimprove indentation, avoid thrashing on maps and recalc...
2008-06-26 Chris Lattnergive CreateObjCRuntime a full CGM so it can get whateve...
2008-06-01 Argyrios KyrtzidisInclude <string> header to allow compiling for MSVC.
2008-06-01 Anton KorobeynikovSupport for code generation of Objective-C top-level...
2008-04-13 Chris Lattnerupdate to follow mainline llvm API change.
2008-03-30 Chris LattnerAdd initial support for objc codegen for methods, ivars...
2008-03-15 Chris LattnerMake a major restructuring of the clang tree: introduce...