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
/
test
/
CodeGenObjC
/
encode-test.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC] Fix encoding of ObjC pointer types that are pointers to typedefs
Akira Hatanaka
2019-05-29
1
-1
/
+1
*
[Sema] Make string literal init an rvalue.
Eli Friedman
2019-02-08
1
-1
/
+2
*
Handle ObjCEncodeExpr in extractStringLiteralCharacter.
Akira Hatanaka
2017-01-31
1
-0
/
+11
*
Switch CGObjCMac to use ConstantInitBuilder. Whew.
John McCall
2016-11-30
1
-1
/
+1
*
CodeGen: mark ObjC cstring literals as unnamed_addr
Saleem Abdulrasool
2016-09-18
1
-1
/
+1
*
CodeGen: mark ObjC cstring literals as constant
Saleem Abdulrasool
2016-09-18
1
-1
/
+1
*
Add test coverage for @encode(SEL); completely untested until now.
Nico Weber
2015-09-15
1
-0
/
+3
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix
Sunil Srivastava
2015-05-12
1
-1
/
+1
*
Don't manually insert L prefixes.
Rafael Espindola
2014-11-06
1
-1
/
+1
*
Use private linkage for globals we already name with \01L and \01l.
Rafael Espindola
2014-02-27
1
-1
/
+1
*
Objective-C. provide legacy encoding of *id and *Class types
Fariborz Jahanian
2014-01-28
1
-0
/
+8
*
Objective-C encoding. Fixes up encodeing for
Fariborz Jahanian
2013-06-04
1
-1
/
+1
*
Robustify the @encode code and add support for _Atomic.
John McCall
2012-12-20
1
-0
/
+4
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-1
/
+1
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-1
/
+1
*
For the purpose of @encode'ing, accept 'void' type
Fariborz Jahanian
2011-06-16
1
-0
/
+4
*
Reapply the commits that r131401 reverted and add a fix for PR9927.
Argyrios Kyrtzidis
2011-05-17
1
-0
/
+17
*
Revert 131377, 131369 and 131365.
Rafael Espindola
2011-05-16
1
-17
/
+0
*
Fix generation of obj-c @encoding for members with zero size.
Argyrios Kyrtzidis
2011-05-15
1
-0
/
+10
*
Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.
Argyrios Kyrtzidis
2011-05-14
1
-0
/
+7
*
IRgen/Obj-C: Fix encoding of "long double".
Daniel Dunbar
2010-10-11
1
-0
/
+6
*
Merge encode-test-1.m into encode-test.m
Daniel Dunbar
2010-10-11
1
-0
/
+29
*
FileCheck'ize test.
Daniel Dunbar
2010-10-11
1
-6
/
+20
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Tests use the new clang.
Fariborz Jahanian
2009-12-14
1
-1
/
+1
*
Fix a crash when ivar type is a __strong SEL. Fallout from
Fariborz Jahanian
2009-11-30
1
-0
/
+1
*
Fixe a crash in encoding of SEL type caused by recent changes.
Fariborz Jahanian
2009-11-23
1
-0
/
+2
*
Move -fnext-runtime defaulting to driver (and change clang-cc default to
Daniel Dunbar
2009-11-17
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-6
/
+6
*
Fix a couple recent ABI regressions noticed during code review (fallout from ...
Steve Naroff
2009-07-22
1
-2
/
+2
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-2
/
+2
*
rdar://6827200 - [sema] reject statically allocated arrays of interface types
Chris Lattner
2009-04-27
1
-3
/
+3
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix a grep error that caused CodeGenObjC/encode-test.m to fail.
Sebastian Redl
2008-12-28
1
-1
/
+1
*
Last patch, for now, to privde ObjC's encoding of types.
Fariborz Jahanian
2008-12-23
1
-1
/
+10
*
More encoding support; in this case, encoding of
Fariborz Jahanian
2008-12-22
1
-1
/
+5
*
Test case makes a platform assumption, so force triple.
Sebastian Redl
2008-12-21
1
-1
/
+1
*
Finish up saving original parameter type and
Fariborz Jahanian
2008-12-20
1
-1
/
+14
*
Strangely enough, name of ObjC class is not encoded into the
Fariborz Jahanian
2008-12-20
1
-1
/
+14
*
More encoding support. This time for
Fariborz Jahanian
2008-12-19
1
-1
/
+39
*
Test case for my last @encode patch.
Fariborz Jahanian
2008-12-19
1
-0
/
+17