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
/
ARCMT
Commit message (
Expand
)
Author
Age
Files
Lines
*
ObjectiveC migration: tweak setting of lifetime attribute
Fariborz Jahanian
2013-08-06
2
-5
/
+51
*
ObjectiveC migrator: Add another family of factory
Fariborz Jahanian
2013-08-02
2
-0
/
+22
*
ObjectiveC migrator: Fixes public buildbot failures,
Fariborz Jahanian
2013-08-02
3
-1
/
+153
*
revert patch I added in r187655. It still breaks public
Fariborz Jahanian
2013-08-02
3
-153
/
+1
*
ObjectiveC migration. Check-in patch reverted in r187634.
Fariborz Jahanian
2013-08-02
3
-1
/
+153
*
Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...
Rafael Espindola
2013-08-02
2
-77
/
+1
*
ObjectiveC migrator. Migrate to instancetype return type
Fariborz Jahanian
2013-08-01
2
-1
/
+77
*
Objective-C migrator: some cleanup.
Fariborz Jahanian
2013-07-24
1
-9
/
+9
*
ObjectiveC migration: Method candidates for
Fariborz Jahanian
2013-07-24
2
-4
/
+4
*
ObjectiveC migration: more migration to
Fariborz Jahanian
2013-07-23
1
-6
/
+6
*
ObjectiveC migrator: start migrating to
Fariborz Jahanian
2013-07-23
2
-0
/
+166
*
ObjectiveC migration. Better handle migration to conforming
Fariborz Jahanian
2013-07-22
2
-0
/
+70
*
Objective-C migration: Use NS_OPTIONS when enumerators
Fariborz Jahanian
2013-07-22
2
-14
/
+62
*
[arcmt] Only disable ARC in the second compilation if there were actually ARC...
Argyrios Kyrtzidis
2013-07-22
1
-0
/
+4
*
ObjectiveC migrator: Another use case of enum
Fariborz Jahanian
2013-07-19
2
-0
/
+16
*
[arcmt] After checking is successful disable auto-synthesize to avoid "@synth...
Argyrios Kyrtzidis
2013-07-19
1
-0
/
+47
*
Fixes an ObjC migrator crash when last decl
Fariborz Jahanian
2013-07-19
2
-0
/
+10
*
ObjectiveC migrator: add support to migrate to
Fariborz Jahanian
2013-07-19
2
-0
/
+32
*
ObjectiveC migrator: Remove semicolon after the typedef
Fariborz Jahanian
2013-07-18
1
-1
/
+1
*
ObjectiveC migration. migration to NS_ENUM/SN_OPTION
Fariborz Jahanian
2013-07-18
2
-0
/
+26
*
ObjectiveC migrator: When adding conforming protocol,
Fariborz Jahanian
2013-07-17
2
-0
/
+32
*
ObjectiveC migrator. If a class implements a protocol's
Fariborz Jahanian
2013-07-16
2
-0
/
+30
*
ObjectiveC migration: complete migrating class
Fariborz Jahanian
2013-07-16
2
-0
/
+96
*
ObjC migrator: Improve on hueristics.
Fariborz Jahanian
2013-07-10
2
-8
/
+24
*
objc migrator: More refinment of property
Fariborz Jahanian
2013-07-10
1
-5
/
+5
*
ObjC migrator: Add -objcmt-migrate-property to do property
Fariborz Jahanian
2013-07-09
2
-2
/
+2
*
ObjC migration: more test for migration to
Fariborz Jahanian
2013-07-08
2
-0
/
+38
*
ObjC migration: Skip over setter/getter with attributes
Fariborz Jahanian
2013-07-08
2
-0
/
+20
*
[Objective-C migrator] replace candidate user setter/getter with
Fariborz Jahanian
2013-07-08
2
-0
/
+40
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
1
-1
/
+1
*
[arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is p...
Argyrios Kyrtzidis
2013-06-24
1
-0
/
+3
*
Point diagnostics that complain about a use of a selector in an objc message,...
Argyrios Kyrtzidis
2013-05-01
2
-9
/
+9
*
[objcmt] Fix a mishandled conversion to objc directory literal.
Argyrios Kyrtzidis
2013-04-06
2
-0
/
+2
*
[arcmt] Make sure the function has an associated parameter for the argument
Argyrios Kyrtzidis
2013-02-14
1
-0
/
+9
*
[arcmt] Make sure the objc migrators work fine when used with a PCH.
Argyrios Kyrtzidis
2013-02-05
4
-0
/
+55
*
Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
2013-01-28
1
-1
/
+1
*
Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
2013-01-28
1
-1
/
+1
*
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...
Argyrios Kyrtzidis
2013-01-16
4
-0
/
+12
*
[arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ...
Argyrios Kyrtzidis
2013-01-08
3
-2
/
+5
*
[arcmt] Allow removing an -autorelease of a variable initialized in the previ...
Argyrios Kyrtzidis
2013-01-04
2
-0
/
+9
*
[arcmt] Adds brackets in case statements that "contain" initialization of ret...
Argyrios Kyrtzidis
2013-01-04
3
-5
/
+78
*
[arcmt] Don't error if an autoreleased variable is returned after the -autore...
Argyrios Kyrtzidis
2013-01-04
2
-0
/
+9
*
[arcmt] Rewrite uses of Block_copy/Block_release macros.
Argyrios Kyrtzidis
2013-01-03
3
-0
/
+38
*
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...
Andy Gibbs
2012-10-19
1
-2
/
+3
*
objective-C arc: remove -Warc-abi in its entirety.
Fariborz Jahanian
2012-09-14
1
-16
/
+11
*
Update VerifyDiagnosticConsumer to only get directives during parsing.
Jordan Rose
2012-08-10
1
-0
/
+13
*
objective-c arc: ARC IRGen correctly assumes result
Fariborz Jahanian
2012-07-30
4
-10
/
+2
*
revert r160839 for now.
Fariborz Jahanian
2012-07-27
3
-3
/
+10
*
objc-arc: When objects with known CF semantics are assigned to
Fariborz Jahanian
2012-07-26
3
-10
/
+3
*
Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nu...
Nico Weber
2012-07-20
1
-1
/
+1
[next]