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
*
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
*
Add Obj-C runtime methods to get runtime specific functions for
Daniel Dunbar
2008-09-24
1
-0
/
+6
*
Move handling of @try and @throw to the runtime class.
Anders Carlsson
2008-09-09
1
-0
/
+7
*
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
1
-5
/
+4
*
Handle mutation while enumerating correctly. Fix some bugs.
Anders Carlsson
2008-08-31
1
-0
/
+4
*
Add Objective-C property setter support.
Daniel Dunbar
2008-08-30
1
-2
/
+4
*
Refactor handling of calls:
Daniel Dunbar
2008-08-30
1
-3
/
+7
*
Fix Obj-C super sends inside class methods.
Daniel Dunbar
2008-08-25
1
-4
/
+7
*
Trim CGObjCRuntime::GenerateMessageSend[Super]
Daniel Dunbar
2008-08-23
1
-14
/
+16
*
Change ObjCRuntime::LookupClass -> GetClass, and now takes the
Daniel Dunbar
2008-08-16
1
-10
/
+13
*
Change CGObjCRuntime methods to take appropriate clang Decls.
Daniel Dunbar
2008-08-15
1
-45
/
+33
*
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-13
1
-8
/
+13
*
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
1
-11
/
+0
*
Protocol related tweaks
Daniel Dunbar
2008-08-12
1
-3
/
+15
*
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-12
1
-2
/
+1
*
Update for IRBuilder template change (update LLVM!)
Daniel Dunbar
2008-08-11
1
-4
/
+6
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-11
1
-3
/
+4
*
update to make IRBuilder API change.
Chris Lattner
2008-08-08
1
-8
/
+9
*
refactor more objc codegen interfaces to pass around selectors so
Chris Lattner
2008-06-26
1
-4
/
+4
*
remove the old getSelector implementation, which removes some
Chris Lattner
2008-06-26
1
-3
/
+0
*
avoid a lot of unneeded selector processing work by passing around
Chris Lattner
2008-06-26
1
-1
/
+1
*
use cheaper/simpler getselector call for @selector exprs.
Chris Lattner
2008-06-26
1
-2
/
+3
*
start avoid doing lots of unneeded work handling selectors
Chris Lattner
2008-06-26
1
-7
/
+9
*
improve indentation, avoid thrashing on maps and recalculating strings as much.
Chris Lattner
2008-06-26
1
-2
/
+2
*
give CreateObjCRuntime a full CGM so it can get whatever state it needs,
Chris Lattner
2008-06-26
1
-3
/
+2
*
Include <string> header to allow compiling for MSVC.
Argyrios Kyrtzidis
2008-06-01
1
-0
/
+1
*
Support for code generation of Objective-C top-level language constructs.
Anton Korobeynikov
2008-06-01
1
-6
/
+64
*
update to follow mainline llvm API change.
Chris Lattner
2008-04-13
1
-2
/
+2
*
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-30
1
-3
/
+24
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+47