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
...
*
LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ...
Argyrios Kyrtzidis
2010-09-06
1
-15
/
+24
*
IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy
Daniel Dunbar
2010-09-02
1
-21
/
+24
*
Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...
Ted Kremenek
2010-09-01
1
-6
/
+7
*
Simplify.
Daniel Dunbar
2010-08-21
1
-3
/
+2
*
IRgen: Move remaining MakeAddr() calls to MakeAddrLValue().
Daniel Dunbar
2010-08-21
1
-5
/
+7
*
objective-c ivar refactoring patch. Iterations
Fariborz Jahanian
2010-08-20
1
-5
/
+3
*
zap dead code.
Chris Lattner
2010-08-18
1
-50
/
+14
*
StringRef'ication of lots stuff, patch by Peter Davies!
Daniel Dunbar
2010-08-17
1
-2
/
+2
*
Remove dead code, caught by unused function warnings.
Argyrios Kyrtzidis
2010-08-15
1
-36
/
+0
*
Fix a bug in @finally emission in both the fragile and non-fragile EH schemes
John McCall
2010-08-11
1
-5
/
+16
*
Support ObjC implementation decls for PCH.
Argyrios Kyrtzidis
2010-08-09
1
-4
/
+20
*
Finishing up block variable layout API by supporting
Fariborz Jahanian
2010-08-06
1
-8
/
+10
*
Add support for block imported struct variable layout info.
Fariborz Jahanian
2010-08-05
1
-2
/
+10
*
For now skip over aggregate non-byref block variables.
Fariborz Jahanian
2010-08-05
1
-1
/
+4
*
Trying to unbreak buildbot.
Fariborz Jahanian
2010-08-05
1
-1
/
+2
*
Clean up of my last patch.
Fariborz Jahanian
2010-08-05
1
-13
/
+16
*
Block variable layout bitmap API generation.
Fariborz Jahanian
2010-08-04
1
-80
/
+136
*
More objc block variable layout info. work.
Fariborz Jahanian
2010-08-04
1
-2
/
+6
*
Some early work for providing block layout info.
Fariborz Jahanian
2010-08-04
1
-0
/
+8
*
Some more correctness fixes and code-size optimizations for fragile-ABI
John McCall
2010-08-04
1
-80
/
+93
*
Fix fragile-ABI ObjC exceptions in the presence of optimization with
John McCall
2010-07-31
1
-3
/
+165
*
Revert "Re-apply fixed version of 108749, correctly conditionalizing the new
Daniel Dunbar
2010-07-29
1
-15
/
+5
*
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-24
1
-23
/
+37
*
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-23
1
-5
/
+5
*
Rename LazyCleanup -> Cleanup. No functionality change for these last three
John McCall
2010-07-21
1
-14
/
+14
*
Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy
John McCall
2010-07-21
1
-32
/
+53
*
Convert the ObjC @synchronized cleanups to laziness. This is not actually
John McCall
2010-07-21
1
-6
/
+16
*
Adopt objc_assign_threadlocal() for __thread variables of GC types.
Fariborz Jahanian
2010-07-20
1
-9
/
+31
*
Re-apply fixed version of 108749, correctly conditionalizing the new sections on
Jim Grosbach
2010-07-20
1
-5
/
+15
*
Temporarily revert. Some odd internal breakage is likely related.
Jim Grosbach
2010-07-19
1
-4
/
+4
*
Put ObjC method names, method types and class names in separate string literal
Jim Grosbach
2010-07-19
1
-4
/
+4
*
CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing
Daniel Dunbar
2010-07-14
1
-26
/
+9
*
Allow for the possibility that __cxa_end_catch might throw for a catch-all block
John McCall
2010-07-13
1
-7
/
+21
*
Teach IR generation how to lazily emit cleanups. This has a lot of advantages,
John McCall
2010-07-13
1
-6
/
+3
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-334
/
+342
*
finally get around to doing a significant cleanup to irgen:
Chris Lattner
2010-06-27
1
-10
/
+12
*
Type Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor
2010-06-22
1
-2
/
+2
*
Fixes a problem in generation of meta-data for
Fariborz Jahanian
2010-06-22
1
-2
/
+10
*
In fragile-abi (32bit mode abi) generate global symbol
Fariborz Jahanian
2010-06-21
1
-1
/
+11
*
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...
Anders Carlsson
2010-06-21
1
-0
/
+5
*
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-17
1
-9
/
+19
*
Move CodeGenOptions.h *back* into Frontend. This should have been done when the
Chandler Carruth
2010-06-15
1
-1
/
+1
*
Patch adds support for copying of those
Fariborz Jahanian
2010-06-15
1
-14
/
+6
*
zero-cost exception API for NeXt runtime.
Fariborz Jahanian
2010-05-28
1
-2
/
+14
*
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-22
1
-8
/
+23
*
Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed
John McCall
2010-05-17
1
-10
/
+10
*
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
1
-1
/
+2
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-2
/
+2
*
IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid ...
Daniel Dunbar
2010-04-29
1
-2
/
+4
*
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
1
-0
/
+6
[prev]
[next]