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
/
lib
/
CodeGen
/
CGBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The blocks ABI is wrong, add a FIXME.
Mike Stump
2009-02-21
1
-0
/
+3
*
Add CodeGen support for the helper for BlockDeclRefExprs. The easier
Mike Stump
2009-02-21
1
-19
/
+30
*
More codegen for blocks. The type of block literals should be better.
Mike Stump
2009-02-19
1
-8
/
+55
*
Avoid getNameAsCString when the decl doesn't have a name.
Mike Stump
2009-02-17
1
-2
/
+3
*
Be sure to initialize Name.
Mike Stump
2009-02-17
1
-1
/
+1
*
Use getNameAsCString instead of getNameAsString and reflow the type.
Mike Stump
2009-02-14
1
-3
/
+3
*
Generate the helper function for blocks. Now basic codegen is
Mike Stump
2009-02-14
1
-7
/
+11
*
Let the backend unique these.
Mike Stump
2009-02-13
1
-3
/
+2
*
Fix spelling.
Mike Stump
2009-02-13
1
-2
/
+2
*
Move DescriptorUniqueCount into CGM.
Mike Stump
2009-02-13
1
-3
/
+1
*
Move NSConcreteStackBlock into CGM.
Mike Stump
2009-02-13
1
-10
/
+21
*
Eliminate an unused variable
Douglas Gregor
2009-02-13
1
-3
/
+0
*
Move GlobalUniqueCount up into CGM.
Mike Stump
2009-02-13
1
-3
/
+1
*
Condense NSConcreteGlobalBlock handling.
Mike Stump
2009-02-13
1
-19
/
+20
*
Calculate size correctly.
Mike Stump
2009-02-13
1
-2
/
+3
*
Size should be unsigned.
Mike Stump
2009-02-13
1
-7
/
+6
*
Condense all the blocks code into CGBlocks.cpp.
Mike Stump
2009-02-13
1
-3
/
+130
*
Fixup types, the runtime uses int, not int32.
Mike Stump
2009-02-13
1
-4
/
+9
*
Fixup spacing a tad.
Mike Stump
2009-02-13
1
-69
/
+67
*
Move GenericBlockLiteralType into CGM.
Mike Stump
2009-02-13
1
-26
/
+27
*
Move BlockDescriptorType into CGM.
Mike Stump
2009-02-13
1
-19
/
+19
*
Add a very basic implemenation of global blocks. This needs to be cleaned up.
Anders Carlsson
2009-02-12
1
-11
/
+129
*
Add support for generating block call expressions.
Anders Carlsson
2009-02-12
1
-0
/
+137
[prev]