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
/
RewriteBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-5
/
+6
*
Fix <rdar://problem/6336774> clang block rewriter: Assertion failed: Offset+N...
Steve Naroff
2008-11-03
1
-0
/
+3
*
Fix <rdar://problem/6312683> clang block rewriter:
Steve Naroff
2008-10-22
1
-1
/
+0
*
Tighten up blocks rewriter to handle casts and some other interesting cases.
Steve Naroff
2008-10-15
1
-23
/
+84
*
Fix/simplify RewriteBlocks::RewriteBlockPointerFunctionArgs().
Steve Naroff
2008-10-10
1
-45
/
+5
*
Touchup the rewriter to handle the new BlockExpr->BlockDecl dance.
Steve Naroff
2008-10-08
1
-9
/
+15
*
- Add BlockDecl AST node.
Steve Naroff
2008-10-08
1
-5
/
+7
*
In RewriteFunctionBody, using DeclStmt::decl_iterator to rewrite the Decls in...
Ted Kremenek
2008-10-06
1
-8
/
+12
*
Remove old diag that alerted the user to a limitation we no longer have:-)
Steve Naroff
2008-10-05
1
-3
/
+0
*
Create a function, eliminating some redundancy between SynthesizeBlockInitExp...
Steve Naroff
2008-10-05
1
-27
/
+10
*
Finish implementing copy/dispose helpers for imported block decls.
Steve Naroff
2008-10-04
1
-22
/
+50
*
Add indirection required for byref BlockDeclRefExpr's.
Steve Naroff
2008-10-04
1
-0
/
+11
*
Handle bookkeeping for imported blocks (in SynthesizeBlockImpl).
Steve Naroff
2008-10-04
1
-1
/
+8
*
Cut/paste error...need to use the expression "name" for member references (or...
Steve Naroff
2008-10-04
1
-1
/
+1
*
Clear the map that associated the rewritten block with it's corresponding Blo...
Steve Naroff
2008-10-04
1
-0
/
+1
*
Moved main control flow functions to bottom of file.
Steve Naroff
2008-10-04
1
-165
/
+133
*
Remove an old/vacuous if clause.
Steve Naroff
2008-10-03
1
-6
/
+0
*
More fun & games with the block rewriter.
Steve Naroff
2008-10-03
1
-21
/
+90
*
Rewrite global block expressions.
Steve Naroff
2008-10-03
1
-6
/
+15
*
- Add a convenience constructor to Type.
Steve Naroff
2008-10-03
1
-14
/
+47
*
Rework SynthesizeBlockImpl() to include a constructor.
Steve Naroff
2008-10-03
1
-12
/
+49
*
Get the right location to insert the synthesized block literals/functions.
Steve Naroff
2008-10-03
1
-1
/
+1
*
Name changes and some cleanup of preamble.
Steve Naroff
2008-10-02
1
-27
/
+35
*
Changed Sema::CheckForConstantInitializer to allow global block literals.
Steve Naroff
2008-10-02
1
-15
/
+15
*
Fix a couple harmless warnings when compiling optimized with gcc (reported by...
Steve Naroff
2008-09-24
1
-2
/
+2
*
Fix some const-ness to keep the VisualStudio C++ compiler happy.
Steve Naroff
2008-09-24
1
-4
/
+4
*
RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's ...
Steve Naroff
2008-09-23
1
-35
/
+32
*
Teach block rewriter to replace '^' with '*' in VarDecls.
Steve Naroff
2008-09-23
1
-12
/
+64
*
Add driver support for invoking block rewriter.
Steve Naroff
2008-09-18
1
-11
/
+20
*
Remove BlockStmtExpr.
Steve Naroff
2008-09-17
1
-6
/
+6
*
Add support for rewriting blocks...
Steve Naroff
2008-09-17
1
-0
/
+907