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
2009-11-17
This patch finalizes implementatin of weak_import
Fariborz Jahanian
2009-11-17
... and add back a few more triple forces.
Daniel Dunbar
2009-11-17
Add some -triples I was a little too liberal in removing.
Daniel Dunbar
2009-11-17
Merge several visibility tests into hidden-visibility.m, and check .ll output
Daniel Dunbar
2009-11-17
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...
Daniel Dunbar
2009-11-17
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-11-17
Move -fnext-runtime defaulting to driver (and change clang-cc default to
Daniel Dunbar
2009-11-16
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-12
Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending
Fariborz Jahanian
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-03
Switch XFAIL format to match LLVM.
Daniel Dunbar
2009-10-28
Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...
Steve Naroff
2009-10-27
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-10-12
Disable tests that check debug info intrinsic. This does not work if debug in...
Devang Patel
2009-10-10
Generate weak read barriers when reading a weak __block
Fariborz Jahanian
2009-10-08
Speed up testing by avoiding stdio.h, also helps testing on windows.
Mike Stump
2009-10-05
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-09-30
<rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a...
Fariborz Jahanian
2009-09-26
Use ABIArgInfo::getDirect() for all types that have a pointer representation.
Anders Carlsson
2009-09-25
Add a reduced test case for the weak ivar infinite recursion.
John McCall
2009-09-22
Force triple in test.
Daniel Dunbar
2009-09-22
Add test case for PR4894 (it was fixed in LLVM).
Daniel Dunbar
2009-09-21
Removed -fobjc-newgc-api option. clang now conforms to
Fariborz Jahanian
2009-09-21
-fobjc-newgc-api is now the default.
Fariborz Jahanian
2009-09-21
Miscellanous fixes in generatation of objc gc's write-barriers.
Fariborz Jahanian
2009-09-18
Force a triple.
Daniel Dunbar
2009-09-18
Fixed a bug in generation of the new write-barriers when
Fariborz Jahanian
2009-09-17
Force triple for tests using __strong.
Daniel Dunbar
2009-09-17
IRgen/ObjC: Correctly construct the function info for variadic message sends.
Daniel Dunbar
2009-09-17
Force triple, although probably the real fix is to tie __strong to -fobjc-gc.
Daniel Dunbar
2009-09-16
Removed useless stuff from the test.
Fariborz Jahanian
2009-09-16
More test for objc gc's mixed write-barriers.
Fariborz Jahanian
2009-09-16
Additional tests for write-bariers.
Fariborz Jahanian
2009-09-16
Test for variety of write-barriers.
Fariborz Jahanian
2009-09-16
patch for generating objc'2 objc_assign_ivar. WIP.
Fariborz Jahanian
2009-09-16
Starting patch to generate more specific API for objc's
Fariborz Jahanian
2009-09-16
Do not generate write-barrier in indirect assignment to
Fariborz Jahanian
2009-09-13
Force triple to avoid spurious differences due to runtime choice.
Daniel Dunbar
2009-09-10
Fix a regression where write-barrier was not being generated
Fariborz Jahanian
2009-09-10
Non fragile ABI for GNU runtime. Patch bu David Chisnall.
Fariborz Jahanian
2009-09-08
More objc GC's API work for array of pointers declared
Fariborz Jahanian
2009-09-08
Fixes a regression in generating objc's GC API
Fariborz Jahanian
2009-09-08
Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...
Anders Carlsson
2009-09-06
Test for generation of objc_assign_strongCast in a variety of
Fariborz Jahanian
2009-09-01
Fixed a property getter ir-gen crash.
Fariborz Jahanian
2009-08-31
Re-implemented generation of objc_memmove_collectable
Fariborz Jahanian
2009-08-31
Updated GNU runtime non-fragile ABI.
David Chisnall
2009-08-25
Test case for r79968 (courtesy of Anders).
Fariborz Jahanian
2009-08-25
Remove a test that relies on old debug info format.
Devang Patel
[next]