- 148f32a Update this test following recent optimizer changes. by Dan Gohman · 14 years ago
- a8af408 Not really any point to testing control flow in this test without by John McCall · 14 years ago
- e55e643 Update exceptions.m for r124462. by Eric Christopher · 14 years ago
- 52a80e1 Fixes an IRgen bug where __block variable is by Fariborz Jahanian · 14 years ago
- bcbd03a Emit DW_TAG_lexical_scope to surround foreach. by Devang Patel · 14 years ago
- c532b50 Add unnamed_addr in CreateRuntimeVariable. by Rafael Espindola · 14 years ago
- 803d307 merge strings created by const NSConstantString *appKey = @"MyApp"; by Rafael Espindola · 14 years ago
- 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
- 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
- f96bdf4 Consider zero-length array of structs when by Fariborz Jahanian · 14 years ago
- c7ff82c Fix for PR8695. by David Chisnall · 14 years ago
- c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
- 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
- 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
- 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
- e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
- 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
- e27e9d6 Adding couple of Block API, a bug fix and a test change, all for blocks. wip. by Fariborz Jahanian · 14 years ago
- 3473a10 test case for r118726. by Devang Patel · 14 years ago
- ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
- c8c62c4 Reverse patch for // rdar://8632525. It might has broken a build. by Fariborz Jahanian · 14 years ago
- ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
- 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 14 years ago
- 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
- 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
- fd186ac Coding by inspection has its problems. by John McCall · 14 years ago
- 7ec404c objc_exception_rethrow does not take an exception argument. by John McCall · 14 years ago
- b10ce9f Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for by Daniel Dunbar · 14 years ago
- 338ebcc IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't by Daniel Dunbar · 14 years ago
- 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
- 535a55b Test for //rdar: //8493239 by Fariborz Jahanian · 14 years ago
- 3a0be84 IRgen/Obj-C: Fix encoding of "long double". - The mind boggles. by Daniel Dunbar · 14 years ago
- 44414cf Merge encode-test-1.m into encode-test.m by Daniel Dunbar · 14 years ago
- e5ecb9c FileCheck'ize test. by Daniel Dunbar · 14 years ago
- 09c0fab tests: Tweak test to also match MSVC format. by Daniel Dunbar · 14 years ago
- 34fdee3 Re-enable EH cleanups to destroy __block variables, now that we have a moment to by John McCall · 14 years ago
- 9e2213d In the fragile ObjC ABI, save the caught exception to the side if there are by John McCall · 14 years ago
- e09f2e9 Restore test. Is for //rdar://8493239 by Fariborz Jahanian · 14 years ago
- 073a45f Remove test until further notice. by Fariborz Jahanian · 14 years ago
- 2f8c898 Fix test. by Fariborz Jahanian · 14 years ago
- 9747739 Output debug info. for ivars declared in class by Fariborz Jahanian · 14 years ago
- aca745b Attach aritifical attribute with implicit parameters. Radar 8493141. by Devang Patel · 14 years ago
- 398e6b9 update a bunch of tests that are using the x86 backend instead of grepping IR :( by Chris Lattner · 14 years ago
- fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
- c5904b4 Fixes an obscure bug in importd block variable layout by Fariborz Jahanian · 14 years ago
- 8197982 Block ivar layout must assume that the 'isa' by Fariborz Jahanian · 14 years ago
- 0934914 Local static block variable referecned in its by Fariborz Jahanian · 14 years ago
- 0dc7509 LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or unnamed fields but later the code by Argyrios Kyrtzidis · 14 years ago
- 699c060 Casting of a property reference to 'void' did not by Fariborz Jahanian · 14 years ago
- 714bf17 tests: Fix a dependency on the temporary value names. by Daniel Dunbar · 14 years ago
- c5c446c IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy by Daniel Dunbar · 14 years ago
- 6b61fcd stop looking for #uses comments. by Chris Lattner · 14 years ago
- 938e5a1 Robustify test. by Devang Patel · 14 years ago
- 33eaddd tests: Disable this test for now, it is overly pessimistic and I am not sure how to fix it. by Daniel Dunbar · 14 years ago
- 000835d Support for IRGen of synthesize bitfield ivars in by Fariborz Jahanian · 14 years ago
- ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
- a5f2de2 When re-raising an exception after a cleanup, we need to call _Unwind_Resume_or_Rethrow by John McCall · 14 years ago
- faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
- 0434881 Make this test a little less dependent on exact optimizer results. by John McCall · 14 years ago
- d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 14 years ago
- a1f024c Finishing up block variable layout API by supporting by Fariborz Jahanian · 14 years ago
- e1a4898 Add support for block imported struct variable layout info. by Fariborz Jahanian · 14 years ago
- 93ce50d Block variable layout bitmap API generation. by Fariborz Jahanian · 14 years ago
- 0b25172 Some more correctness fixes and code-size optimizations for fragile-ABI by John McCall · 14 years ago
- 87bb582 Fix fragile-ABI ObjC exceptions in the presence of optimization with by John McCall · 14 years ago
- 6633e3c Revert "Re-apply fixed version of 108749, correctly conditionalizing the new by Daniel Dunbar · 14 years ago
- 4711cb0 now that we have CGT around, we can start using preferred types by Chris Lattner · 14 years ago
- 3d4aeda Return type of a setter call caused by by Fariborz Jahanian · 14 years ago
- ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
- 35eee09 Re-apply fixed version of 108749, correctly conditionalizing the new sections on by Jim Grosbach · 14 years ago
- 38d2479 and revert the related tests, too by Jim Grosbach · 14 years ago
- a7765a6 Update tests for r108749 by Jim Grosbach · 14 years ago
- 6c57322 IRgen: Add a test case I forgot to commit at some point. by Daniel Dunbar · 14 years ago
- 8262b6a The GNU-runtime ObjC personality function doesn't let us rethrow with URR for by John McCall · 14 years ago
- da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
- f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
- 120bc77 IRgen: Assignment to Objective-C properties shouldn't reload the value, for by Daniel Dunbar · 14 years ago
- d7f7d08 IRgen: Assignment to Objective-C properties shouldn't reload the value (which by Daniel Dunbar · 14 years ago
- 08fd376 Trying to make BuildBot happy again (related to PR7431). by Fariborz Jahanian · 14 years ago
- 6afbdf5 Fixes a problem in generation of meta-data for by Fariborz Jahanian · 14 years ago
- cd9fb98 Attempt to fix test by Douglas Gregor · 14 years ago
- f28682a Test case for PR7431 by Nico Weber. by Fariborz Jahanian · 14 years ago
- 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 14 years ago
- e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
- 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 14 years ago
- 64fd7e8 Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encoding used by GCC. by David Chisnall · 14 years ago
- 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 15 years ago
- b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 15 years ago
- ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 15 years ago
- 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 15 years ago
- 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 15 years ago
- 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 15 years ago
- a5da902 More tests for ObjC++ GC support. by Fariborz Jahanian · 15 years ago
- 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 15 years ago
- 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 15 years ago
- c965449 Fix test. by Fariborz Jahanian · 15 years ago
- 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 15 years ago
- 258cf27 If variable location is invalid then use current location. by Devang Patel · 15 years ago
- 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 15 years ago
- b19f0ac tests: Force a triple. by Daniel Dunbar · 15 years ago