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
2011-09-27
de-tmpify clang.
Benjamin Kramer
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-10
Clean up our handling of Objective-C definitions in AST files. Rather
Douglas Gregor
2011-09-09
Introduce a new predicate Decl::isFromASTFile() to determine whether a
Douglas Gregor
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-08-12
switch clang to use the new-new way of creating llvm::StructType's.
Chris Lattner
2011-08-11
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-22
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-21
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-12
Generalize Cleanup::Emit's "isForEH" parameter into a set
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-06-28
Eliminate most uses of ShallowCollectObjCIvars which requires
Fariborz Jahanian
2011-06-23
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-22
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-06-18
update for api change.
Chris Lattner
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-11
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-05-27
Objective-C doesn't consider the use of incomplete types as method
Douglas Gregor
2011-05-17
Patch to fix IR-gen crash generating structure ABI which implements
Fariborz Jahanian
2011-05-15
Use arrays and SmallVectors instead of std::vectors when building function
John McCall
2011-05-14
Only perform the null-initialization of an aggregate result of a message
John McCall
2011-05-14
Objective-C vtables are not taking the world by storm; call them
John McCall
2011-05-13
Reorganize this method to avoid multiple calls for computing CGFunctionInfo
John McCall
2011-05-05
type of last arg of objc_assign_ivar is ptrdiff_t.
Fariborz Jahanian
2011-05-04
Pack ivar offsets together.
Bill Wendling
2011-05-02
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-04-22
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Replace a couple of divisions-by-'8' with divisions-by-charwidth. No change
Ken Dyck
2011-03-25
Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.
Daniel Dunbar
2011-03-25
Refactor CGObjCMac to use the shared code for EH stuff.
David Chisnall
2011-03-25
Continuing work on ObjC tidyup:
David Chisnall
2011-03-23
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-22
Simplify Mac runtime selection - it's the factory function's job to select wh...
David Chisnall
2011-03-22
Make the property accessor functions that take a ptrdiff_t actually take a pt...
David Chisnall
2011-03-09
Fixed InnerLocStart.
Abramo Bagnara
2011-03-08
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-04
Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that
John McCall
2011-03-04
Let's do super message sends with static allocas instead of dynamic ones.
John McCall
2011-03-01
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-02-28
Revert r126678.
Fariborz Jahanian
[next]