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-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
2009-08-24
Remove ivarlayout bitmap optimization, instead if all zeros,
Fariborz Jahanian
2009-08-18
Fix some made up triples.
Daniel Dunbar
2009-07-25
MultiTestRunner: Validate '&&' at the end of RUN lines.
Daniel Dunbar
2009-07-24
Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps...
Anders Carlsson
2009-07-22
Fix a couple recent ABI regressions noticed during code review (fallout from ...
Steve Naroff
2009-07-21
Prep for new warning.
Mike Stump
2009-07-21
Remove a file from the test directory that was added by mistake.
Argyrios Kyrtzidis
2009-07-21
Use temporary output to avoid running index-test with the same commands multi...
Argyrios Kyrtzidis
2009-07-18
Fix RUN line to not litter the test directory.
Sebastian Redl
2009-07-16
ir-gen for --/++ operators of objc object pointers
Fariborz Jahanian
2009-07-16
Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol na...
Devang Patel
2009-07-14
Revert 75648 for now. It is causing test failures.
Devang Patel
2009-07-14
Use LLVM mangler to get mangled name for debug info entry.
Devang Patel
2009-07-14
Update debug info generation for ObjCObjectPointer changes.
Daniel Dunbar
[next]