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-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
2009-02-13
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-12
Honor attribute section on static block var decls.
Daniel Dunbar
2009-02-10
Function parameters for PIC16 are like local variables. So use the keyword "....
Sanjiv Gupta
2009-02-09
Use the new cleanup infrastructure for VLAs. The next iteration of patches wi...
Anders Carlsson
2009-02-07
Emit a cleanup block for the cleanup attribute
Anders Carlsson
2009-02-07
Fixup goto codegen in and around VLAs.
Mike Stump
2009-02-05
Follow Eli's advice and store the VLA size with the native size_t type. Fixes...
Anders Carlsson
2009-02-03
Targets that don't have stack use global address space for parameters.
Sanjiv Gupta
2009-01-25
Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more
Eli Friedman
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2008-12-20
Make VLAs usable, and make basic usage work correctly. Also, add a
Eli Friedman
2008-12-20
Handle typedefs to VLAs (Emit the size expr when we encounter the typedef
Anders Carlsson
2008-12-20
Change EmitVLASize to take a QualType that must be a variably modified type.
Anders Carlsson
2008-12-20
Split up emitting of VLA sizes and getting the size of a VLA.
Anders Carlsson
2008-12-20
Add some ErrorUnsupported calls and turn on VLA codegen again.
Anders Carlsson
2008-12-13
disable Anders' recent VLA patch, this fixes PR3209.
Chris Lattner
2008-12-12
Implement allocation and sizeof VLAs. This is very basic for now.
Anders Carlsson
2008-11-24
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-17
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-10
reimplement debug info generation in terms of DebugInfo.h instead of
Chris Lattner
2008-10-31
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-17
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-15
Simplify handling of struct/union/class tags.
Argyrios Kyrtzidis
2008-09-17
Add support for ABIArgInfo::Expand
Daniel Dunbar
[next]