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
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-20
Fixed synthesizing properties declared in properties (GNU runtime).
David Chisnall
2010-03-13
Fixed copy-and-paste error causing categories to contain the protocols declar...
David Chisnall
2010-02-26
Don't generate method metadata for @dynamic properties. Fixes PR6354.
David Chisnall
2010-02-26
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-09
StringRefize two random methods, remove a dead variable and a weird construct...
Benjamin Kramer
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-03
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
First pass at adding GC support for GNU runtime. GC ivar maps not yet constr...
David Chisnall
2010-02-03
Numerous changes to selector handling:
David Chisnall
2010-01-27
Unique ObjC strings (GNU Runtime); fix for PR6142. Note: Doing this in the r...
David Chisnall
2010-01-23
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2010-01-14
Made ObjC method name mangling match GCC (which does it in a stupid and broke...
David Chisnall
2010-01-11
Fix type mismatch on 64-bit platforms (GNU ObjC).
David Chisnall
2010-01-08
Export a public symbol for classes with the GNU runtime.
David Chisnall
2010-01-06
Fix for PR5691
David Chisnall
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
Fix for bug 5691.
David Chisnall
2009-11-29
Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...
Daniel Dunbar
2009-11-20
Fixed crash when using undefined protocols (GNU runtime).
David Chisnall
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
[next]