index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenObjC
Age
Commit message (
Expand
)
Author
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-05
Enhance testing a bit to make sure that we're omitting the
Eric Christopher
2012-04-05
Only emit the getter and setter names if they're not the default
Eric Christopher
2012-04-04
Enter an expression evaluation context when parsing
John McCall
2012-04-03
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
Make sure we perform the relevant implied conversions correctly for ObjC meth...
Eli Friedman
2012-03-30
Testcase for the previous commit.
Eric Christopher
2012-03-30
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
The UTF16 string referenced by a CFString should go into the __TEXT,__ustring
Bill Wendling
2012-03-29
Go back to using just the selector name for the getter and setter
Eric Christopher
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-23
Test is fixed.
Fariborz Jahanian
2012-02-23
XFAIL test until I figure out how to make test pass on different platforms.
Fariborz Jahanian
2012-02-23
Change test again so it passes in build-bot until I can figure out what is
Fariborz Jahanian
2012-02-23
fix test for patch in r151268.
Fariborz Jahanian
2012-02-23
objective-c default synthesis. classes which adopt protocol properties
Fariborz Jahanian
2012-02-23
Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...
Eli Friedman
2012-02-22
Make sure null initialization in arrays works correctly with ARC types. <rda...
Eli Friedman
2012-02-20
objc IRGen: force CSE of load of ivar offsets by setting
Fariborz Jahanian
2012-02-20
Make test case less sensitive to metadata numbering.
Chad Rosier
2012-02-20
Remove the type retaining from the clang frontend. This is now
Eric Christopher
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2012-02-16
Fix this test to work with and without Asserts mode.
Dan Gohman
2012-02-16
Fix test to not depend upon metadata numbers.
Bill Wendling
2012-02-16
test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.
NAKAMURA Takumi
2012-02-16
Fix test for r150648.
Chad Rosier
2012-02-16
Use the new method for specifying garbage collection metadata in the module.
Bill Wendling
2012-02-16
Teach clang to add metadata tags to calls and invokes in ObjC with
Dan Gohman
2012-02-16
objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars
Fariborz Jahanian
2012-02-07
Emit debug info for properites that are not backed by an ivar.
Devang Patel
2012-02-06
Relax valid location check. This fixes a clang crash while emitting debug inf...
Devang Patel
2012-02-06
Let an ivar directly refer property TAG.
Devang Patel
2012-02-04
Unbreak failing test added in r149738.
Richard Smith
2012-02-04
New test case.
Devang Patel
2012-02-03
Update tests so that they don't rely upon LLVMDebugVersion number.
Devang Patel
2012-01-31
fix test.
Fariborz Jahanian
2012-01-30
test for a v-table dispatch that consumes an
Fariborz Jahanian
2012-01-30
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-29
revert r149184
Fariborz Jahanian
2012-01-29
When emitting an ARC epilogue that looks like a return of 'self',
John McCall
2012-01-29
Get a little bit smarter about killing off the ReturnValue alloca
John McCall
2012-01-28
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-17
When initializing a catch variable in ARC, be sure to emit retains
John McCall
2012-01-04
Restore r147493 and remove the part of the test that was checking the wrong t...
David Chisnall
2011-12-20
When performing layout for an Objective-C class, make sure to dig out
Douglas Gregor
2011-12-16
Update tests to match r146744.
Devang Patel
2011-12-15
Update tests to match r146665.
Devang Patel
[prev]
[next]