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
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-28
Remove stray semi-colons.
Daniel Dunbar
2012-02-22
Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.
Bill Wendling
2012-02-20
objc IRGen: force CSE of load of ivar offsets by setting
Fariborz Jahanian
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2012-02-16
Use the new method for specifying garbage collection metadata in the module.
Bill Wendling
2012-02-16
objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars
Fariborz Jahanian
2012-02-09
Remove evil const_cast that's not needed anymore.
Bill Wendling
2012-02-09
Use SmallVector when we can instead of std::vector.
Bill Wendling
2012-02-07
Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...
Benjamin Kramer
2012-02-07
Use SmallVector instead of std::vector.
Bill Wendling
2012-02-07
Use 'ArrayRef<>' instead of 'std::vector<>&' for passed-in arguments.
Bill Wendling
2012-02-07
Calculate the .size() of the vector once.
Bill Wendling
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-06
use cheaper llvm APIs for various bits of IR generation.
Chris Lattner
2012-02-05
reapply the patches reverted in r149477, which enable ConstantDataArray.
Chris Lattner
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-01
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-01-31
Support @compatibility_alias at run time (GNUstep Runtime)
David Chisnall
2012-01-31
Don't zero terminate the bitmap twice.
Benjamin Kramer
2012-01-31
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-30
test for a v-table dispatch that consumes an
Fariborz Jahanian
2012-01-30
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-29
revert r149184
Fariborz Jahanian
2012-01-28
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
Make sure to initialize ExternalProtocolPtrTy
Douglas Gregor
2012-01-17
Don't eagerly deserialize the 'Protocol' type when initializing code
Douglas Gregor
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-06
objc++: some declarations related to atomic
Fariborz Jahanian
2012-01-01
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2011-12-19
Mark the calls to the _setjmp function as returns twice. <rdar://problem/1049...
Bill Wendling
2011-11-30
Add bigger method type encodings to protocol objects. <rdar://problem/10492418>
Bob Wilson
2011-11-29
The _setjmp builtin library function should have the "returns twice"
Bill Wendling
2011-11-10
Add invariant.load metadata to loads from selector references. Allows these ...
Pete Cooper
2011-10-31
In x86_64, when calling an Objective-C method that returns a _Complex long do...
Anders Carlsson
2011-10-26
Objective-c: fix an ir-gen crash where objc messag returns a _Complex
Fariborz Jahanian
2011-10-15
Replace vectors with arrays.
Benjamin Kramer
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
2011-10-01
When performing an @throw in ARC, retain + autorelease
John McCall
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
[next]