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-10-17
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-16
GNUstep runtime version default to 1.6, generate correct property attribute
David Chisnall
2012-10-15
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-10
objective-C IRgen: When sending a method to 'super'
Fariborz Jahanian
2012-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-02
Re-enable this test to reflect re-enabling the new SROA pass.
Chandler Carruth
2012-09-29
Add Clang support for iOS6.
Bob Wilson
2012-09-26
Turn off this test, as the new and old SROA cause it produce different output.
Nick Lewycky
2012-09-25
During jump-scope checking, build an ExprWithCleanups immediately
John McCall
2012-09-24
Update the Clang tests which run with a full optimization pipeline for
Chandler Carruth
2012-09-18
Disable some tests that fail when the x86 backend isn't built.
Benjamin Kramer
2012-09-12
Reapply:
Eric Christopher
2012-09-12
Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"
Eric Christopher
2012-09-12
clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.
NAKAMURA Takumi
2012-09-12
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
NAKAMURA Takumi
2012-09-12
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...
NAKAMURA Takumi
2012-09-12
Make clang emit a flag for DW_AT_object_pointer for the artificial
Eric Christopher
2012-09-07
In ARC, if we're emitting assembly markers for calls to
John McCall
2012-09-06
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-08-29
Fix PR reference in test.
Eli Friedman
2012-08-29
Fix run-line for test.
Eli Friedman
2012-08-29
Make alignment computation for pointer values for builtins handle
Eli Friedman
2012-08-27
Restore a -cc1 invariant that was causing problems on PPC64.
John McCall
2012-08-20
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-08-17
Fix broken check lines.
Benjamin Kramer
2012-08-07
objc-arc: set nonlazybind attribute on objc_retain/
Fariborz Jahanian
2012-07-20
Don't need to specify the abi as it's the default.
Eric Christopher
2012-07-19
FileCheck-ize.
Eric Christopher
2012-07-19
Reset the layout of an ObjC class if we see an ivar in a category
Eric Christopher
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-29
objective-c IRGen: fixes a crash when method type is being mangled
Fariborz Jahanian
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-19
objc-arc: captured block variable accessed in its block literal
Fariborz Jahanian
2012-05-29
objective-c: fix a sema and IRGen crash when property
Fariborz Jahanian
2012-05-15
Add documentation about boxing enum types and a codegen test to make
Argyrios Kyrtzidis
2012-05-13
Test for -fdebugger-objc-literal: missing methods should be generated like mi...
Jordy Rose
2012-05-11
Add a test case for going through typedefs until we reach "BOOL", that NSAPI:...
Argyrios Kyrtzidis
2012-05-10
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
Argyrios Kyrtzidis
2012-04-26
Test case for previosu patch.
Fariborz Jahanian
2012-04-23
Forward declarations should take a context. This helps the debugger
Eric Christopher
2012-04-20
minor improvement to couple of tests.
Fariborz Jahanian
2012-04-19
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-12
The copy and destroy helper functions aren't prototyped, don't call them
Eric Christopher
2012-04-11
Add a triple to this test.
Eric Christopher
2012-04-11
Try to fix the windows buildbots by making this test a little less
Eric Christopher
2012-04-11
Enable debug info for objective c implementations that may not have
Eric Christopher
[prev]
[next]