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
/
Driver
/
RewriteTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
On Steve's suggestion, moved handling of use of undeclared method in a message
Fariborz Jahanian
2007-12-06
1
-4
/
+4
*
Make sure the class methods get attached to the metaclass object.
Steve Naroff
2007-12-05
1
-2
/
+2
*
Changed type-cast of "struct objc_super"'s 2nd initializer to match definitio...
Fariborz Jahanian
2007-12-05
1
-2
/
+2
*
Add the definition of objc_super...
Steve Naroff
2007-12-04
1
-1
/
+5
*
Type-cast initializers for "struct objc_super" parameter to avoid warning.
Fariborz Jahanian
2007-12-04
1
-3
/
+9
*
Don't assert if objc.h not declared when rewriting.
Fariborz Jahanian
2007-12-04
1
-1
/
+17
*
Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".
Fariborz Jahanian
2007-12-04
1
-1
/
+1
*
Change <Objc/objc.h> to <objc/objc.h>
Fariborz Jahanian
2007-12-03
1
-1
/
+1
*
Fixed a bug exposed by referencing an ivar field using component reference sy...
Fariborz Jahanian
2007-12-03
1
-1
/
+3
*
Support for rewriteing of messaging of methods which return float.
Fariborz Jahanian
2007-12-03
1
-0
/
+27
*
Added support for messagings which return a structure-value.
Fariborz Jahanian
2007-12-03
1
-9
/
+122
*
fix a crash when the rewriter would scan off the beginning of the file.
Chris Lattner
2007-12-02
1
-3
/
+11
*
add support for custom client-specific diagnostics. As a testcase, make the
Chris Lattner
2007-12-02
1
-0
/
+5
*
start partitioning the diagnostics into two classes: those
Chris Lattner
2007-11-30
1
-0
/
+2
*
pass diagnostics into the rewrite test client.
Chris Lattner
2007-11-30
1
-2
/
+10
*
Fixed a rewrite bug in class synthesis (which I first thought was a rewrite A...
Fariborz Jahanian
2007-11-26
1
-4
/
+6
*
Patch to fix a regression caused by recent rewrite changes.
Fariborz Jahanian
2007-11-26
1
-7
/
+13
*
No need to forward declare definition of objc_super...
Steve Naroff
2007-11-15
1
-2
/
+1
*
Implement support for variadic methods (work in progress).
Steve Naroff
2007-11-15
1
-2
/
+2
*
Extend RewriteTest::RewriteObjCIvarRefExpr() to cope with static typing (when...
Steve Naroff
2007-11-15
1
-2
/
+20
*
Tweak funky cast to accommodate messaging 'super'. This removes any spurious ...
Steve Naroff
2007-11-15
1
-1
/
+4
*
Rewrite for messaging 'super'.
Steve Naroff
2007-11-15
1
-7
/
+140
*
- Implement ivar rewrite (patch by Fariborz).
Steve Naroff
2007-11-15
1
-10
/
+22
*
Refinement to previous commit. Always cast the first argument to "id"...no ne...
Steve Naroff
2007-11-15
1
-6
/
+1
*
Cast implicit "self" argument to "id". This removes all warnings associated w...
Steve Naroff
2007-11-14
1
-3
/
+20
*
Always generate a typedef for @class. The typedef removal logic that I'm remo...
Steve Naroff
2007-11-14
1
-6
/
+1
*
Fix a rewriter bug that steve noticed. Don't skip arbitrary things
Chris Lattner
2007-11-14
1
-1
/
+4
*
Patch to comment out use of protocol qualifiers when rewriting ivars.
Fariborz Jahanian
2007-11-14
1
-11
/
+16
*
Fairly major surgery to RewriteTest::SynthesizeObjcInternalStruct().
Steve Naroff
2007-11-14
1
-49
/
+49
*
Removed unused variabel.
Fariborz Jahanian
2007-11-14
1
-1
/
+0
*
Fix yesterday's regression with rewriting @optional/@required.
Steve Naroff
2007-11-14
1
-6
/
+3
*
Rewrite methods that span multiple lines.
Steve Naroff
2007-11-14
1
-4
/
+8
*
Comment out recent regression r44096.
Steve Naroff
2007-11-14
1
-2
/
+4
*
Rewrite @optional/@required directives used inside protocol definitions.
Fariborz Jahanian
2007-11-14
1
-1
/
+28
*
Rewrite of forward protocol declaration.
Fariborz Jahanian
2007-11-14
1
-0
/
+10
*
Rewrite method definition bodies. Also renamed a method to distinguish betwee...
Steve Naroff
2007-11-13
1
-15
/
+19
*
Fixed a rewrite of metadata bug when category implementation has no matching ...
Fariborz Jahanian
2007-11-13
1
-8
/
+8
*
Populate metadata with adrress of method code.
Fariborz Jahanian
2007-11-13
1
-11
/
+21
*
Rewrite of method definitions in categories.
Fariborz Jahanian
2007-11-13
1
-10
/
+33
*
Order of methods are OK and generated .c file can be compiled.
Fariborz Jahanian
2007-11-13
1
-7
/
+19
*
First patch in rewrie of method definitions. This is work in progress.
Fariborz Jahanian
2007-11-13
1
-0
/
+98
*
- Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef();
Steve Naroff
2007-11-12
1
-3
/
+3
*
This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...
Steve Naroff
2007-11-11
1
-2
/
+2
*
Rewrite global variable initializers.
Steve Naroff
2007-11-09
1
-4
/
+8
*
- add typedef guards.
Steve Naroff
2007-11-09
1
-7
/
+20
*
Rewrite RewriteObjCStringLiteral(). This version is simpler (and unlike the p...
Steve Naroff
2007-11-08
1
-1
/
+34
*
use insert instead of replacing 0 bytes with text :)
Chris Lattner
2007-11-08
1
-10
/
+10
*
use std::copy instead of memcpy for abstraction.
Chris Lattner
2007-11-08
1
-1
/
+3
*
Finishing touches on code generation for @try and friends.
Steve Naroff
2007-11-07
1
-6
/
+13
*
Emit objective-c's meta-data at the end of rewriting to stdout.
Fariborz Jahanian
2007-11-07
1
-3
/
+2
[prev]
[next]