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
/
address-space.c
Age
Commit message (
Expand
)
Author
2012-05-09
hopefully fix a bunch of ARM buildbot failures
Nuno Lopes
2010-07-08
allow this to pass on 32-bit hosts.
Chris Lattner
2010-07-08
fix the clang side of PR7437: EmitAggregateCopy
Chris Lattner
2010-07-08
filecheckize this test.
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
2008-11-11
These tests have no needed to redirect stderr to stdout.
Daniel Dunbar
2008-06-26
fix a bug handling type attributes in the declspec. declspec processing
Chris Lattner
2008-06-12
Multiple tests in a single test file must be linked with '&&'.
Argyrios Kyrtzidis
2008-04-13
this started failing because a GEP was constant folded,
Chris Lattner
2008-04-02
Fix several bugs in array -> pointer decomposition.
Chris Lattner
2008-02-04
Add ending newline to test.
Christopher Lamb
2008-02-04
Add experimental support for address space qualified types. Address space
Christopher Lamb