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
2011-05-01
Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-30
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
Update for cfi.
Rafael Espindola
2011-04-30
Pass -fno-dwarf2-cfi-asm and use FileCheck.
Rafael Espindola
2011-04-28
tests: Tweak test to not write to the same temporary twice, in the hopes of a...
Daniel Dunbar
2011-04-26
IRgen/Darwin: Fix refacto introduced in Triple changes.
Daniel Dunbar
2011-04-22
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-16
Emit debug info for Objective-C properties.
Devang Patel
2011-04-12
IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type,
Daniel Dunbar
2011-04-12
We can't emit an aggregate cast as its sub-expression in general just
John McCall
2011-04-06
Refine rules for atomic property api to
Fariborz Jahanian
2011-04-05
Fixes a regression caused by my last patch.
Fariborz Jahanian
2011-04-05
Generate atomic api for atomic properties (x86 and x86_64
Fariborz Jahanian
2011-03-29
Do not line number entry for unconditional branches. Usually, users do not wa...
Devang Patel
2011-03-26
On Mac OS X, the presence of an 'availability' attribute for that
Douglas Gregor
2011-03-25
Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.
Daniel Dunbar
2011-03-23
Fixed type error in last commit (forgot that now that selectors are not
David Chisnall
2011-03-23
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-16
Don't emit read barriers for reading __weak __block variables
John McCall
2011-03-01
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-02-28
Revert r126678.
Fariborz Jahanian
2011-02-28
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-02-26
Zero-initialize the struct-return slot of an Objective-C message
John McCall
2011-02-22
Establish the iteration variable of an ObjC for-in loop before
John McCall
2011-02-22
Reorganize the emission of local variables.
John McCall
2011-02-22
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...
Anders Carlsson
2011-02-22
Move some Objective-C tests to SemaObjC and CodeGenObjC.
Anders Carlsson
2011-02-18
Objective-c armv7 API for atomic properties of
Fariborz Jahanian
2011-02-18
The flags we're supposed to write into a byref struct are *not* the
John McCall
2011-02-17
update this test now that reassociate isn't stripping nsw's pointlessly.
Chris Lattner
2011-02-16
Don't call objc_read_weak as part of emitting a block literal.
John McCall
2011-02-09
Add target triple.
Devang Patel
2011-02-09
Do not emit AT_MIPS_linkage_name for Objective-C method static variable i.
Devang Patel
2011-02-09
Emit debug info for objc_selector.
Devang Patel
2011-02-08
Fix an IRGen bug in property setter calls when
Fariborz Jahanian
2011-02-07
A few more tweaks to the blocks AST representation:
John McCall
2011-02-02
Update this test following recent optimizer changes.
Dan Gohman
2011-01-28
Not really any point to testing control flow in this test without
John McCall
2011-01-28
Update exceptions.m for r124462.
Eric Christopher
2011-01-26
Fixes an IRgen bug where __block variable is
Fariborz Jahanian
2011-01-19
Emit DW_TAG_lexical_scope to surround foreach.
Devang Patel
2011-01-18
Add unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
2011-01-17
merge strings created by
Rafael Espindola
2011-01-10
Add unnamed_addr when creating artificial string globals. For example, in
Rafael Espindola
2011-01-04
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
Fariborz Jahanian
2011-01-03
Consider zero-length array of structs when
Fariborz Jahanian
2010-12-26
Fix for PR8695.
David Chisnall
2010-12-23
Add -fobjc-default-synthesized-properties flag
Ted Kremenek
2010-12-15
ivars craeted for explicit @synthesize and those
Fariborz Jahanian
2010-12-06
Do unary conversions on vararg arguments and *then* special-case float.
John McCall
[prev]
[next]