index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
init.c
Age
Commit message (
Expand
)
Author
2012-12-06
Rework the bitfield access IR generation to address PR13619 and
Chandler Carruth
2012-08-27
CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...
Benjamin Kramer
2012-02-24
Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.
Eli Friedman
2011-07-10
Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since
Chris Lattner
2011-02-19
implement a tiny amount of codegen support for gnu array range
Chris Lattner
2010-12-02
Improve codegen for initializer lists to use memset more aggressively
Chris Lattner
2010-12-02
Enhance the init generation logic to emit a memset followed by a few stores when
Chris Lattner
2010-10-10
Allow a string literal to initialize a tail array (PR8217), patch
Chris Lattner
2010-07-07
Don't consider casted non-global pointers to be evaluatable.
John McCall
2010-04-18
recommit r101568 to fix PR6766
Nuno Lopes
2010-04-17
revert r101568, which miscompiles this testcase, distilled from ldecod:
Chris Lattner
2010-04-16
fix PR6766: codegen of var initialized with wide char
Nuno Lopes
2010-03-08
add a codegen hack to work around an AST bug, allowing us to compile the
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-13
Set constant bit on static block vars as well. Patch by Anders Johnson!q
Daniel Dunbar
2009-01-30
Upgrade the "excess elements in array initializer" warning to an
Douglas Gregor
2008-05-04
add a testcase
Chris Lattner
2008-02-19
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...
Lauro Ramos Venancio
2008-02-18
Implement multi-dimension array initalizer.
Lauro Ramos Venancio
2008-01-29
Correctly handle constants that refer to enums.
Anders Carlsson
2008-01-29
Correctly handle scalars in braces.
Anders Carlsson