| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't name the ObjC types if there aren't any ObjC objects in the file. | Eli Friedman | 2008-06-01 | 1 | -4/+6 |
| | | | | | | | Patch by David Chisnall. llvm-svn: 51840 | ||||
| * | Remove spurious == 0 | Anton Korobeynikov | 2008-06-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 51836 | ||||
| * | Support for code generation of Objective-C top-level language constructs. | Anton Korobeynikov | 2008-06-01 | 1 | -30/+761 |
| | | | | | | | Implemented by David Chisnall! llvm-svn: 51835 | ||||
| * | simplify some builder calls. | Chris Lattner | 2008-05-06 | 1 | -6/+4 |
| | | | | | llvm-svn: 50694 | ||||
| * | update to follow mainline llvm API change. | Chris Lattner | 2008-04-13 | 1 | -5/+5 |
| | | | | | llvm-svn: 49607 | ||||
| * | The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once | Ted Kremenek | 2008-04-09 | 1 | -3/+0 |
| | | | | | | | | in CGObjCGNU.cpp and once in CGObjCEtoile.cpp. Moved its definition to CGObjC.cpp. This resolves a build error in Xcode, and also cleans things up. llvm-svn: 49429 | ||||
| * | tracking API changes arising from r49277 | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 49279 | ||||
| * | Add initial support for objc codegen for methods, ivars, and the | Chris Lattner | 2008-03-30 | 1 | -36/+129 |
| | | | | | | | etoile runtime, patch by David Chisnall! llvm-svn: 48969 | ||||
| * | simplify code by using the variadic StructType::get method. | Chris Lattner | 2008-03-19 | 1 | -2/+2 |
| | | | | | llvm-svn: 48535 | ||||
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+97 |
| lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402 | |||||

