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-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
2011-03-14
Fix incorrect linkage specifiers for selectors.
David Chisnall
2011-02-23
Fix type mismatch between property function that CGObjCGNU was returning and ...
David Chisnall
2011-02-21
The instance size of a metaclass should be the size of a class. This is not,...
David Chisnall
2011-02-09
Convert RecordLayout::Size to CharUnits from bits. No changes to
Ken Dyck
2011-02-07
A few more tweaks to the blocks AST representation:
John McCall
2011-01-28
Move all the cleanups framework code into a single file.
John McCall
2010-12-26
Add support for GNU runtime property set / get structure functions. Minor re...
David Chisnall
2010-11-09
Remove the use of aliases in outputted code from ObjC (GNU runtime).
David Chisnall
2010-11-03
Some fixes for synthesized ivar metadata (GNU runtime).
David Chisnall
2010-10-15
Death to blocks, or at least the word "block" in one particular obnoxiously
John McCall
2010-09-11
Fixes an obscure bug in importd block variable layout
Fariborz Jahanian
2010-08-17
Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()
Benjamin Kramer
2010-08-04
Some early work for providing block layout info.
Fariborz Jahanian
2010-07-24
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-23
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-21
Don't crash when sending a message inside a block with the non-fragile ABI (G...
David Chisnall
2010-07-21
Mark the load after calling objc_msg_lookup_sender() so that it doesn't get o...
David Chisnall
[next]