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
...
*
Remove "NextDecl" from RecordDecl. This change touches many files that where...
Ted Kremenek
2008-09-05
1
-1
/
+1
*
NeXT: Emit lazy reference to Protocol class for forward protocol
Daniel Dunbar
2008-09-04
1
-0
/
+5
*
Fix ObjCPropertRefExpr to be able to encode all the information for
Daniel Dunbar
2008-09-03
1
-3
/
+2
*
Handle mutation while enumerating correctly. Fix some bugs.
Anders Carlsson
2008-08-31
1
-0
/
+19
*
Add Objective-C property setter support.
Daniel Dunbar
2008-08-30
1
-13
/
+17
*
Refactor handling of calls:
Daniel Dunbar
2008-08-30
1
-23
/
+60
*
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-29
1
-1
/
+1
*
NeXT: Emit mostly-correct property type encoding.
Daniel Dunbar
2008-08-28
1
-7
/
+15
*
NeXT: Refactor protocol method metadata emission.
Daniel Dunbar
2008-08-27
1
-81
/
+91
*
NeXT: Emit correct properties for category.
Daniel Dunbar
2008-08-26
1
-3
/
+16
*
NeXT: Emit metadata for synthetsized properties.
Daniel Dunbar
2008-08-26
1
-38
/
+82
*
Objective-C @synthesize support.
Daniel Dunbar
2008-08-26
1
-3
/
+1
*
Fix Obj-C super sends inside class methods.
Daniel Dunbar
2008-08-25
1
-20
/
+71
*
NeXT: Emit symbols used to manage linking of Obj-C classes.
Daniel Dunbar
2008-08-25
1
-1
/
+44
*
NeXT: Clean up constant CFString handling.
Daniel Dunbar
2008-08-23
1
-72
/
+2
*
NeXT: Fix message sends which return structures.
Daniel Dunbar
2008-08-23
1
-65
/
+101
*
NeXT: Implement super message sends.
Daniel Dunbar
2008-08-23
1
-6
/
+65
*
Trim CGObjCRuntime::GenerateMessageSend[Super]
Daniel Dunbar
2008-08-23
1
-38
/
+39
*
NeXT: Emit property metadata (classes, protocols, categories).
Daniel Dunbar
2008-08-23
1
-36
/
+150
*
NeXT: Emit category metadata.
Daniel Dunbar
2008-08-22
1
-30
/
+97
*
NeXT: Emit [meta]class protocol references.
Daniel Dunbar
2008-08-21
1
-11
/
+18
*
Preliminary support for Obj-C classes in NeXT runtime.
Daniel Dunbar
2008-08-21
1
-91
/
+612
*
Add NeXT runtime support for generating methods.
Daniel Dunbar
2008-08-16
1
-6
/
+71
*
Change ObjCRuntime::LookupClass -> GetClass, and now takes the
Daniel Dunbar
2008-08-16
1
-21
/
+23
*
Change CGObjCRuntime methods to take appropriate clang Decls.
Daniel Dunbar
2008-08-15
1
-60
/
+20
*
Implement Obj-C protocol metadata generation for NeXT.
Daniel Dunbar
2008-08-13
1
-28
/
+420
*
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-13
1
-14
/
+4
*
Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata
Daniel Dunbar
2008-08-12
1
-11
/
+125
*
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
1
-29
/
+15
*
Add NeXT support for (simple) message sends.
Daniel Dunbar
2008-08-12
1
-18
/
+108
*
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-12
1
-13
/
+147
*
Add LangOptions::NeXTRuntime.
Daniel Dunbar
2008-08-11
1
-0
/
+88
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-7
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-11
1
-0
/
+214
[prev]