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
/
exprs.c
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-21
Prep for new warning.
Mike Stump
2009-05-12
implement l-value codegen of comma expr
Chris Lattner
2009-04-25
fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue
Chris Lattner
2009-04-21
fix PR4026: Clang can't codegen __func__ without implicit cast
Chris Lattner
2009-03-24
Support member reference on ?: of struct type.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-18
fix the more complex cases by actually codegen'ing the right expr :)
Chris Lattner
2009-03-18
add codegen support for casting an element to a union.
Chris Lattner
2009-03-18
fix PR3809, codegen for inc/dec of function pointers.
Chris Lattner
2009-03-18
teach codegen to handle noop casts as lvalues.
Chris Lattner
2009-02-11
finish off codegen support for sub of pointer to functions,
Chris Lattner
2008-11-19
fix folding of '*doubleArray'
Nuno Lopes
2008-11-16
fix folding of comma if given a non-constant operand.
Nuno Lopes
2008-06-27
Fix a bug where we didn't promote 'const float' (or typedefs) to
Chris Lattner
2008-02-21
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-01-31
Fix PR1921 by promoting negative indices to intptrty.
Chris Lattner
2008-01-30
fix a problem reported by Eli, caused by not keeping bool as i1
Chris Lattner
2008-01-03
Fix a crash reported by Seo Sanghyeon.
Chris Lattner
2008-01-02
Fix PR1895: a crash on an ugly gcc extension.
Chris Lattner