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
...
*
cgobjcgnu was making invalid common globals.
Chris Lattner
2009-08-05
1
-2
/
+2
*
Fixup spacing and 80-col violations.
Mike Stump
2009-07-31
1
-20
/
+27
*
Update for LLVM API change.
Owen Anderson
2009-07-31
1
-1
/
+1
*
Update for LLVM API changes.
Owen Anderson
2009-07-30
1
-5
/
+5
*
Update for LLVM API change.
Owen Anderson
2009-07-29
1
-64
/
+64
*
Update for LLVM API change.
Owen Anderson
2009-07-29
1
-29
/
+29
*
Update for LLVM API change.
Owen Anderson
2009-07-28
1
-8
/
+8
*
Update for LLVM API change.
Owen Anderson
2009-07-27
1
-7
/
+7
*
Update for LLVM API change.
Owen Anderson
2009-07-24
1
-26
/
+26
*
Fix declaration of obc_enumerationMutation function, for GNU runtime.
Daniel Dunbar
2009-07-24
1
-6
/
+10
*
Revert r75641.
Anders Carlsson
2009-07-18
1
-1
/
+1
*
fix objc codegen to not have its own list of things that eventually get into ...
Chris Lattner
2009-07-17
1
-4
/
+0
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-144
/
+149
*
Rename RecordLayout.h to ASTRecordLayout.h
Anders Carlsson
2009-07-14
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-13
1
-1
/
+1
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-4
/
+5
*
Update for IRBuilder API change.
Owen Anderson
2009-07-08
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-08
1
-22
/
+21
*
Update for LLVM API change.
Owen Anderson
2009-07-08
1
-13
/
+15
*
Implemented memmove_collectable API for Next runtime
Fariborz Jahanian
2009-07-08
1
-0
/
+11
*
This fixes the case where the wrong symbol is emitted leading to linking erro...
Fariborz Jahanian
2009-07-03
1
-4
/
+9
*
use new and simplified LLVM APIs. Patch by Jay Foad!
Chris Lattner
2009-07-01
1
-3
/
+2
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-14
/
+9
*
Patch fixes an obscure bug when 'used' attribute is applied to
Fariborz Jahanian
2009-06-23
1
-0
/
+5
*
"GCC emits an __objc_class_name_{classname} symbol for every class, and a cor...
Chris Lattner
2009-06-15
1
-4
/
+29
*
Cleanup/Refactoring of ivar collection. No change in functionality.
Fariborz Jahanian
2009-06-04
1
-7
/
+1
*
This patch adds support for sender-aware dispatch in Objective-C for the GNU ...
Fariborz Jahanian
2009-05-22
1
-6
/
+27
*
This patch provides preliminary support for non-fragile instance variables on...
Fariborz Jahanian
2009-05-20
1
-3
/
+74
*
This patch allows clang to generate code for declared properties on the GNU r...
Fariborz Jahanian
2009-05-19
1
-2
/
+28
*
This patch fixes two bugs in the GNU Objective-C runtime implementation. One...
Fariborz Jahanian
2009-05-17
1
-14
/
+34
*
More improvements for GNU runtime objc EH, patch by David Chisnall!
Chris Lattner
2009-05-11
1
-2
/
+36
*
further improvements to gnu objc EH stuff, patch by David Chisnall!
Chris Lattner
2009-05-08
1
-15
/
+15
*
"This patch fixes message sends to super in categories for the GNU runtime. ...
Chris Lattner
2009-05-08
1
-17
/
+31
*
initial support for ObjC exceptions with the GNU runtime:
Chris Lattner
2009-05-08
1
-2
/
+229
*
Patch to support Gnu runtime's typed selectors.
Fariborz Jahanian
2009-05-05
1
-7
/
+38
*
"The attached diff fixes the //FIXME in message send to super. This should n...
Chris Lattner
2009-05-04
1
-4
/
+4
*
Patch from David Chisnall:
Daniel Dunbar
2009-05-04
1
-11
/
+47
*
Compute Objective-C metadata size information from the record layout,
Daniel Dunbar
2009-05-03
1
-7
/
+3
*
Coalesce the ivar offset calculation further.
Daniel Dunbar
2009-05-03
1
-1
/
+2
*
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-26
1
-0
/
+1
*
"This fixes message sends to super in a way that both works with real code an...
Chris Lattner
2009-04-25
1
-20
/
+28
*
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-23
1
-8
/
+16
*
Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to the
Daniel Dunbar
2009-04-22
1
-9
/
+2
*
Use ComputeIvarBaseOffset instead of looking up by hand.
Daniel Dunbar
2009-04-22
1
-7
/
+2
*
Merge ivar access amongst the three runtimes.
Daniel Dunbar
2009-04-22
1
-21
/
+3
*
Make ObjCInterfaceDecl's const in some more places.
Daniel Dunbar
2009-04-22
1
-2
/
+2
*
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-21
1
-3
/
+2
*
Remove LateBoundIVars() runtime interface, it is unused.
Daniel Dunbar
2009-04-21
1
-3
/
+0
*
Assert on a few conditions that (I believe) should hold
Daniel Dunbar
2009-04-21
1
-0
/
+1
*
Remove non-const form of lookupFieldDeclForIvar.
Daniel Dunbar
2009-04-20
1
-2
/
+4
[prev]
[next]