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
/
const-init.c
Age
Commit message (
Expand
)
Author
2012-08-20
Fix InitListExpr::isStringLiteralInit so it handles various edge cases correc...
Eli Friedman
2011-12-22
Add support for bitcasts to vector type in Evaluate.
Eli Friedman
2011-07-12
fix an unintended behavior change in the type system rewrite, which caused us...
Chris Lattner
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-03-02
Only emit string initializers in-place if types match. Fixes PR9373.
Benjamin Kramer
2011-01-10
Add unnamed_addr when creating artificial string globals. For example, in
Rafael Espindola
2010-09-03
A constant initializer never matches the type of the variable it's
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-22
Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here
Ken Dyck
2009-11-14
Make __func__ and friends work correctly within the initializer for a static
Eli Friedman
2009-11-13
Obvious fix for PR5474.
Eli Friedman
2009-10-15
Removed math.h include, as Windows math.h has a compile error.
John Thompson
2009-10-08
In VC++, the *printf functions put an extra "0" in the exponent part
Mike Stump
2009-10-02
FileCheckize test case.
Benjamin Kramer
2009-10-02
Don't update the struct alignment when adding fields to a packed struct. Fixe...
Anders Carlsson
2009-10-02
When building constant structs, check if the resulting LLVM struct will be bi...
Anders Carlsson
2009-09-11
Update this test to expect the "inbounds" keyword, which LLVM's constant
Dan Gohman
2009-07-27
Enable the new struct type builder now that the constant struct builder works...
Anders Carlsson
2009-07-27
Enable the new constant struct builder by default. The old code is still in p...
Anders Carlsson
2009-05-19
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-04-30
Fix for PR4108: be a bit looser with the casts that we accept in
Eli Friedman
2009-03-28
Move where block-related variables are initialized so that block
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-01
adjust to changes in the mainline llvm .ll printer.
Chris Lattner
2009-02-25
Allow constant initializers to reference their defining decl.
Daniel Dunbar
2009-02-25
Remove a FIXME; I was mistaken in believing gcc rejected this.
Daniel Dunbar
2009-02-24
Fix IRgen of constant expressions referring to external/static
Daniel Dunbar
2009-02-22
Cleanp code with some recent suggestions.
Mike Stump
2009-02-21
Force arch for these test cases.
Daniel Dunbar
2009-02-20
Handle constant int -> ptr casts of lvalue results.
Daniel Dunbar
2009-02-19
Extend Evaluate() to fold (int) <pointer type>.
Daniel Dunbar
2009-01-29
Evaluate ==,!= for complex types.
Daniel Dunbar
2009-01-28
Implement basic _Complex integer constant folding.
Daniel Dunbar
2008-11-22
Add test for PR2992.
Anders Carlsson
2008-08-05
Fix const-init test case
Daniel Dunbar
2008-05-29
Add codegen support for a few more kinds of initializer constant
Eli Friedman
2008-02-21
Some const initializer tests for stuff I just committed.
Eli Friedman