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-10-01
Implement a FIXME. This improves codegen just a tad.
Mike Stump
2009-10-01
A couple of refinements for laying out debug information for
Mike Stump
2009-09-30
Improve debugging information for BlockDeclRefExpr. WIP. Given this
Mike Stump
2009-09-24
Fix 80-col violation.
Mike Stump
2009-09-22
Improve debug info generation for __block variables.
Mike Stump
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-19
Make clang stop relying on ConstantStruct::get's default value for isPacked
Nick Lewycky
2009-09-12
Add support for __block variables with alignment greater than __alignof(void *).
Anders Carlsson
2009-09-12
For __block variables, cache the LLVM types as well as which LLVM field where...
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
Reflow comments and some minor whitespace fixups.
Mike Stump
2009-09-09
Make BuildByRefType take a ValueDecl instead of a QualType and an alignment.
Anders Carlsson
2009-08-24
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-21
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-19
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-07-31
Update for LLVM API change.
Owen Anderson
2009-07-31
Fix spacing.
Mike Stump
2009-07-30
Canonicalize else spacing.
Mike Stump
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-24
Update for LLVM API change.
Owen Anderson
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-14
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-13
Update for LLVM API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
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
[next]