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
*
Must allow for strong cast of floats as well (objc2 gc).
Fariborz Jahanian
2009-03-23
1
-17
/
+50
*
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-22
1
-32
/
+31
*
Fix a crash during meta-data generation of objc2's nonfragile abi.
Fariborz Jahanian
2009-03-20
1
-1
/
+4
*
Remove a FIXME.
Daniel Dunbar
2009-03-15
1
-2
/
+0
*
Fixed an ir-gen bug related to strong-cast generation of
Fariborz Jahanian
2009-03-13
1
-0
/
+32
*
More objc2's ivar layout bitmap.
Fariborz Jahanian
2009-03-12
1
-62
/
+104
*
Code refactoring. No change in functionality.
Fariborz Jahanian
2009-03-11
1
-21
/
+25
*
More of objc2's ivar layout bitmap (Next: specific).
Fariborz Jahanian
2009-03-11
1
-11
/
+174
*
More Next objc2's gc ivar layout bitmap work.
Fariborz Jahanian
2009-03-11
1
-3
/
+128
*
More objc2's gc meta-data work related to ivar layout bitmap.
Fariborz Jahanian
2009-03-10
1
-6
/
+55
*
NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc).
Daniel Dunbar
2009-03-09
1
-11
/
+11
*
NeXT: Move some routines over to CreateMetadataVar.
Daniel Dunbar
2009-03-09
1
-169
/
+81
*
Tweak CreateMetadataVar, take the exact alignment instead of relying
Daniel Dunbar
2009-03-09
1
-7
/
+15
*
More fix for bitfield ivar meta-data and code gen accessing it.
Fariborz Jahanian
2009-03-09
1
-8
/
+17
*
Fix typo in pref commit.
Daniel Dunbar
2009-03-09
1
-1
/
+1
*
NeXT: Add CreateMetadataVar utility method to encapsulate creation of
Daniel Dunbar
2009-03-09
1
-0
/
+34
*
Code refactoring. No functional change.
Fariborz Jahanian
2009-03-08
1
-25
/
+17
*
correct bitfield ivar offset in ivar meta-data.
Fariborz Jahanian
2009-03-07
1
-12
/
+27
*
Fixup our uses of various linkages to match how llvm now works. I think they...
Mike Stump
2009-03-07
1
-6
/
+8
*
Back out the patch in r66302, and re-fix it properly. We assume for
Eli Friedman
2009-03-07
1
-0
/
+6
*
Cleanup EH a bit given changes to ObjCCatchStmt.
Daniel Dunbar
2009-03-06
1
-13
/
+15
*
More function stop for objc2's ivar layout bit map.
Fariborz Jahanian
2009-03-05
1
-0
/
+50
*
Adds a template for a function for objc2's gc's ivar layout
Fariborz Jahanian
2009-03-05
1
-4
/
+16
*
Refactor code.
Devang Patel
2009-03-04
1
-12
/
+24
*
Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...
Steve Naroff
2009-03-03
1
-19
/
+17
*
First cut at zero-cost EH support.
Daniel Dunbar
2009-03-02
1
-72
/
+210
*
Make sure to invoke (not call) to objc_exception_throw if necessary.
Daniel Dunbar
2009-03-02
1
-2
/
+11
*
Fix completely broken thinko in GetClassGlobal.
Daniel Dunbar
2009-03-02
1
-1
/
+1
*
Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed.
Daniel Dunbar
2009-03-01
1
-12
/
+1
*
Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C
Daniel Dunbar
2009-03-01
1
-3
/
+73
*
NeXT: Unify code for creating a class global.
Daniel Dunbar
2009-03-01
1
-85
/
+27
*
ObjCAtCatchStmt's ParamStmt is always a DeclStmt.
Daniel Dunbar
2009-03-01
1
-2
/
+1
*
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-28
1
-7
/
+35
*
Alignment of pointers in __objc_classlist must be on their
Fariborz Jahanian
2009-02-28
1
-0
/
+2
*
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
[next]