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
2013-05-03
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-02
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-04-19
Remove an empty line so the line numbers match up again after the recent docu...
Adrian Prantl
2013-04-19
still not relaxed enough.
Adrian Prantl
2013-04-19
cleanup and relax test cases
Adrian Prantl
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-16
objc_autoreleasePoolPop() can throw if a -dealloc does.
John McCall
2013-04-16
Trying fixing test to make buildbot happy again.
Fariborz Jahanian
2013-04-16
modify test to try to make buildbot happy.
Fariborz Jahanian
2013-04-16
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
2013-04-11
FileCheck-ify more grep tests with quoted double quotes
Reid Kleckner
2013-04-10
FileCheck-ify some clang grep tests that use double quotes
Reid Kleckner
2013-04-08
Don't copy just to capture a strong block pointer under ARC.
John McCall
2013-04-04
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
Protect the values of array and dictionary literals from the
John McCall
2013-04-03
In ObjC++ on legacy runtimes, push an EH cleanup as well as
John McCall
2013-03-29
generalize testcase
Adrian Prantl
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-23
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-21
Generalize debug info tests to be forward compatible with future DISubprogram...
David Blaikie
2013-03-19
Simplify/generalize some debug info test cases
David Blaikie
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-17
Generalize a few debug info test cases
David Blaikie
2013-03-14
Add a testcase for r177118.
Adrian Prantl
2013-03-14
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-13
Tighten up the rules for precise lifetime and document
John McCall
2013-03-11
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
2013-03-06
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-27
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-26
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-22
Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-21
Patch for debug info of qualified-id types is 'id'
Fariborz Jahanian
2013-02-21
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-19
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-18
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-18
Update test cases to account for DIBuilder type changes.
David Blaikie
2013-02-17
Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test
Dmitri Gribenko
2013-02-17
[clang] fix test execution command
Saleem Abdulrasool
2013-02-17
[CodeGen] tighten objc ivar invariant.load attribution
Saleem Abdulrasool
2013-02-15
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
objective-C: Fixes a compiler crash when encoding
Fariborz Jahanian
2013-02-14
Make this test determinstic for my last patch.
Fariborz Jahanian
[next]