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
/
CodeGen
/
blocks-1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: use COMDAT for block copy/destroy helpers
Saleem Abdulrasool
2019-02-22
1
-1
/
+10
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-4
/
+4
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-12
/
+12
*
IR Gen. part of API support for __block cxx
Fariborz Jahanian
2010-12-02
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-11-17
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-7
/
+7
*
Fixup codegen for nested blocks that use copy/dispose in the inner
Mike Stump
2009-04-10
1
-5
/
+12
*
Remove -f__block as codegen for __block variables should be solid.
Mike Stump
2009-03-25
1
-1
/
+1
*
Fixup codegen for block literals that bleed copy/dispose information
Mike Stump
2009-03-25
1
-0
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fixup codegen for nested block literals so that we generate
Mike Stump
2009-03-21
1
-5
/
+9
*
Add codegen support for aggregate BlockDeclRefExprs.
Mike Stump
2009-03-18
1
-4
/
+10
*
Do up codegen for function static data and externs in functions in block
Mike Stump
2009-03-13
1
-1
/
+12
*
codegen support for dispose helpers for block literals.
Mike Stump
2009-03-07
1
-1
/
+1
*
Codegen support for copy helpers for block literals.
Mike Stump
2009-03-07
1
-1
/
+1
*
Testcase for last fix.
Mike Stump
2009-03-06
1
-2
/
+4
*
Finish off __Block_byref_id_object_dispose codegen for block literals.
Mike Stump
2009-03-06
1
-5
/
+6
*
More codegen support for the copy/dispose helpers for block literals.
Mike Stump
2009-03-06
1
-4
/
+7
*
Framework for codegen for copy/dispose helpers.
Mike Stump
2009-03-06
1
-1
/
+9
*
Add codegen support for __block variables to call _Block_object_dispose as ne...
Mike Stump
2009-03-05
1
-1
/
+2
*
Fixup __block codegen in nested block literals.
Mike Stump
2009-03-04
1
-9
/
+29
*
Add __block codegen testcase. We introduce a temporary flag to enable
Mike Stump
2009-03-04
1
-0
/
+14