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
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2012-02-05
reapply the patches reverted in r149477, which enable ConstantDataArray.
Chris Lattner
2012-02-01
size() == 0 -> empty().
David Chisnall
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
ConstantArray::get() (for strings) is going away, use
Chris Lattner
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-04
Restore r147493 and remove the part of the test that was checking the wrong t...
David Chisnall
2012-01-04
Revert r147493. It broke test/CodeGenObjC/constant-strings.m.
Rafael Espindola
2012-01-03
Initialise constant Objective-C string isa pointers with a weak reference to ...
David Chisnall
2012-01-01
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2011-12-01
Fix -forwardingTargetForSelector: (GNUstep runtime) which was broken for the
David Chisnall
2011-10-28
It turns out that the Objective-C message lookup functions can throw exceptio...
David Chisnall
2011-10-25
Change an int64_t to an intptr_t so that we don't end up with crashes in the ...
David Chisnall
2011-10-24
Remove debugging printfs that some idiot left in.
David Chisnall
2011-10-24
Enable experimental support for objc_msgSend with GNUstep ObjC runtime.
David Chisnall
2011-10-08
Apparently getPtrToInt() takes an explicit type parameter to allow you to gen...
David Chisnall
2011-10-08
Fix warning on MSVC. Patch by Aaron Ballman.
Eli Friedman
2011-10-04
Add bitmaps for strong / weak ivar layout (GNUstep runtime).
David Chisnall
2011-10-01
When performing an @throw in ARC, retain + autorelease
John McCall
2011-09-27
de-tmpify clang.
Benjamin Kramer
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-21
Change "ivar" to true for a boolean function argument. Since string literals...
Richard Trieu
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-08-12
switch clang to use the new-new way of creating llvm::StructType's.
Chris Lattner
2011-08-08
Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (G...
David Chisnall
2011-08-01
Fix linkage type for tentative definition of ivar offset variables (GNUstep r...
David Chisnall
2011-07-29
Remove some unnecessary single element array temporaries.
Jay Foad
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
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-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-07
If we're using the pure non-fragile ABI, then skip some of the contortions re...
David Chisnall
2011-07-07
Set a flag to tell the runtime when we're compiling in ARC mode and use the p...
David Chisnall
2011-06-30
Add support for weakly imported classes (GNU runtime).
David Chisnall
2011-06-29
Add ARC support for the GNUstep runtime.
David Chisnall
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-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-05-30
Fix another incorrect type bug.
David Chisnall
2011-05-28
Eliminate temporary argument vectors.
Benjamin Kramer
2011-05-28
Fix another type mismatch.
David Chisnall
2011-05-28
Fix missing cast.
David Chisnall
2011-05-25
Remove bitcast to incorrect type.
David Chisnall
[next]