index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGBlocks.cpp
Age
Commit message (
Expand
)
Author
2009-06-05
As an optimization, we maintain a cache of generated
Mike Stump
2009-05-16
Reflow some comments.
Mike Stump
2009-05-13
Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalB...
Chris Lattner
2009-05-01
Don't assert when we think we need copy/dispose, but don't need them.
Mike Stump
2009-04-23
fix a problem producing debug info with global blocks.
Chris Lattner
2009-04-23
the logic for computing __func__ and friends is really broken:
Chris Lattner
2009-04-17
Attributes on block functions were not being set.
Daniel Dunbar
2009-04-15
Fixup codegen for copy/dispose for block literals. Radar 6791245
Mike Stump
2009-04-15
Set DebugInfo at the beginning of GenerateBlockFunction().
Devang Patel
2009-04-14
Audit __private_extern__ handling.
Daniel Dunbar
2009-04-11
Minor refactoring of my last patch.
Fariborz Jahanian
2009-04-11
Fixes a ir-gen crash for K&R style blocks.
Fariborz Jahanian
2009-04-10
Fixup codegen for nested blocks that use copy/dispose in the inner
Mike Stump
2009-04-08
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
2009-04-08
Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.
Anders Carlsson
2009-04-07
Shuffle some call code around. No functionality change.
Anders Carlsson
2009-04-07
Use the new getFunctionInfo that takes a BlockPointerType parameter, and get ...
Anders Carlsson
2009-04-01
Fix block comparisons. Radar 6732116.
Mike Stump
2009-03-28
Move where block-related variables are initialized so that block
Eli Friedman
2009-03-25
Remove -f__block as codegen for __block variables should be solid.
Mike Stump
2009-03-25
Fixup codegen for block literals that bleed copy/dispose information
Mike Stump
2009-03-21
Fixup codegen for nested block literals so that we generate
Mike Stump
2009-03-20
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-13
Do up codegen for function static data and externs in functions in block
Mike Stump
2009-03-13
Remove FIXME, issue has been resolved.
Mike Stump
2009-03-13
Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector.
Steve Naroff
2009-03-12
Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert.
Daniel Dunbar
2009-03-07
If someone could figure out this is necessary, that would be good.
Mike Stump
2009-03-07
Fix typo, need parens.
Mike Stump
2009-03-07
Remove last FIXME for block literal codegen that I know about and turn
Mike Stump
2009-03-07
Remove some FIXMEs for block literals that should be close to working.
Mike Stump
2009-03-07
codegen support for dispose helpers for block literals.
Mike Stump
2009-03-07
Codegen support for copy helpers for block literals.
Mike Stump
2009-03-06
Pass the type of the block literal around to make required temporal ordering ...
Mike Stump
2009-03-06
Complete __Block_byref_id_object_copy cogegen for block literals.
Mike Stump
2009-03-06
Finish off __Block_byref_id_object_dispose codegen for block literals.
Mike Stump
2009-03-06
Remove extra arg.
Mike Stump
2009-03-06
More codegen support for the copy/dispose helpers for block literals.
Mike Stump
2009-03-06
Framework for codegen for copy/dispose helpers.
Mike Stump
2009-03-05
prep work for copy/destroy helpers for block literals.
Mike Stump
2009-03-05
Add codegen support for __block variables to call _Block_object_dispose as ne...
Mike Stump
2009-03-04
Fixup __block codegen in nested block literals.
Mike Stump
2009-03-04
Move some of the CodeGenFunction blocks code up and out. No
Mike Stump
2009-03-04
Move more of the blocks code up and out.
Mike Stump
2009-03-04
Move more of blocks codegen out of CodeGenModule and into the
Mike Stump
2009-03-04
Add __block codegen testcase. We introduce a temporary flag to enable
Mike Stump
2009-03-04
Improved ABI compliance for __block variables. No testcases yet as we
Mike Stump
2009-03-02
Avoid crash when child iterator gives null result.
Daniel Dunbar
2009-03-02
Push checking down, also, give the user a hit as to which part of the
Mike Stump
2009-03-01
Add BLOCK_HAS_DESCRIPTOR to global blocks.
Anders Carlsson
[next]