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
*
Couple of meta-data segments were wrong. This patch fixes them.
Fariborz Jahanian
2009-02-26
1
-2
/
+2
*
Fix an inconsistance in objc2's meta-data related to
Fariborz Jahanian
2009-02-26
1
-5
/
+18
*
patch for two things.
Fariborz Jahanian
2009-02-24
1
-3
/
+5
*
Set flag for -fobjc-gc in IMAGE_INFO variable.
Fariborz Jahanian
2009-02-24
1
-1
/
+5
*
Some initial Obj-C zero cost EH support.
Daniel Dunbar
2009-02-24
1
-5
/
+134
*
Fix two @synchronized bugs found by inspection: the expression to sychronize ...
Daniel Dunbar
2009-02-24
1
-40
/
+32
*
More objc's gc ir-gen stuff.
Fariborz Jahanian
2009-02-19
1
-2
/
+4
*
Add support for throwing exceptions to the nonfragile ABI
Anders Carlsson
2009-02-16
1
-15
/
+34
*
Added implementation of objc2's gc API calls for
Fariborz Jahanian
2009-02-16
1
-16
/
+70
*
assert/ErrorUnsupported in unimplemented stub functions instead of
Daniel Dunbar
2009-02-16
1
-16
/
+25
*
Obj-C non-fragile ABI: Fix types of a few globals; these were not
Daniel Dunbar
2009-02-15
1
-20
/
+26
*
Fixed a bad ir-gen bug which caused a dejagnu test to fail.
Fariborz Jahanian
2009-02-14
1
-1
/
+1
*
Fixed a problem caused by foreward @class use
Fariborz Jahanian
2009-02-14
1
-2
/
+2
*
Fixed a 64bit code gen bug of a cateogory
Fariborz Jahanian
2009-02-13
1
-11
/
+17
*
Fix a bug whereby, an ivar used to synthesize a property belongs
Fariborz Jahanian
2009-02-12
1
-4
/
+25
*
Several cleanups:
Steve Naroff
2009-02-12
1
-1
/
+1
*
ir-gen for objc's @selector expression in nonfragile abi mode.
Fariborz Jahanian
2009-02-11
1
-1
/
+26
*
This patch is all it takes to pass all objc2's fast-enumeration
Fariborz Jahanian
2009-02-10
1
-1
/
+1
*
Generate ir for ivar offset. This will pass
Fariborz Jahanian
2009-02-10
1
-23
/
+42
*
Some refactoring of Ivar offset code gen.
Fariborz Jahanian
2009-02-10
1
-3
/
+36
*
Remove the last remnants of the Obj-C EH stack code.
Anders Carlsson
2009-02-10
1
-30
/
+0
*
Use the new cleanup infrastructure for @try/@finally
Anders Carlsson
2009-02-09
1
-21
/
+17
*
Add a simplified EmitJumpThroughFinally and use it in CGObjC in preparation o...
Anders Carlsson
2009-02-08
1
-9
/
+12
*
Split the exception object out into its own stack.
Anders Carlsson
2009-02-07
1
-5
/
+7
*
Simplify the Objective-C exception handling.
Anders Carlsson
2009-02-07
1
-9
/
+22
*
Fixed an objc2 nonfragile-abi code gen bug.
Fariborz Jahanian
2009-02-06
1
-4
/
+0
*
objc2's nonfragile abi API for messages sent to 'super'.
Fariborz Jahanian
2009-02-06
1
-7
/
+110
*
objc2's nonfragile-abi - API selection for when receiver is a class
Fariborz Jahanian
2009-02-05
1
-10
/
+59
*
More objc2's API chanes.
Fariborz Jahanian
2009-02-05
1
-1
/
+3
*
#ifdef'out out objc2 API selection which is not done in gcc (unlike
Fariborz Jahanian
2009-02-05
1
-2
/
+10
*
This patch generates messaging code for objc2's non-fragile abi.
Fariborz Jahanian
2009-02-05
1
-4
/
+21
*
Some early code for objc2's nonfragile abi messaging.
Fariborz Jahanian
2009-02-04
1
-12
/
+93
*
Change construction of common ObjC functions to use CGCall
Daniel Dunbar
2009-02-04
1
-57
/
+41
*
Some function stub added for new abi messaging.
Fariborz Jahanian
2009-02-04
1
-3
/
+36
*
Several new declarations for objc2 nonfragile
Fariborz Jahanian
2009-02-03
1
-0
/
+115
*
ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).
Fariborz Jahanian
2009-02-03
1
-21
/
+36
*
Minor objc2 bug fix.
Fariborz Jahanian
2009-02-03
1
-2
/
+2
*
objc2's ir-gen for nonfragile ivar access.
Fariborz Jahanian
2009-02-03
1
-10
/
+55
*
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
[next]