index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
ToolChain.cpp
Age
Commit message (
Expand
)
Author
2010-09-17
Driver: implement driver automagic support for -lcc_kext
Shantonu Sen
2010-09-17
Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.
Daniel Dunbar
2010-09-17
Driver: Add a toolchain hook for whether the system has native LLVM support.
Daniel Dunbar
2010-09-14
Driver: Add a -stdlib= argument which can be used to select the C++ standard
Daniel Dunbar
2010-09-14
Driver: Factor out some code for handling the C++ standard library.
Daniel Dunbar
2010-08-23
Driver: Move Clang "triple" computation routines to method on the
Daniel Dunbar
2010-08-02
Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte...
Daniel Dunbar
2010-07-14
Driver: Remove some unused arguments.
Daniel Dunbar
2009-12-21
Add ToolChain::getDriver() and use it instead of going through the HostInfo
Daniel Dunbar
2009-09-09
Change Get{File,Program}Path to return an std::string (instead of a sys::Path).
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-22
(llvm up) Use llvm::Triple for storing target triples.
Daniel Dunbar
2009-03-27
Fix searching for gcc, we only want executable files.
Mike Stump
2009-03-24
Move ToolChain::ShouldUseClangCompiler to
Daniel Dunbar
2009-03-18
Driver: Move actions into Compilation, and construct the compilation
Daniel Dunbar
2009-03-18
Driver: Add test case for -ccc-clang-archs (which, it turns out, was
Daniel Dunbar
2009-03-17
Driver: Pass HostInfo reference into ToolChain.
Daniel Dunbar
2009-03-16
Driver: Sketch Tool and ToolChain classes.
Daniel Dunbar