index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGObjCMac.cpp
Age
Commit message (
Expand
)
Author
2009-03-15
Remove a FIXME.
Daniel Dunbar
2009-03-13
Fixed an ir-gen bug related to strong-cast generation of
Fariborz Jahanian
2009-03-12
More objc2's ivar layout bitmap.
Fariborz Jahanian
2009-03-11
Code refactoring. No change in functionality.
Fariborz Jahanian
2009-03-11
More of objc2's ivar layout bitmap (Next: specific).
Fariborz Jahanian
2009-03-11
More Next objc2's gc ivar layout bitmap work.
Fariborz Jahanian
2009-03-10
More objc2's gc meta-data work related to ivar layout bitmap.
Fariborz Jahanian
2009-03-09
NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc).
Daniel Dunbar
2009-03-09
NeXT: Move some routines over to CreateMetadataVar.
Daniel Dunbar
2009-03-09
Tweak CreateMetadataVar, take the exact alignment instead of relying
Daniel Dunbar
2009-03-09
More fix for bitfield ivar meta-data and code gen accessing it.
Fariborz Jahanian
2009-03-09
Fix typo in pref commit.
Daniel Dunbar
2009-03-09
NeXT: Add CreateMetadataVar utility method to encapsulate creation of
Daniel Dunbar
2009-03-08
Code refactoring. No functional change.
Fariborz Jahanian
2009-03-07
correct bitfield ivar offset in ivar meta-data.
Fariborz Jahanian
2009-03-07
Fixup our uses of various linkages to match how llvm now works. I think they...
Mike Stump
2009-03-07
Back out the patch in r66302, and re-fix it properly. We assume for
Eli Friedman
2009-03-06
Cleanup EH a bit given changes to ObjCCatchStmt.
Daniel Dunbar
2009-03-05
More function stop for objc2's ivar layout bit map.
Fariborz Jahanian
2009-03-05
Adds a template for a function for objc2's gc's ivar layout
Fariborz Jahanian
2009-03-04
Refactor code.
Devang Patel
2009-03-03
Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...
Steve Naroff
2009-03-02
First cut at zero-cost EH support.
Daniel Dunbar
2009-03-02
Make sure to invoke (not call) to objc_exception_throw if necessary.
Daniel Dunbar
2009-03-02
Fix completely broken thinko in GetClassGlobal.
Daniel Dunbar
2009-03-01
Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed.
Daniel Dunbar
2009-03-01
Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C
Daniel Dunbar
2009-03-01
NeXT: Unify code for creating a class global.
Daniel Dunbar
2009-03-01
ObjCAtCatchStmt's ParamStmt is always a DeclStmt.
Daniel Dunbar
2009-02-28
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-28
Alignment of pointers in __objc_classlist must be on their
Fariborz Jahanian
2009-02-26
Couple of meta-data segments were wrong. This patch fixes them.
Fariborz Jahanian
2009-02-26
Fix an inconsistance in objc2's meta-data related to
Fariborz Jahanian
2009-02-24
patch for two things.
Fariborz Jahanian
2009-02-24
Set flag for -fobjc-gc in IMAGE_INFO variable.
Fariborz Jahanian
2009-02-24
Some initial Obj-C zero cost EH support.
Daniel Dunbar
2009-02-24
Fix two @synchronized bugs found by inspection: the expression to sychronize ...
Daniel Dunbar
2009-02-19
More objc's gc ir-gen stuff.
Fariborz Jahanian
2009-02-16
Add support for throwing exceptions to the nonfragile ABI
Anders Carlsson
2009-02-16
Added implementation of objc2's gc API calls for
Fariborz Jahanian
2009-02-16
assert/ErrorUnsupported in unimplemented stub functions instead of
Daniel Dunbar
2009-02-15
Obj-C non-fragile ABI: Fix types of a few globals; these were not
Daniel Dunbar
2009-02-14
Fixed a bad ir-gen bug which caused a dejagnu test to fail.
Fariborz Jahanian
2009-02-14
Fixed a problem caused by foreward @class use
Fariborz Jahanian
2009-02-13
Fixed a 64bit code gen bug of a cateogory
Fariborz Jahanian
2009-02-12
Fix a bug whereby, an ivar used to synthesize a property belongs
Fariborz Jahanian
2009-02-12
Several cleanups:
Steve Naroff
2009-02-11
ir-gen for objc's @selector expression in nonfragile abi mode.
Fariborz Jahanian
2009-02-10
This patch is all it takes to pass all objc2's fast-enumeration
Fariborz Jahanian
2009-02-10
Generate ir for ivar offset. This will pass
Fariborz Jahanian
[next]