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
2013-05-03
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-02
Use a more idiomatic way to disable debug locations.
Adrian Prantl
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-08
Don't copy just to capture a strong block pointer under ARC.
John McCall
2013-04-08
fix indentation
Adrian Prantl
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-02
un-break remaining gdb buildbot testcases.
Adrian Prantl
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-14
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-13
Tighten up the rules for precise lifetime and document
John McCall
2013-03-04
Fix the emission of the copy-initialization of a block capture
John McCall
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-01-22
Use the correct field to copy/dispose a __block variable.
John McCall
2013-01-17
objC block layout: Patch reorders block layout to
Fariborz Jahanian
2013-01-05
In my last patch initialize the destination to null (with a simple store) bef...
Fariborz Jahanian
2013-01-04
objective-C arc: in copy helper function for
Fariborz Jahanian
2013-01-04
Debug Info: fix the line location for cleanup code of a block function
Manman Ren
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-07
Fix the required args count for variadic blocks.
John McCall
2012-12-04
objective-c blocks: Consider padding due to alignment
Fariborz Jahanian
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-28
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-16
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-14
fixes a buildbot failure.
Fariborz Jahanian
2012-11-14
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-01
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-10-27
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-25
Provide comment describing what buildBlockDescriptor does.
Fariborz Jahanian
2012-10-25
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
2012-10-23
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-17
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-16
Transform pattern:
Alexey Samsonov
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-07
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-05-16
Fix code generation of variables reference expressions when mixing
Douglas Gregor
2012-05-04
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-01
During block layout, after padding up to the max field alignment,
John McCall
2012-04-26
Fix a bug with block layout when the block contains something
John McCall
2012-04-13
Don't enter cleanups for unreachable variables. It's impossible to
John McCall
2012-04-12
These functions too have no prototypes. Audited the rest of Sema for
Eric Christopher
2012-04-12
The copy and destroy helper functions aren't prototyped, don't call them
Eric Christopher
2012-04-04
Don't crash (assert failure) when generating blocks for C++ types with a non-...
David Chisnall
2012-03-29
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-28
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-01
Implement "optimization" for lambda-to-block conversion which inlines the gen...
Eli Friedman
[next]