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
2010-04-19
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-03-31
Minor include pruning.
Benjamin Kramer
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
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-02-17
Patch to remove arbitrary imporation of 'self' into
Fariborz Jahanian
2010-02-17
Did not intend to check this in.
Fariborz Jahanian
2010-02-17
Use proper lexcial context for newly added ivars.
Fariborz Jahanian
2010-02-10
Generate the objc_read_weak API when calling
Fariborz Jahanian
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-01-27
Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and,
Ken Dyck
2010-01-26
Use CharUnits for alignments in character units.
Ken Dyck
2010-01-26
Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size
Ken Dyck
2010-01-25
simplify code.
Chris Lattner
2010-01-22
Simplify code.
Benjamin Kramer
2010-01-11
Roll out ASTContext::getTypeSizeInChars(), replacing instances of
Ken Dyck
2009-12-24
Pass the return value slot to all call exprs.
Anders Carlsson
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-08
DeclRefExpr stores a ValueDecl internally.
John McCall
2009-12-05
various cleanups.
Chris Lattner
2009-11-29
Don't pass false (default) for isVolatile parameter to CreateLoad.
Daniel Dunbar
2009-11-23
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-17
Added block type introspection support.
David Chisnall
2009-10-22
Remove some misguided code.
Mike Stump
2009-10-22
Extend out the block descriptor structure for debug information with
Mike Stump
2009-10-21
Turn on the preallocation of all BlockDeclRefExprs.
Mike Stump
2009-10-21
Refine collection of BlockDeclRefExprs. WIP.
Mike Stump
2009-10-21
Fix typo.
Mike Stump
2009-10-21
Refactor.
Mike Stump
2009-10-21
Prep work to always preallocate BlockDeclRefExprs so that we can
Mike Stump
2009-10-20
For now, we need to have the llvm type of the block pointer remain as
Mike Stump
2009-10-20
Refine the type of the first parameter to block invoke functions.
Mike Stump
2009-10-13
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
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
[next]