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
...
*
Code gen. for ivar references; including bitfield
Fariborz Jahanian
2008-12-15
1
-2
/
+5
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-6
/
+9
*
Append an extra newline to the module inline asm if it's not empty.
Anders Carlsson
2008-12-10
1
-0
/
+5
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-28
/
+23
*
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
1
-4
/
+3
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-9
/
+8
*
Fixed bugzilla bug# 3095 related to code gen. for @synchronized.
Fariborz Jahanian
2008-11-21
1
-7
/
+11
*
Consolidated @try and @synchronize into a single
Fariborz Jahanian
2008-11-21
1
-101
/
+36
*
Introducing objc_assign_ivar to clang.
Fariborz Jahanian
2008-11-20
1
-0
/
+23
*
Few more changes due to Daniel's feedback.
Fariborz Jahanian
2008-11-19
1
-0
/
+7
*
Generate strong write barriers for __strong objects.
Fariborz Jahanian
2008-11-19
1
-0
/
+26
*
Patch for generation of weak write barriers for objc
Fariborz Jahanian
2008-11-18
1
-4
/
+17
*
Generate objc_read_weak for __weak objc loads.
Fariborz Jahanian
2008-11-18
1
-1
/
+13
*
Some basic support toward objective-c's GC code gen.
Fariborz Jahanian
2008-11-18
1
-0
/
+47
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-3
/
+3
*
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-15
1
-1
/
+116
*
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
1
-5
/
+7
*
Add CodeGenFunction::EmitBranch.
Daniel Dunbar
2008-11-11
1
-1
/
+1
*
Add CodeGenFunction::EmitDummyBlock for marking places where we make
Daniel Dunbar
2008-11-11
1
-1
/
+1
*
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-11
1
-12
/
+12
*
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-11-01
1
-11
/
+10
*
NeXT: Emit protocol objects lazily.
Daniel Dunbar
2008-10-29
1
-21
/
+76
*
Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType.
Daniel Dunbar
2008-10-17
1
-6
/
+2
*
More Obj-C type encoding improvements.
Daniel Dunbar
2008-10-17
1
-1
/
+2
*
NeXT: Use objc_msgSend_fpret for calling functions which return
Daniel Dunbar
2008-10-17
1
-14
/
+40
*
Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processin...
Ted Kremenek
2008-10-06
1
-1
/
+1
*
(LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull.
Daniel Dunbar
2008-10-02
1
-3
/
+3
*
NeXT: Update to use CreateRuntimeFunction for the routines it imports.
Daniel Dunbar
2008-10-01
1
-80
/
+54
*
Add infrastructure for proper @finally support.
Daniel Dunbar
2008-09-30
1
-55
/
+101
*
Add support for implicit rethrows in @catch blocks.
Daniel Dunbar
2008-09-28
1
-9
/
+85
*
(Update LLVM) Clean up obj-c exception generation to be a bit more
Daniel Dunbar
2008-09-27
1
-23
/
+15
*
Bug fix, codegen @catch(id<X> ...) acceptably.
Daniel Dunbar
2008-09-27
1
-2
/
+5
*
Simplify generate code for exceptions:
Daniel Dunbar
2008-09-27
1
-27
/
+15
*
Bug fix, make sure to initialize exception object (to rethrow) even
Daniel Dunbar
2008-09-27
1
-38
/
+38
*
Easy fix for nasty bug, exception data buffer had wrong type == wrong
Daniel Dunbar
2008-09-27
1
-1
/
+1
*
Implement Obj-C synthesized setters for copy / retain.
Daniel Dunbar
2008-09-24
1
-1
/
+2
*
Add Obj-C runtime methods to get runtime specific functions for
Daniel Dunbar
2008-09-24
1
-2
/
+42
*
Make sure to store the exception in the catch parameter.
Anders Carlsson
2008-09-11
1
-8
/
+28
*
Make sure to emit the catch parameter as well as the catch body.
Anders Carlsson
2008-09-11
1
-3
/
+4
*
Fix stupid mistake I made in the exception handling code
Anders Carlsson
2008-09-11
1
-1
/
+1
*
Add CodeGenTypes::GetFunctionType overload for getting the effective
Daniel Dunbar
2008-09-10
1
-27
/
+10
*
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
1
-51
/
+3
*
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
1
-1
/
+1
*
Add CodeGenFunction::ReturnTypeUsesSret
Daniel Dunbar
2008-09-09
1
-9
/
+9
*
Check in half-assed implementation of @try/@catch.
Anders Carlsson
2008-09-09
1
-2
/
+164
*
Simple @throw support.
Anders Carlsson
2008-09-09
1
-1
/
+12
*
Add types and functions related to exceptions.
Anders Carlsson
2008-09-09
1
-0
/
+93
*
Move handling of @try and @throw to the runtime class.
Anders Carlsson
2008-09-09
1
-0
/
+18
*
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
1
-3
/
+5
*
Change struct forward declarations and definitions to use unique RecordDecls,...
Ted Kremenek
2008-09-05
1
-1
/
+1
[prev]
[next]