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
...
*
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-28
1
-4
/
+16
*
Remove unused function.
Benjamin Kramer
2010-04-28
1
-4
/
+0
*
Emit the correct symbol name for the class (GNU runtime).
David Chisnall
2010-04-28
1
-5
/
+7
*
Fixed message send to void (broken by my last commit - GNU runtime).
David Chisnall
2010-04-27
1
-1
/
+2
*
Ensure return from a message to nil is always 0 (GNU runtime).
David Chisnall
2010-04-27
1
-1
/
+67
*
Make the static type of the exception variable in an Objective-C
Douglas Gregor
2010-04-26
1
-3
/
+3
*
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-23
1
-3
/
+4
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
1
-1
/
+2
*
Don't just emit ivar metadata - emit CORRECT ivar metadata. (GNU runtime)
David Chisnall
2010-04-19
1
-2
/
+8
*
Fix emitting ivar metadata for synthesized ivars and some 64-bit fixes. (GNU ...
David Chisnall
2010-04-19
1
-12
/
+15
*
Add some API code for future work.
Fariborz Jahanian
2010-04-12
1
-0
/
+6
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-3
/
+3
*
Fixed synthesizing properties declared in properties (GNU runtime).
David Chisnall
2010-03-20
1
-1
/
+1
*
Fixed copy-and-paste error causing categories to contain the protocols declar...
David Chisnall
2010-03-13
1
-2
/
+2
*
Don't generate method metadata for @dynamic properties. Fixes PR6354.
David Chisnall
2010-02-26
1
-7
/
+12
*
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-26
1
-3
/
+3
*
StringRefize two random methods, remove a dead variable and a weird construct...
Benjamin Kramer
2010-02-09
1
-6
/
+5
*
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
1
-3
/
+6
*
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
1
-36
/
+25
*
First pass at adding GC support for GNU runtime. GC ivar maps not yet constr...
David Chisnall
2010-02-03
1
-6
/
+97
*
Numerous changes to selector handling:
David Chisnall
2010-02-03
1
-25
/
+36
*
Unique ObjC strings (GNU Runtime); fix for PR6142. Note: Doing this in the r...
David Chisnall
2010-01-27
1
-2
/
+10
*
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2010-01-23
1
-10
/
+15
*
Made ObjC method name mangling match GCC (which does it in a stupid and broke...
David Chisnall
2010-01-14
1
-2
/
+5
*
Fix type mismatch on 64-bit platforms (GNU ObjC).
David Chisnall
2010-01-11
1
-1
/
+1
*
Export a public symbol for classes with the GNU runtime.
David Chisnall
2010-01-08
1
-5
/
+16
*
Fix for PR5691
David Chisnall
2010-01-06
1
-1
/
+1
*
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
1
-2
/
+2
*
Fix for bug 5691.
David Chisnall
2009-12-24
1
-6
/
+24
*
Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...
Daniel Dunbar
2009-11-29
1
-2
/
+2
*
Fixed crash when using undefined protocols (GNU runtime).
David Chisnall
2009-11-20
1
-2
/
+7
*
Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...
David Chisnall
2009-11-17
1
-1
/
+1
*
Fixed two minor differences between clang and GCC-generated runtime structure...
David Chisnall
2009-11-16
1
-1
/
+3
*
There is now only one version of eh.selector and eh.typeid.for.
Duncan Sands
2009-10-14
1
-9
/
+4
*
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-10-13
1
-2
/
+2
*
Patch fixes a code gen. bug in generation of objc_assign_ivar
Fariborz Jahanian
2009-09-24
1
-2
/
+4
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-3
/
+3
*
Make clang stop relying on ConstantStruct::get's default value for isPacked
Nick Lewycky
2009-09-19
1
-3
/
+3
*
IRgen/ObjC: Correctly construct the function info for variadic message sends.
Daniel Dunbar
2009-09-17
1
-2
/
+4
*
IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.
Daniel Dunbar
2009-09-17
1
-3
/
+5
*
Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.
David Chisnall
2009-09-14
1
-1
/
+1
*
Fix use of uninitialized, David please check.
Daniel Dunbar
2009-09-11
1
-1
/
+1
*
Non fragile ABI for GNU runtime. Patch bu David Chisnall.
Fariborz Jahanian
2009-09-10
1
-73
/
+359
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-129
/
+126
*
Re-implemented generation of objc_memmove_collectable
Fariborz Jahanian
2009-08-31
1
-2
/
+2
*
Updated GNU runtime non-fragile ABI.
David Chisnall
2009-08-31
1
-43
/
+86
*
Initial patch to support definitions of id and Class from headers in Objectiv...
David Chisnall
2009-08-17
1
-10
/
+13
*
Update for LLVM API change.
Owen Anderson
2009-08-13
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-08-13
1
-24
/
+25
*
Update for LLVM API change.
Owen Anderson
2009-08-05
1
-20
/
+23
[prev]
[next]