index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGObjCGNU.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-2
/
+2
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-30
/
+24
*
If we're using the pure non-fragile ABI, then skip some of the contortions re...
David Chisnall
2011-07-07
1
-9
/
+30
*
Set a flag to tell the runtime when we're compiling in ARC mode and use the p...
David Chisnall
2011-07-07
1
-10
/
+19
*
Add support for weakly imported classes (GNU runtime).
David Chisnall
2011-06-30
1
-5
/
+8
*
Add ARC support for the GNUstep runtime.
David Chisnall
2011-06-29
1
-6
/
+20
*
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-23
1
-2
/
+2
*
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
1
-2
/
+2
*
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-06-20
1
-3
/
+3
*
update for api change.
Chris Lattner
2011-06-18
1
-27
/
+25
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-2
/
+2
*
Fix another incorrect type bug.
David Chisnall
2011-05-30
1
-1
/
+1
*
Eliminate temporary argument vectors.
Benjamin Kramer
2011-05-28
1
-15
/
+8
*
Fix another type mismatch.
David Chisnall
2011-05-28
1
-2
/
+2
*
Fix missing cast.
David Chisnall
2011-05-28
1
-5
/
+7
*
Remove bitcast to incorrect type.
David Chisnall
2011-05-25
1
-1
/
+1
*
Fix bug introduced with r131930.
David Chisnall
2011-05-23
1
-1
/
+2
*
Don't omit retain / release / autorelease message sends in hybrid GC mode.
David Chisnall
2011-05-23
1
-2
/
+2
*
Fix some problems where functions must be bitcast but we're expecting a llvm:...
David Chisnall
2011-05-23
1
-11
/
+14
*
Provide the runtime with information about the GC compile options (GNU runtimes)
David Chisnall
2011-05-22
1
-4
/
+18
*
Patch to fix IR-gen crash generating structure ABI which implements
Fariborz Jahanian
2011-05-17
1
-0
/
+4
*
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-05-02
1
-9
/
+4
*
Remove a dead variable flagged by gcc's -Wunused-but-set-variable. No
Nick Lewycky
2011-05-02
1
-2
/
+0
*
Don't crash if the AST doesn't have a sensible ObjC id type.
David Chisnall
2011-04-29
1
-4
/
+6
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Replace a couple of literal 8s with ASTContext::getCharWidth(). No change in
Ken Dyck
2011-04-22
1
-4
/
+8
*
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
1
-2
/
+2
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Fix copy-and-paste bug that I introduced while tidying up the code.
David Chisnall
2011-04-05
1
-1
/
+1
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-8
/
+4
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+4
*
Reformatted doc comments so that they are now difficult to edit in any editor...
David Chisnall
2011-03-26
1
-339
/
+186
*
Added some doc comments.
David Chisnall
2011-03-25
1
-14
/
+263
*
Continuing work on ObjC tidyup:
David Chisnall
2011-03-25
1
-340
/
+99
*
Fixed type error in last commit (forgot that now that selectors are not
David Chisnall
2011-03-23
1
-147
/
+199
*
Revert r128156 because of CodeGenObjC/messages.m and Coverage/codegen-gnu.m.
Andrew Trick
2011-03-23
1
-9
/
+10
*
Remove the redundant loads / stores to globals that we were generating for se...
David Chisnall
2011-03-23
1
-10
/
+9
*
Initial work on refactoring GNU runtime code (long overdue - it's quite obvious
David Chisnall
2011-03-23
1
-298
/
+349
*
Make the ivar offset always be a ptrdiff_t, because stuff in CGObjC.cpp expec...
David Chisnall
2011-03-22
1
-3
/
+5
*
Fix Objective-C++ exceptions (GNU runtime).
David Chisnall
2011-03-20
1
-2
/
+197
*
Fix foreign exception handling (GNU runtime).
David Chisnall
2011-03-16
1
-6
/
+17
*
Fix incorrect linkage specifiers for selectors.
David Chisnall
2011-03-14
1
-2
/
+2
*
Fix type mismatch between property function that CGObjCGNU was returning and ...
David Chisnall
2011-02-23
1
-4
/
+4
*
The instance size of a metaclass should be the size of a class. This is not,...
David Chisnall
2011-02-21
1
-1
/
+6
*
Convert RecordLayout::Size to CharUnits from bits. No changes to
Ken Dyck
2011-02-09
1
-2
/
+3
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-2
/
+2
*
Move all the cleanups framework code into a single file.
John McCall
2011-01-28
1
-1
/
+1
*
Add support for GNU runtime property set / get structure functions. Minor re...
David Chisnall
2010-12-26
1
-14
/
+39
*
Remove the use of aliases in outputted code from ObjC (GNU runtime).
David Chisnall
2010-11-09
1
-4
/
+6
*
Some fixes for synthesized ivar metadata (GNU runtime).
David Chisnall
2010-11-03
1
-12
/
+19
[next]