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
/
variadic-sends.m
Age
Commit message (
Expand
)
Author
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-02-28
Revert r126678.
Fariborz Jahanian
2011-02-28
objc IRGen for Next runtime message API.
Fariborz Jahanian
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-21
This patch implements objective-c's 'SEL' type as a built-in
Fariborz Jahanian
2009-11-17
Move -fnext-runtime defaulting to driver (and change clang-cc default to
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-26
Use ABIArgInfo::getDirect() for all types that have a pointer representation.
Anders Carlsson
2009-09-17
IRgen/ObjC: Correctly construct the function info for variadic message sends.
Daniel Dunbar