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
/
metadata-symbols-64.m
Age
Commit message (
Expand
)
Author
2011-05-04
Pack ivar offsets together.
Bill Wendling
2011-03-25
Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.
Daniel Dunbar
2010-07-29
Revert "Re-apply fixed version of 108749, correctly conditionalizing the new
Daniel Dunbar
2010-07-20
Re-apply fixed version of 108749, correctly conditionalizing the new sections on
Jim Grosbach
2010-07-19
and revert the related tests, too
Jim Grosbach
2010-07-19
Update tests for r108749
Jim Grosbach
2010-04-24
NeXT: Clean up dispatch method policy selection.
Daniel Dunbar
2010-04-12
fix PR6819
Chris Lattner
2010-04-12
fix this test.
Chris Lattner
2010-04-12
xfail this test for now.
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Tests use the new clang.
Fariborz Jahanian
2009-11-17
... and add back a few more triple forces.
Daniel Dunbar
2009-11-17
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-05-11
Patch to allow Nonfragile ABI to use 32-bit style legacy
Fariborz Jahanian
2009-04-30
API for message dispatch of methods returning floats
Fariborz Jahanian
2009-04-15
Don't use \01 in symbol name if unnecessary.
Daniel Dunbar
2009-04-15
Fix alignment on obj_msgrefs to match llvm-gcc.
Daniel Dunbar
2009-04-15
Add test case for superrefs section (and make spacing consistent).
Daniel Dunbar
2009-04-15
Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.
Daniel Dunbar