index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
driver
Age
Commit message (
Expand
)
Author
2009-09-22
Push "clang-is-production" logic up to tools/driver, and make it hittable by
Daniel Dunbar
2009-08-23
CMake: Improve installation of Clang
Douglas Gregor
2009-07-17
Fix indentation / trailing white space.
Daniel Dunbar
2009-07-16
[llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.
Daniel Dunbar
2009-07-01
Driver: Move Compilation::Execute to Driver::ExecuteCompilation.
Daniel Dunbar
2009-06-16
Make the clang executable target depend on clang-cc
Douglas Gregor
2009-05-26
Revert to using &...[0] for std::vector, apparently .data isn't generally
Daniel Dunbar
2009-05-26
Use .data() vs &...[0]
Daniel Dunbar
2009-05-26
The driver/diagnostic client don't need to be on the heap.
Daniel Dunbar
2009-04-17
Support QA_OVERRIDE_GCC3_OPTIONS
Daniel Dunbar
2009-04-10
Driver: CCC_ADD_ARGS could end up using dangling pointers.
Daniel Dunbar
2009-04-01
Allow CCC_ADD_ARGS to add empty arguments
Daniel Dunbar
2009-04-01
Support CCC_ADD_ARGS in new driver.
Daniel Dunbar
2009-03-31
(LLVM up) Update to use llvm::sys::getHostTriple().
Daniel Dunbar
2009-03-24
Really fix cmake style builds.
Mike Stump
2009-03-24
Rename clang-driver to clang.
Daniel Dunbar
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
Add CMake files for tools/driver; I am just guessing here, can someone test/fix?
Daniel Dunbar
2009-03-21
Driver: Give Compilation::Execute total control over the Driver result
Daniel Dunbar
2009-03-18
Driver: Get executable path using llvm::sys::Path::GetMainExecutable.
Daniel Dunbar
2009-03-18
Driver: Use custom diag printer to drop dependency on libFrontend and
Daniel Dunbar
2009-03-18
Driver: Use PrettyStackTrace.
Daniel Dunbar
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-16
Driver: Implement majority tool binding logic.
Daniel Dunbar
2009-03-13
Driver: Return 0 from BuildCompilation on -ccc-print-phases,
Daniel Dunbar
2009-03-12
Driver: Use standard Diagnostic interface for diagnostics.
Daniel Dunbar
2009-03-10
Driver: Add host info.
Daniel Dunbar
2009-03-10
Driver: Handle magic -ccc- options.
Daniel Dunbar
2009-03-04
Driver: Sink Driver/Compilation into clang::driver namespace.
Daniel Dunbar
2009-03-04
Driver: More Option implementation.
Daniel Dunbar
2009-03-03
Sketch Driver Option classes.
Daniel Dunbar
2009-03-02
Stub out some structure for C++ driver.
Daniel Dunbar