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
/
CGObjCRuntime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes an obscure bug in importd block variable layout
Fariborz Jahanian
2010-09-11
1
-1
/
+1
*
Some early work for providing block layout info.
Fariborz Jahanian
2010-08-04
1
-0
/
+4
*
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-24
1
-0
/
+6
*
Adopt objc_assign_threadlocal() for __thread variables of GC types.
Fariborz Jahanian
2010-07-20
1
-1
/
+2
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-2
/
+4
*
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-17
1
-1
/
+1
*
Patch adds support for copying of those
Fariborz Jahanian
2010-06-15
1
-1
/
+1
*
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-22
1
-0
/
+2
*
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-28
1
-1
/
+1
*
Add some API code for future work.
Fariborz Jahanian
2010-04-12
1
-0
/
+3
*
IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.
Daniel Dunbar
2010-04-05
1
-2
/
+1
*
Minor include pruning.
Benjamin Kramer
2010-03-31
1
-1
/
+0
*
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
1
-6
/
+0
*
Numerous changes to selector handling:
David Chisnall
2010-02-03
1
-0
/
+6
*
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2010-01-23
1
-1
/
+1
*
Patch fixes a code gen. bug in generation of objc_assign_ivar
Fariborz Jahanian
2009-09-24
1
-1
/
+2
*
IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.
Daniel Dunbar
2009-09-17
1
-2
/
+9
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-15
/
+15
*
Re-implemented generation of objc_memmove_collectable
Fariborz Jahanian
2009-08-31
1
-1
/
+1
*
fix objc codegen to not have its own list of things that eventually get into ...
Chris Lattner
2009-07-17
1
-3
/
+0
*
Implemented memmove_collectable API for Next runtime
Fariborz Jahanian
2009-07-08
1
-0
/
+4
*
Patch fixes an obscure bug when 'used' attribute is applied to
Fariborz Jahanian
2009-06-23
1
-0
/
+3
*
Reflow some comments.
Mike Stump
2009-05-16
1
-6
/
+5
*
Patch to support Gnu runtime's typed selectors.
Fariborz Jahanian
2009-05-05
1
-2
/
+8
*
Add a ComputeIvarBaseOffset overload taking an implementation
Daniel Dunbar
2009-05-03
1
-0
/
+6
*
Compute Objective-C metadata size information from the record layout,
Daniel Dunbar
2009-05-03
1
-6
/
+0
*
Coalesce the ivar offset calculation further.
Daniel Dunbar
2009-05-03
1
-1
/
+3
*
Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to the
Daniel Dunbar
2009-04-22
1
-3
/
+9
*
Merge ivar access amongst the three runtimes.
Daniel Dunbar
2009-04-22
1
-2
/
+22
*
Make ObjCInterfaceDecl's const in some more places.
Daniel Dunbar
2009-04-22
1
-1
/
+1
*
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-21
1
-1
/
+0
*
Remove LateBoundIVars() runtime interface, it is unused.
Daniel Dunbar
2009-04-21
1
-9
/
+3
*
Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...
Steve Naroff
2009-03-31
1
-1
/
+2
*
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-22
1
-3
/
+3
*
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-28
1
-0
/
+1
*
Some refactoring of Ivar offset code gen.
Fariborz Jahanian
2009-02-10
1
-0
/
+3
*
ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).
Fariborz Jahanian
2009-02-03
1
-6
/
+6
*
objc2's ir-gen for nonfragile ivar access.
Fariborz Jahanian
2009-02-03
1
-0
/
+1
*
Refactored code gen for ivar access in preparation for
Fariborz Jahanian
2009-02-02
1
-0
/
+7
*
Use NonFragileABI as name of new Next abi. More comments
Fariborz Jahanian
2009-01-22
1
-1
/
+1
*
Refactoring ObjC Next's runtime classes in preparation for
Fariborz Jahanian
2009-01-21
1
-0
/
+1
*
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2009-01-10
1
-1
/
+3
*
Remove tabs.
Nate Begeman
2008-12-16
1
-1
/
+1
*
Consolidated @try and @synchronize into a single
Fariborz Jahanian
2008-11-21
1
-4
/
+2
*
Introducing objc_assign_ivar to clang.
Fariborz Jahanian
2008-11-20
1
-0
/
+2
*
Generate strong write barriers for __strong objects.
Fariborz Jahanian
2008-11-19
1
-0
/
+4
*
Patch for generation of weak write barriers for objc
Fariborz Jahanian
2008-11-18
1
-1
/
+3
*
Generate objc_read_weak for __weak objc loads.
Fariborz Jahanian
2008-11-18
1
-0
/
+2
*
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-15
1
-0
/
+3
*
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-11-01
1
-6
/
+5
[next]