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
2011-06-24
Change the IR-generation of VLAs so that we capture bounds,
John McCall
2011-06-18
Remove dead variables.
Benjamin Kramer
2011-06-17
Objective-C fast enumeration loop variables are not retained in ARC, but
John McCall
2011-06-16
Restore correct use of GC barriers.
John McCall
2011-06-15
Suppress a warning in -Asserts builds.
John McCall
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-15
Do not emit stoppoint before emitting debug info for parameters.
Devang Patel
2011-06-04
Rework r132576.
Devang Patel
2011-06-03
Emit debug info only if there is an insertion point. The debug info should no...
Devang Patel
2011-05-27
Add unnamed_addr to internal globals which are only used as an operand to mem...
Eli Friedman
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-05-02
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-05
Fix typo.
Devang Patel
2011-03-31
Move all the significant __block code into CGBlocks.cpp. No functionality
John McCall
2011-03-18
Add support for language-specific address spaces. On top of that,
Peter Collingbourne
2011-03-08
Extract a function to emit an arbitrary expression as if it were the initializer
John McCall
2011-03-06
Revert r126422 "Use private linkage to avoid symbol conflicts in
Douglas Gregor
2011-03-03
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
revert r126858.
Devang Patel
2011-03-02
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
Revert r126794.
Devang Patel
2011-03-01
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-02-24
Use private linkage to avoid symbol conflicts in corner cases like the one
Rafael Espindola
2011-02-22
Emit the structure layout of the block literal parameter to a block
John McCall
2011-02-22
Establish the iteration variable of an ObjC for-in loop before
John McCall
2011-02-22
Reorganize the emission of local variables.
John McCall
2011-02-18
The flags we're supposed to write into a byref struct are *not* the
John McCall
2011-02-18
implement basic support for __label__. I wouldn't be shocked if there are
Chris Lattner
2011-02-17
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-16
Ensure that the NRVO flag has some block to insert into. Fixes PR9178!
Nick Lewycky
2011-02-16
Simplify test to check an aggregate argument that has non trivial constructor...
Devang Patel
2011-02-15
Assorted cleanup:
John McCall
2011-02-09
If an aggregate argument is passed indirectly because it has non trivial
Devang Patel
2011-02-08
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-07
A few more tweaks to the blocks AST representation:
John McCall
2011-01-28
Convert the exception-freeing cleanup over to the conditional cleanups code,
John McCall
2011-01-26
Fixes an IRgen bug where __block variable is
Fariborz Jahanian
2011-01-18
Replace calls to CharUnits::fromQuantity() with ones to
Ken Dyck
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2010-12-30
Add support for declaring register contraints in variables. They are only used
Rafael Espindola
2010-12-30
Correct function name in comment.
Nick Lewycky
2010-12-30
Simplify mem{cpy, move, set} creation with IRBuilder.
Benjamin Kramer
2010-12-02
IR Gen. part of API support for __block cxx
Fariborz Jahanian
2010-12-02
Improve codegen for initializer lists to use memset more aggressively
Chris Lattner
2010-12-02
attempt to fix a buildbot failure, apparently apache fails to build.
Chris Lattner
2010-12-02
Enhance the init generation logic to emit a memset followed by a few stores when
Chris Lattner
2010-12-01
add some infrastructure that will let us codegen
Chris Lattner
2010-12-01
get some i32/i8/i1 constants from Builder, which is much less painful than
Chris Lattner
2010-11-30
Declaring local static in global block
Fariborz Jahanian
[next]