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
/
CGObjCGNU.cpp
Age
Commit message (
Expand
)
Author
2009-11-17
Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...
David Chisnall
2009-11-16
Fixed two minor differences between clang and GCC-generated runtime structure...
David Chisnall
2009-10-14
There is now only one version of eh.selector and eh.typeid.for.
Duncan Sands
2009-10-13
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-09-24
Patch fixes a code gen. bug in generation of objc_assign_ivar
Fariborz Jahanian
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-19
Make clang stop relying on ConstantStruct::get's default value for isPacked
Nick Lewycky
2009-09-17
IRgen/ObjC: Correctly construct the function info for variadic message sends.
Daniel Dunbar
2009-09-17
IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.
Daniel Dunbar
2009-09-14
Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.
David Chisnall
2009-09-11
Fix use of uninitialized, David please check.
Daniel Dunbar
2009-09-10
Non fragile ABI for GNU runtime. Patch bu David Chisnall.
Fariborz Jahanian
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-31
Re-implemented generation of objc_memmove_collectable
Fariborz Jahanian
2009-08-31
Updated GNU runtime non-fragile ABI.
David Chisnall
2009-08-17
Initial patch to support definitions of id and Class from headers in Objectiv...
David Chisnall
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-08-05
cgobjcgnu was making invalid common globals.
Chris Lattner
2009-07-31
Fixup spacing and 80-col violations.
Mike Stump
2009-07-31
Update for LLVM API change.
Owen Anderson
2009-07-30
Update for LLVM API changes.
Owen Anderson
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-28
Update for LLVM API change.
Owen Anderson
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-24
Update for LLVM API change.
Owen Anderson
2009-07-24
Fix declaration of obc_enumerationMutation function, for GNU runtime.
Daniel Dunbar
2009-07-18
Revert r75641.
Anders Carlsson
2009-07-17
fix objc codegen to not have its own list of things that eventually get into ...
Chris Lattner
2009-07-14
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
Rename RecordLayout.h to ASTRecordLayout.h
Anders Carlsson
2009-07-13
Update for LLVM API change.
Owen Anderson
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-08
Update for IRBuilder API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-07-08
Implemented memmove_collectable API for Next runtime
Fariborz Jahanian
2009-07-03
This fixes the case where the wrong symbol is emitted leading to linking erro...
Fariborz Jahanian
2009-07-01
use new and simplified LLVM APIs. Patch by Jay Foad!
Chris Lattner
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-23
Patch fixes an obscure bug when 'used' attribute is applied to
Fariborz Jahanian
2009-06-15
"GCC emits an __objc_class_name_{classname} symbol for every class, and a cor...
Chris Lattner
2009-06-04
Cleanup/Refactoring of ivar collection. No change in functionality.
Fariborz Jahanian
2009-05-22
This patch adds support for sender-aware dispatch in Objective-C for the GNU ...
Fariborz Jahanian
2009-05-20
This patch provides preliminary support for non-fragile instance variables on...
Fariborz Jahanian
2009-05-19
This patch allows clang to generate code for declared properties on the GNU r...
Fariborz Jahanian
2009-05-17
This patch fixes two bugs in the GNU Objective-C runtime implementation. One...
Fariborz Jahanian
2009-05-11
More improvements for GNU runtime objc EH, patch by David Chisnall!
Chris Lattner
[next]