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
/
CGObjCGNU.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Support for Objective-C message sends which return structures. Also include...
Chris Lattner
2008-06-24
1
-2
/
+5
*
"This is a small fix for a bug where static object instances were being incor...
Chris Lattner
2008-06-24
1
-4
/
+6
*
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-21
1
-1
/
+2
*
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-13
1
-0
/
+5
*
Don't name the ObjC types if there aren't any ObjC objects in the file.
Eli Friedman
2008-06-01
1
-4
/
+6
*
Remove spurious == 0
Anton Korobeynikov
2008-06-01
1
-1
/
+1
*
Support for code generation of Objective-C top-level language constructs.
Anton Korobeynikov
2008-06-01
1
-30
/
+761
*
simplify some builder calls.
Chris Lattner
2008-05-06
1
-6
/
+4
*
update to follow mainline llvm API change.
Chris Lattner
2008-04-13
1
-5
/
+5
*
The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once
Ted Kremenek
2008-04-09
1
-3
/
+0
*
tracking API changes arising from r49277
Gabor Greif
2008-04-06
1
-1
/
+1
*
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-30
1
-36
/
+129
*
simplify code by using the variadic StructType::get method.
Chris Lattner
2008-03-19
1
-2
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+97