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
...
*
Add test case for superrefs section (and make spacing consistent).
Daniel Dunbar
2009-04-15
1
-2
/
+2
*
__objc_superrefs belongs to __DATA segment.
Fariborz Jahanian
2009-04-15
1
-1
/
+1
*
Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.
Daniel Dunbar
2009-04-15
1
-19
/
+21
*
Set alignment on __cstring metadata variables to 1 (matching
Daniel Dunbar
2009-04-14
1
-15
/
+10
*
Avoid use of magic \01 prefix when unneeded.
Daniel Dunbar
2009-04-14
1
-1
/
+1
*
Do not dead code strip global meta-data objects.
Fariborz Jahanian
2009-04-14
1
-15
/
+10
*
Fix comment.
Daniel Dunbar
2009-04-14
1
-1
/
+1
*
Clean up handling of visibility.
Daniel Dunbar
2009-04-14
1
-30
/
+8
*
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-13
1
-1
/
+1
*
Patch to generate meta-data for prtocol used
Fariborz Jahanian
2009-04-10
1
-1
/
+4
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-40
/
+53
*
Implementation definition of interfaces with __objc_exception attribute.
Daniel Dunbar
2009-04-08
1
-35
/
+65
*
Propagte -fvisibility to objc2's class symbols.
Fariborz Jahanian
2009-04-07
1
-9
/
+6
*
Handle use side of __objc_exception__ attribute; when using an
Daniel Dunbar
2009-04-07
1
-0
/
+19
*
Various fixes to symbols used for Obj-C x86_64 metadata.
Daniel Dunbar
2009-04-07
1
-23
/
+36
*
Fixed visibility issues related to objc2's synthesized
Fariborz Jahanian
2009-04-06
1
-20
/
+17
*
Fix a couple of cases where Constant* pointers can dangle in
Chris Lattner
2009-04-06
1
-17
/
+20
*
Fix up lookup rules for properties declared in
Fariborz Jahanian
2009-04-02
1
-37
/
+0
*
Nonfragile ivar synthesis with property is in a continuation
Fariborz Jahanian
2009-04-01
1
-0
/
+38
*
More "prep" work for handling UTF16 CFString.
Steve Naroff
2009-04-01
1
-6
/
+1
*
remove ASTContext::buildObjCInterfaceType, which breaks canonical
Chris Lattner
2009-04-01
1
-4
/
+1
*
ir-gen support for nonfragile abi's synthesized ivars.
Fariborz Jahanian
2009-03-31
1
-4
/
+17
*
More toward nonfragile abi's synthesized ivars.
Fariborz Jahanian
2009-03-31
1
-0
/
+8
*
Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...
Steve Naroff
2009-03-31
1
-3
/
+8
*
fill in temporary smallvectors instead of vectors for performance.
Chris Lattner
2009-03-31
1
-32
/
+29
*
small cleanups.
Chris Lattner
2009-03-31
1
-9
/
+7
*
- Minor change to dump of ivar layout map.
Fariborz Jahanian
2009-03-26
1
-1
/
+4
*
More for for objc2's ivar layout map (currently
Fariborz Jahanian
2009-03-25
1
-3
/
+22
*
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
[prev]
[next]