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
/
CGDecl.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-26
typo
Devang Patel
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-05
As an optimization, we maintain a cache of generated
Mike Stump
2009-05-27
Add IRGen support for local variables of reference type.
Eli Friedman
2009-05-22
Targets like PIC16 generate Static decls for automatic variables, emit the ap...
Sanjiv Gupta
2009-05-19
Pass the destination QualType to EmitStoreOfScalar. No functionality change.
Anders Carlsson
2009-05-18
Since we miscompile many cases when declaring a variable with a reference typ...
Anders Carlsson
2009-05-15
Fixup debug information for the location information for __block
Mike Stump
2009-05-12
push GlobalDecl through enough of the CodeGenModule interfaces
Chris Lattner
2009-04-26
When calling the cleanup function specified by __attribute__((cleanup)), make...
Anders Carlsson
2009-04-20
PR3247: Handle a couple of cases where we weren't emitting VLA sizes (and
Eli Friedman
2009-04-19
PR3853: Add CodeGen support for __thread.
Eli Friedman
2009-04-14
Audit __private_extern__ handling.
Daniel Dunbar
2009-04-13
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-10
Make messages consistent.
Chris Lattner
2009-04-10
reject codegen of __thread variables as unimplemented, rdar://6775265
Chris Lattner
2009-04-08
Add a destination type argument to EmitConstantExpr. This will be used for wh...
Anders Carlsson
2009-04-02
Don't use static globals for params as it confuses the optimzer that their va...
Sanjiv Gupta
2009-04-02
When compiling C++ code, always mangle the names of static block var decls.
Anders Carlsson
2009-03-30
Code gen does not yet supports __asm__ on a variable
Fariborz Jahanian
2009-03-22
don't set the name of a call instruction to "call" in release-asserts
Chris Lattner
2009-03-22
fix CreateTempAlloca to not set a name on the alloca for temporaries
Chris Lattner
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-07
Mangle param names with .arg. only.
Sanjiv Gupta
2009-03-07
Remove some FIXMEs for block literals that should be close to working.
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
Don't mangle names of local variables.
Daniel Dunbar
2009-03-05
prep work for copy/destroy helpers for block literals.
Mike Stump
2009-03-05
Avoid dispose calls when only doing gc.
Mike Stump
2009-03-05
Add codegen support for __block variables to call _Block_object_dispose as ne...
Mike Stump
2009-03-04
Continuation of PR3687: fix more places to use the right type for
Eli Friedman
2009-03-04
Comment fix: change a question to an answer.
Eli Friedman
2009-03-04
Improved ABI compliance for __block variables. No testcases yet as we
Mike Stump
2009-02-28
First cut CodeGen support for __block variables.
Mike Stump
2009-02-25
Allow constant initializers to reference their defining decl.
Daniel Dunbar
2009-02-25
Fold GeneraticStaticBlockVarDecl into callers.
Daniel Dunbar
2009-02-25
Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the
Daniel Dunbar
2009-02-22
Last part of PR3254: use the same alignment computation in Sema and
Eli Friedman
2009-02-20
Fix spacing.
Mike Stump
2009-02-18
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-17
Change EmitConstantExpr to allow failure.
Daniel Dunbar
2009-02-13
Set constant bit on static block vars as well. Patch by Anders Johnson!q
Daniel Dunbar
2009-02-13
IRgen support for attribute used.
Daniel Dunbar
2009-02-13
Add CodeGen support for the nodebug attribute.
Anders Carlsson
[next]