summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Trim CGObjCRuntime::GenerateMessageSend[Super]Daniel Dunbar2008-08-231-52/+39
* Add NeXT runtime support for generating methods.Daniel Dunbar2008-08-161-10/+0
* Change ObjCRuntime::LookupClass -> GetClass, and now takes theDaniel Dunbar2008-08-161-8/+10
* Change CGObjCRuntime methods to take appropriate clang Decls.Daniel Dunbar2008-08-151-61/+147
* Add GetAddrOfConstantCString methodDaniel Dunbar2008-08-131-5/+5
* Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar2008-08-131-16/+34
* Drop Sender from GenerateMessageSend*Daniel Dunbar2008-08-121-4/+0
* Add ObjC constant string support for NeXT.Daniel Dunbar2008-08-121-6/+3
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Add dummy Mac Objective-C runtime interface.Daniel Dunbar2008-08-111-1/+1
* update to make IRBuilder API change.Chris Lattner2008-08-081-12/+12
* don't pass in null as the Name for GenerateClassStructure,Chris Lattner2008-07-211-3/+2
* refactor more objc codegen interfaces to pass around selectors soChris Lattner2008-06-261-29/+19
* indenting and other minor things.Chris Lattner2008-06-261-4/+4
* refactor interface to GenerateClassStructure to avoid converting a Chris Lattner2008-06-261-7/+6
* remove the old getSelector implementation, which removes someChris Lattner2008-06-261-61/+2
* avoid a lot of unneeded selector processing work by passing aroundChris Lattner2008-06-261-5/+5
* use cheaper/simpler getselector call for @selector exprs.Chris Lattner2008-06-261-1/+1
* start avoid doing lots of unneeded work handling selectorsChris Lattner2008-06-261-17/+33
* improve indentation, avoid thrashing on maps and recalculating strings as much.Chris Lattner2008-06-261-31/+22
* give CreateObjCRuntime a full CGM so it can get whatever state it needs, Chris Lattner2008-06-261-16/+13
* Fix 80 col violations, assert on assumptions.Chris Lattner2008-06-261-15/+12
* a temporary minimal hack to get clang building after the getStringValue chang...Chris Lattner2008-06-261-7/+17
* "Support for Objective-C message sends which return structures. Also include...Chris Lattner2008-06-241-2/+5
* "This is a small fix for a bug where static object instances were being incor...Chris Lattner2008-06-241-4/+6
* "this patch adds code generation hooks for Objective-C constant strings. It ...Chris Lattner2008-06-211-1/+2
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-0/+5
* Don't name the ObjC types if there aren't any ObjC objects in the file. Eli Friedman2008-06-011-4/+6
* Remove spurious == 0Anton Korobeynikov2008-06-011-1/+1
* Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov2008-06-011-30/+761
* simplify some builder calls.Chris Lattner2008-05-061-6/+4
* update to follow mainline llvm API change.Chris Lattner2008-04-131-5/+5
* The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, onceTed Kremenek2008-04-091-3/+0
* tracking API changes arising from r49277Gabor Greif2008-04-061-1/+1
* Add initial support for objc codegen for methods, ivars, and theChris Lattner2008-03-301-36/+129
* simplify code by using the variadic StructType::get method.Chris Lattner2008-03-191-2/+2
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+97
OpenPOWER on IntegriCloud