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
/
Driver
/
bindings.c
Age
Commit message (
Expand
)
Author
2012-10-31
Remove the -ccc-no-clang option.
Rafael Espindola
2012-10-30
Remove ccc-no-clang-cpp, which is also dead now.
Rafael Espindola
2012-10-30
In the past "production" clang builds would not be used for c++, and
Rafael Espindola
2012-10-09
The clang driver has a fairly fancy support for executing gcc instead of
Rafael Espindola
2012-10-02
Convert to FileCheck.
Rafael Espindola
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
rename -ccc-host-triple into -target
Sebastian Pop
2010-08-02
Driver: Start ripping out support for -pipe, which is worthless and complicates
Daniel Dunbar
2010-05-14
Force -no-integrated-as in this test.
Daniel Dunbar
2009-12-15
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-08
Fix ShouldUseClangCompiler to use llvm::Triple.
Daniel Dunbar
2009-07-23
Switch the driver back to always using clang-cc by default (for C++, and
Daniel Dunbar
2009-03-30
Missed test case update (part of previous commit)
Daniel Dunbar
2009-03-26
Driver: Add darwin::Link tool.
Daniel Dunbar
2009-03-24
Driver: Change default use of "clang" compiler.
Daniel Dunbar
2009-03-24
Rename clang-driver to clang.
Daniel Dunbar
2009-03-22
Don't use &> in tests; dash doesn't understand it.
Eli Friedman
2009-03-20
Driver: Add and use darwin::Assemble tool.
Daniel Dunbar
2009-03-18
Driver: Update test case.
Daniel Dunbar
2009-03-18
Driver: Add test for binding of precompile; exposed bug due to my
Daniel Dunbar
2009-03-18
Driver: Add test case for -ccc-clang-archs (which, it turns out, was
Daniel Dunbar
2009-03-17
Driver: Add test case for various parts of binding (no-integrated-cpp,
Daniel Dunbar