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
/
CGObjCMac.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
1
-4
/
+5
*
More ABI API cleanup.
Daniel Dunbar
2009-02-02
1
-2
/
+2
*
ABI handling API changes.
Daniel Dunbar
2009-02-02
1
-6
/
+6
*
Refactored code gen for ivar access in preparation for
Fariborz Jahanian
2009-02-02
1
-0
/
+26
*
Use target alignment API to set objc2's meta-data
Fariborz Jahanian
2009-01-31
1
-13
/
+20
*
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2009-01-31
1
-2
/
+2
*
class meta-data belong to __objc_data section (in objc2
Fariborz Jahanian
2009-01-31
1
-1
/
+1
*
Recognize class's visibility attribute and set its linkage
Fariborz Jahanian
2009-01-31
1
-6
/
+18
*
Missed another mis-alignment of an objc2 meta-data.
Fariborz Jahanian
2009-01-30
1
-1
/
+1
*
Setting correct alignent for objc2 meta-data.
Fariborz Jahanian
2009-01-30
1
-0
/
+12
*
add imag_info section and data (for objc2 nonfragile abi).
Fariborz Jahanian
2009-01-30
1
-6
/
+17
*
Generate list of implemented classes and categories in their
Fariborz Jahanian
2009-01-30
1
-1
/
+56
*
Code gen. for @protocol expression in the new nonfragile abi.
Fariborz Jahanian
2009-01-30
1
-4
/
+34
*
Bug fixing involving method-list in protocol meta-data
Fariborz Jahanian
2009-01-30
1
-6
/
+25
*
Random bug fix related to protocl metadata in categories in
Fariborz Jahanian
2009-01-29
1
-5
/
+6
*
Set protocol linkage and visibility correctly and
Fariborz Jahanian
2009-01-29
1
-2
/
+17
*
Protocol meta-data for objc2's non-fragile abi.
Fariborz Jahanian
2009-01-29
1
-21
/
+233
*
Add setter/getter methods to the list of methods
Fariborz Jahanian
2009-01-28
1
-0
/
+15
*
property metadata for objc2's nonfragile abi
Fariborz Jahanian
2009-01-28
1
-15
/
+30
*
Some refactoring of common code. No change in functionality.
Fariborz Jahanian
2009-01-28
1
-34
/
+47
*
Set visibility of ivar offset symbols according to
Fariborz Jahanian
2009-01-28
1
-4
/
+13
*
Generation of ivar-offset symbols in objc2's non-fragile abi.
Fariborz Jahanian
2009-01-28
1
-13
/
+59
*
After talking to our runtime guru, I added a comment.
Fariborz Jahanian
2009-01-27
1
-0
/
+5
*
ivar meta-data generation for nonfragile-abi.
Fariborz Jahanian
2009-01-27
1
-2
/
+87
*
Added a FIXME.
Fariborz Jahanian
2009-01-26
1
-0
/
+2
*
Build method-description-list for category meta-data
Fariborz Jahanian
2009-01-26
1
-3
/
+31
*
Method decription meta-data and its setting in class_ro_t
Fariborz Jahanian
2009-01-26
1
-17
/
+102
*
Meta-data for nonfragile-abi's categories
Fariborz Jahanian
2009-01-26
1
-2
/
+51
*
Compute instaceStart/instanceSize fields of the class_ro_t meta-data
Fariborz Jahanian
2009-01-24
1
-2
/
+41
*
Patch to build class meta-data for each implementation
Fariborz Jahanian
2009-01-24
1
-9
/
+44
*
This patch builds the meta-class object for each
Fariborz Jahanian
2009-01-24
1
-75
/
+171
*
Some very early work for new objc's
Fariborz Jahanian
2009-01-23
1
-11
/
+208
*
Checked in an oops!
Fariborz Jahanian
2009-01-23
1
-1
/
+2
*
Another missing LLVM type for objc2's new abi defined.
Fariborz Jahanian
2009-01-23
1
-3
/
+12
*
Define LLVM types for nonfragile abi metadata.
Fariborz Jahanian
2009-01-23
1
-25
/
+158
*
Use NonFragileABI as name of new Next abi. More comments
Fariborz Jahanian
2009-01-22
1
-56
/
+118
*
More refactoring of common API to the common class for
Fariborz Jahanian
2009-01-22
1
-93
/
+104
*
Moved whole bunch of common APIs to the common class.
Fariborz Jahanian
2009-01-21
1
-37
/
+37
*
Refactoring ObjC Next's runtime classes in preparation for
Fariborz Jahanian
2009-01-21
1
-74
/
+123
*
Commented objective-c's metadata types. Minor clean up.
Fariborz Jahanian
2009-01-21
1
-5
/
+89
*
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-20
1
-2
/
+2
*
Patch to re-implement ivar-list meta-data generation to fix
Fariborz Jahanian
2009-01-17
1
-11
/
+31
*
Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak
Douglas Gregor
2009-01-12
1
-8
/
+4
*
(LLVM up) Match TargetData API change in LLVM TOT.
Daniel Dunbar
2009-01-12
1
-7
/
+7
*
Convert property implementation to DeclContext::addDecl().
Steve Naroff
2009-01-11
1
-16
/
+9
*
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2009-01-10
1
-4
/
+9
*
Provide a new kind of iterator, the specific_decl_iterator, that
Douglas Gregor
2009-01-09
1
-1
/
+1
*
Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).
Steve Naroff
2009-01-09
1
-6
/
+6
*
Another nasty code gen. bug with trivial fix. Calling class
Fariborz Jahanian
2009-01-07
1
-1
/
+3
*
More encoding support. This time for
Fariborz Jahanian
2008-12-19
1
-1
/
+1
[prev]
[next]