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-10-09
Revert 83567.
Devang Patel
2009-10-08
Record location info before emiting alloca for arguments. This allows argumen...
Devang Patel
2009-09-26
Set alignment on static function level decls and VLAs. Fixes PR5060.
Anders Carlsson
2009-09-22
Improve debug info generation for __block variables.
Mike Stump
2009-09-13
Fix another byref bug. This should hopefully get QuickLookPlugins building su...
Anders Carlsson
2009-09-12
Add FIXME for alignments that won't be honored.
Mike Stump
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-10
GlobalDecl doesn't have an explicit constructor anymore.
Anders Carlsson
2009-09-10
Make the forwarding member of block byref structs be a pointer to the block b...
Anders Carlsson
2009-09-09
Suppress build warning.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
Make BuildByRefType take a ValueDecl instead of a QualType and an alignment.
Anders Carlsson
2009-08-17
Remove an ErrorUnsupported call.
Anders Carlsson
2009-08-16
Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries...
Anders Carlsson
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-08
Refactor some code and implement support for global destructors for static va...
Anders Carlsson
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-08-03
assert(nyi) on attempt to destruct an array of objects.
Fariborz Jahanian
2009-08-03
ir-gen for destructor calls.
Fariborz Jahanian
2009-08-02
use CodeGenModule::EmitNullConstant in a couple of places.
Anders Carlsson
2009-07-31
Update for LLVM API change.
Owen Anderson
2009-07-30
Canonicalize else spacing.
Mike Stump
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-26
Switch to using llvm::Value::getName()
Daniel Dunbar
2009-07-24
Update for LLVM API change.
Owen Anderson
2009-07-19
Fix thinko.
Daniel Dunbar
2009-07-19
Avoid generation of dead code in a few more situations.
Daniel Dunbar
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-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
[next]