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.h
Age
Commit message (
Expand
)
Author
2010-03-31
Minor include pruning.
Benjamin Kramer
2010-03-05
add support for a 1<<29 bit in the block flags field to mark blocks using alt...
Blaine Garst
2010-02-23
Unconditionally support block introspection data in a new field at the end
Blaine Garst
2010-02-19
remove unused function & enumerations
Blaine Garst
2010-01-26
Use CharUnits for alignments in character units.
Ken Dyck
2010-01-11
Roll out ASTContext::getTypeSizeInChars(), replacing instances of
Ken Dyck
2009-11-17
Added block type introspection support.
David Chisnall
2009-10-21
Refactor.
Mike Stump
2009-10-21
Prep work to always preallocate BlockDeclRefExprs so that we can
Mike Stump
2009-10-13
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-09-22
Improve debug info generation for __block variables.
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-11
LLVMContext is a class now.
Benjamin Kramer
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-07-16
Remove ASTContext::isObjCObjectPointerType().
Steve Naroff
2009-07-14
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-06-05
As an optimization, we maintain a cache of generated
Mike Stump
2009-05-14
Skip the asm prefix when storing the name in block info.
Daniel Dunbar
2009-04-10
Fixup copy/dispose helpers for Objective-C. Radar 6756504
Mike Stump
2009-04-10
Fixup codegen for nested blocks that use copy/dispose in the inner
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
Move more blocks CodeGenFunction code up and out.
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
Start the migration of more of the blocks code out of sight for most
Mike Stump