Age | Commit message (Expand) | Author |
2013-02-28 | Use the actual ABI-determined C calling convention for runtime | John McCall |
2013-02-28 | Improve property metadata generation with the GNUstep runtime. | David Chisnall |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-11 | Enable the new (more C++-like, less broken) EH model when targeting the GNUstep | David Chisnall |
2013-01-10 | objectiveC++: When throwing c++ exception of | Fariborz Jahanian |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-17 | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall |
2012-12-17 | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer |
2012-12-17 | Added support for new property helpers (GNUstep runtime). | David Chisnall |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-11-14 | objective-C blocks: Provide layout map for byref | Fariborz Jahanian |
2012-11-14 | Move some GNUStep-specific code out of CGObjCGNU. | John McCall |
2012-11-07 | Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that | David Chisnall |
2012-11-06 | Back out 167431+167437+167487; I didn't realize how incomplete our test | Eli Friedman |
2012-11-06 | Propagate CharUnits into ObjC CodeGen. No intended functional change. | Eli Friedman |
2012-11-01 | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith |
2012-10-27 | objective-C arc/mrr: Patch for the new block variable layout meta-data. | Fariborz Jahanian |
2012-10-16 | GNUstep runtime version default to 1.6, generate correct property attribute | David Chisnall |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-08-23 | Fix transposed optional / required in Objective-C metadata (GNUstep runtime) | David Chisnall |
2012-08-21 | Screw around with ObjCRuntime some more, changing the | John McCall |
2012-08-10 | Don't emit an invoke whose normal destination is a landingpad. Fixes test | Eli Friedman |
2012-07-31 | Introduce new queries on ObjCRuntime for how to interpret subscripts | John McCall |
2012-07-12 | Add the ObjFW runtime. Patch by Jonathan Schleifer! | John McCall |
2012-07-03 | Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep | David Chisnall |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-09 | Revert r154321, pending more discussion. | David Chisnall |
2012-04-09 | Add -fobjc-trace to emit a call before and after each Objective-C message send | David Chisnall |
2012-04-08 | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth |
2012-04-06 | zext ivar offsets if required (GNU runtimes). | David Chisnall |
2012-04-04 | Silence dead store warning, and fix indentation. | Ted Kremenek |
2012-03-20 | Add missing bitcast that was breaking Objective-C++ exception typeinfo (GNUst... | David Chisnall |
2012-03-13 | [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter... | Argyrios Kyrtzidis |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-22 | Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference. | Bill Wendling |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2012-02-05 | reapply the patches reverted in r149477, which enable ConstantDataArray. | Chris Lattner |
2012-02-01 | size() == 0 -> empty(). | David Chisnall |
2012-02-01 | Revert r149363 which was part a series of commits that were reverted in llvm | Argyrios Kyrtzidis |
2012-01-31 | Support @compatibility_alias at run time (GNUstep Runtime) | David Chisnall |
2012-01-31 | ConstantArray::get() (for strings) is going away, use | Chris Lattner |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-06 | objc++: some declarations related to atomic | Fariborz Jahanian |
2012-01-04 | Restore r147493 and remove the part of the test that was checking the wrong t... | David Chisnall |
2012-01-04 | Revert r147493. It broke test/CodeGenObjC/constant-strings.m. | Rafael Espindola |