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-01-24
Compute instaceStart/instanceSize fields of the class_ro_t meta-data
Fariborz Jahanian
2009-01-24
Patch to build class meta-data for each implementation
Fariborz Jahanian
2009-01-24
This patch builds the meta-class object for each
Fariborz Jahanian
2009-01-23
Some very early work for new objc's
Fariborz Jahanian
2009-01-23
Checked in an oops!
Fariborz Jahanian
2009-01-23
Another missing LLVM type for objc2's new abi defined.
Fariborz Jahanian
2009-01-23
Define LLVM types for nonfragile abi metadata.
Fariborz Jahanian
2009-01-22
Use NonFragileABI as name of new Next abi. More comments
Fariborz Jahanian
2009-01-22
More refactoring of common API to the common class for
Fariborz Jahanian
2009-01-21
Moved whole bunch of common APIs to the common class.
Fariborz Jahanian
2009-01-21
Refactoring ObjC Next's runtime classes in preparation for
Fariborz Jahanian
2009-01-21
Commented objective-c's metadata types. Minor clean up.
Fariborz Jahanian
2009-01-20
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-17
Patch to re-implement ivar-list meta-data generation to fix
Fariborz Jahanian
2009-01-12
Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak
Douglas Gregor
2009-01-12
(LLVM up) Match TargetData API change in LLVM TOT.
Daniel Dunbar
2009-01-11
Convert property implementation to DeclContext::addDecl().
Steve Naroff
2009-01-10
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2009-01-09
Provide a new kind of iterator, the specific_decl_iterator, that
Douglas Gregor
2009-01-09
Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).
Steve Naroff
2009-01-07
Another nasty code gen. bug with trivial fix. Calling class
Fariborz Jahanian
2008-12-19
More encoding support. This time for
Fariborz Jahanian
2008-12-15
Code gen. for ivar references; including bitfield
Fariborz Jahanian
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-10
Append an extra newline to the module inline asm if it's not empty.
Anders Carlsson
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-21
Fixed bugzilla bug# 3095 related to code gen. for @synchronized.
Fariborz Jahanian
2008-11-21
Consolidated @try and @synchronize into a single
Fariborz Jahanian
2008-11-20
Introducing objc_assign_ivar to clang.
Fariborz Jahanian
2008-11-19
Few more changes due to Daniel's feedback.
Fariborz Jahanian
2008-11-19
Generate strong write barriers for __strong objects.
Fariborz Jahanian
2008-11-18
Patch for generation of weak write barriers for objc
Fariborz Jahanian
2008-11-18
Generate objc_read_weak for __weak objc loads.
Fariborz Jahanian
2008-11-18
Some basic support toward objective-c's GC code gen.
Fariborz Jahanian
2008-11-17
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-15
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-11
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
Add CodeGenFunction::EmitBranch.
Daniel Dunbar
2008-11-11
Add CodeGenFunction::EmitDummyBlock for marking places where we make
Daniel Dunbar
2008-11-11
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-01
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-10-29
NeXT: Emit protocol objects lazily.
Daniel Dunbar
2008-10-17
Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType.
Daniel Dunbar
2008-10-17
More Obj-C type encoding improvements.
Daniel Dunbar
2008-10-17
NeXT: Use objc_msgSend_fpret for calling functions which return
Daniel Dunbar
2008-10-06
Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processin...
Ted Kremenek
2008-10-02
(LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull.
Daniel Dunbar
2008-10-01
NeXT: Update to use CreateRuntimeFunction for the routines it imports.
Daniel Dunbar
[prev]
[next]