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
/
globalinit.c
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-30
Upgrade the "excess elements in array initializer" warning to an
Douglas Gregor
2008-08-21
Update a number of CodeGen tests to not create .ll files in the test
Daniel Dunbar
2008-02-05
Relax an assertion, fixing PR1968
Chris Lattner
2008-01-29
Handle binary or in constant expressions.
Anders Carlsson
2008-01-29
Correctly handle constants that refer to enums.
Anders Carlsson
2008-01-29
Correctly handle scalars in braces.
Anders Carlsson
2008-01-09
implement proper support for _Bool in memory, which is usually i8, not i1.
Chris Lattner
2007-12-18
local static vars are globals also. This fixes a testcase
Chris Lattner
2007-12-11
Reimplement support for strings that initialize global inits now that
Chris Lattner
2007-12-11
Explicitly set the string literal type from "char *" to "constant array of ch...
Steve Naroff
2007-12-10
add support for implicit cast from array to pointer that is not the element
Chris Lattner
2007-12-10
disable case that makes this fail.
Chris Lattner
2007-12-10
extend or truncate the initializer for a string initializer to match its type.
Chris Lattner
2007-12-09
Implement codegen support for:
Chris Lattner
2007-12-09
implement support for functions that initialize globals.
Chris Lattner
2007-12-02
Fix buggy test
Chris Lattner
2007-12-02
add codegen support for global inits that require array decay.
Chris Lattner
2007-12-02
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-10-26
Codegen global array initializers.
Devang Patel