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
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
2011-05-23
Fix bug introduced with r131930.
David Chisnall
2011-05-23
Don't omit retain / release / autorelease message sends in hybrid GC mode.
David Chisnall
2011-05-23
Fix some problems where functions must be bitcast but we're expecting a llvm:...
David Chisnall
2011-05-22
Provide the runtime with information about the GC compile options (GNU runtimes)
David Chisnall
2011-05-17
Patch to fix IR-gen crash generating structure ABI which implements
Fariborz Jahanian
2011-05-02
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-05-02
Remove a dead variable flagged by gcc's -Wunused-but-set-variable. No
Nick Lewycky
2011-04-29
Don't crash if the AST doesn't have a sensible ObjC id type.
David Chisnall
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-22
Replace a couple of literal 8s with ASTContext::getCharWidth(). No change in
Ken Dyck
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-05
Fix copy-and-paste bug that I introduced while tidying up the code.
David Chisnall
2011-03-30
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-26
Reformatted doc comments so that they are now difficult to edit in any editor...
David Chisnall
2011-03-25
Added some doc comments.
David Chisnall
2011-03-25
Continuing work on ObjC tidyup:
David Chisnall
2011-03-23
Fixed type error in last commit (forgot that now that selectors are not
David Chisnall
2011-03-23
Revert r128156 because of CodeGenObjC/messages.m and Coverage/codegen-gnu.m.
Andrew Trick
2011-03-23
Remove the redundant loads / stores to globals that we were generating for se...
David Chisnall
2011-03-23
Initial work on refactoring GNU runtime code (long overdue - it's quite obvious
David Chisnall
2011-03-22
Make the ivar offset always be a ptrdiff_t, because stuff in CGObjC.cpp expec...
David Chisnall
2011-03-20
Fix Objective-C++ exceptions (GNU runtime).
David Chisnall
2011-03-16
Fix foreign exception handling (GNU runtime).
David Chisnall
[next]