summaryrefslogtreecommitdiff
path: root/tools/driver
Commit message (Expand)AuthorAge
* This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren2013-11-06
* Driver: Use the canonical command line arguments.David Majnemer2013-10-07
* Fix up fallout from r187156.Bob Wilson2013-09-26
* Fix the MCTargetAsmParser API change.Joey Gouly2013-09-12
* Update to the new API interface which requires the MCRegisterInfo object. <rd...Bill Wendling2013-09-09
* clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix.Reid Kleckner2013-09-04
* clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exeReid Kleckner2013-09-04
* cmake: install a cl.exe binary in the tools/msbuild-bin dirHans Wennborg2013-08-28
* CMake: Fix standalone Clang build, take two.Jordan Rose2013-08-27
* Revert "CMake: Fix out-of-source build's symlinks."Reid Kleckner2013-08-27
* CMake: Fix out-of-source build's symlinks.Jordan Rose2013-08-27
* Fix iterator invalidation. PR16935.Eli Friedman2013-08-20
* Look at lowercase version of argv[0] when determining driver modeHans Wennborg2013-08-20
* [autotools->cmake] Added support for building clang with an order file.Michael Gottesman2013-08-20
* [autotools->cmake] Added support for creating the clang driver plist for OS X.Michael Gottesman2013-08-20
* Remove misleading comment about using cc1 option table.Hans Wennborg2013-08-08
* Don't forward all assembler arguments untouched to -cc1asDavid Blaikie2013-07-25
* Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.Rafael Espindola2013-07-23
* Add a cl.exe compatible driver modeHans Wennborg2013-07-19
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-18
* [Driver] Use LLVM's response file parser because it can read UTF-16Reid Kleckner2013-07-18
* Update for llvm API change.Rafael Espindola2013-07-16
* Revert 186302 to fix build bots.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Don't use PathV1.h in cc1as_main.cpp.Rafael Espindola2013-06-26
* Remove unused header.Rafael Espindola2013-06-26
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-26
* Update to pass in pointers intead of references.Bill Wendling2013-06-18
* Include PathV1.h only where it is used.Rafael Espindola2013-06-17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola2013-06-13
* Use the sys::RemoveFileOnSignal that takes a StringRef.Rafael Espindola2013-06-13
* Update for llvm change.Rafael Espindola2013-06-13
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-12
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-29
* Update for LLVM interface change in r181680.Rafael Espindola2013-05-13
* cmake: mark clang as needing exported symbol.Rafael Espindola2013-04-04
* Update the error handing static functions for r178161.Chad Rosier2013-03-27
* Remove a FIXME that's not planned to be fixed. We only generated crashChad Rosier2013-03-26
* Manually specify the link dependencies. Turns out that all the work onChandler Carruth2013-03-26
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-26
* Driver: do not strip file extensions when printing diagnostics.Benjamin Kramer2013-03-10
* [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier2013-02-21
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-29
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-20
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-17
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-15
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-02
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-25