- d7a3ba0 Temporarily revert r135614 while I fix the cmake build. by Chad Rosier · 13 years ago
- 2da13b1 When the compiler crashes, the compiler driver now produces diagnostic information by Chad Rosier · 13 years ago
- 59c8457 Correctly handle sysroot prefix in -print-search-dirs. Makes libtool by Joerg Sonnenberger · 13 years ago
- 3e4d109 Prevent the -save-temps flag from modifying the input file if the input filename by Chad Rosier · 13 years ago
- ed79895 Driver: Factor out IsUsingLTO helper function. by Daniel Dunbar · 14 years ago
- 7e46d0b Identifiers with _CapitalLetter are reserved, so don't use them. Prefer the by Nick Lewycky · 14 years ago
- 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 14 years ago
- 9d0fbea Rename ContainsCompileAction to ContainsCompileOrAssembleAction to by Joerg Sonnenberger · 14 years ago
- 32c8cb6 Driver: Suppress some additional warnings with -Qunused-arguments. by Daniel Dunbar · 14 years ago
- 877ded8 Driver: Support -fno-lto. by Daniel Dunbar · 14 years ago
- b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 14 years ago
- c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 14 years ago
- 832316e Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle by Argyrios Kyrtzidis · 14 years ago
- 054e4f5 Introduce Driver::createInvocationFromArgs used to create a CompilerInvocation from command-line args. by Argyrios Kyrtzidis · 14 years ago
- 59f9046 Driver/Darwin: Dsymutil actions should put the dSYM adjacent to the output file. by Daniel Dunbar · 14 years ago
- 7f9fc3f switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. by Chris Lattner · 14 years ago
- 05e5930 Memorize presence/absence of -nostdlib in Driver. by Joerg Sonnenberger · 14 years ago
- 8ab2bdc Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD by Joerg Sonnenberger · 14 years ago
- ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 14 years ago
- 7693b10 On !Darwin, do use the integrated as with -static. by Rafael Espindola · 14 years ago
- 9a2927c Use C as fallback type if in C preprocessor mode. by Joerg Sonnenberger · 14 years ago
- 65f7165 Redo part of r127137: by Joerg Sonnenberger · 14 years ago
- 951c570 Explicitly initialize CCCIsCPP by Joerg Sonnenberger · 14 years ago
- 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 14 years ago
- 476fc67 Normalize target triple passed out of driver. Basically this means by Anton Korobeynikov · 14 years ago
- 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
- 09982ce Allow multiple -B prefixes. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
- 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 14 years ago
- 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 14 years ago
- 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
- 95a907f Driver: Change -dumpversion to return a GCC compatible answer. by Daniel Dunbar · 14 years ago
- 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
- d5b08be Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. by Michael J. Spencer · 14 years ago
- 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 14 years ago
- df344df Going back to the drawing board with these two awful hacks. by Eric Christopher · 14 years ago
- 74cae0c Fix spelling. by Michael J. Spencer · 14 years ago
- 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
- 2c5c313 Horrible hack for systems that use -dumpversion with clang to expect versions by Eric Christopher · 14 years ago
- 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
- 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
- be3aab6 Use hasErrorOccurred() instead of getNumErrors() where it makes sense. by Argyrios Kyrtzidis · 14 years ago
- 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
- 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
- acd65bd Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default of by Chandler Carruth · 14 years ago
- 24da18f lib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin-1.5. by NAKAMURA Takumi · 14 years ago
- bfd2124 Revert r114712 due to failure on darwin buildbot. by Nick Lewycky · 14 years ago
- 280ec9d Make -M/-MM behave like in gcc; use -MF first then -o else use stdout. by Nick Lewycky · 14 years ago
- e3365aa Fix header comment so we don't break emacs. by Nick Lewycky · 14 years ago
- 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
- d829950 Driver: Support -dumpmachine. by Daniel Dunbar · 14 years ago
- e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago
- 79e9e9d Make "-ccc-cxx" option work on Linux. Patch by nobled. by Rafael Espindola · 14 years ago
- c4ab349 Driver: Update -ccc-install-dir to also set the installed dir. Totally by Daniel Dunbar · 14 years ago
- ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
- c326b64 Driver: Claim the -mlinker-version synthesized argument, it shouldn't be by Daniel Dunbar · 14 years ago
- a77a723 Driver: Use the compile time linker version as the default for -mlinker-version, by Daniel Dunbar · 14 years ago
- 6699877 Driver: Have -ccc-host-triple simply override the default in the driver, for by Daniel Dunbar · 14 years ago
- 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
- 74edcea Driver: Give Build{Universal,}Actions access to the default host tool chain. I by Daniel Dunbar · 14 years ago
- 2fe238e Driver: Add Compilation::addCommand and switch tools to using it, now that we by Daniel Dunbar · 14 years ago
- 9b18cca Driver: Simplify. by Daniel Dunbar · 14 years ago
- e434125 Driver: Eliminate now unused argument. by Daniel Dunbar · 14 years ago
- defcda7 Driver: Simplify logic for sending 'clang -E t.c' output to stdout. by Daniel Dunbar · 14 years ago
- 58e12fd Driver: Never try to use piped inputs. by Daniel Dunbar · 14 years ago
- c19a12d Driver: Start ripping out support for -pipe, which is worthless and complicates by Daniel Dunbar · 14 years ago
- 0bbad51 Driver: Change the driver to take the path to the main executable, instead of by Daniel Dunbar · 14 years ago
- b9a8226 Driver: When re'execing clang, use path to the main executable instead of by Daniel Dunbar · 14 years ago
- 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 15 years ago
- b5e2f69 Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part by Daniel Dunbar · 15 years ago
- 212df32 Driver: Support -Wp,-MMD,FOO, which I found an instance of. :( by Daniel Dunbar · 15 years ago
- eda3f70 Driver: Fix PR4062 by dissecting one particular -Wp, form. by Daniel Dunbar · 15 years ago
- f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 15 years ago
- be21cd0 Driver: Switch Compilation to return the translated arguments by default. by Daniel Dunbar · 15 years ago
- 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 15 years ago
- e82ec0b Fix a couple comments. by Daniel Dunbar · 15 years ago
- 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 15 years ago
- 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 15 years ago
- be1cc3e Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is by Daniel Dunbar · 15 years ago
- 9fcbc05 Driver: When printing a "command was signalled" type of diagnostic, use the by Daniel Dunbar · 15 years ago
- eb840bd Driver: Enable -integrated-as by default, at least for Darwin/x86 without -static. by Daniel Dunbar · 15 years ago
- c3d26cc add a new --print-diagnostic-categories option, which causes the driver to by Chris Lattner · 15 years ago
- 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 15 years ago
- 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
- 48ad609 Add very limited support for GCC's '-B' flag. This allows us to support unusual by Chandler Carruth · 15 years ago
- 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 15 years ago
- 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
- 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
- 43302d4 Driver: Allow driver title (for --help) to be overridden by clients. by Daniel Dunbar · 15 years ago
- 51679c5 PR5803: clang++: Treat untyped 'C' inputs as C++. by Daniel Dunbar · 15 years ago
- 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 15 years ago
- e9c7b9e Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument. by Daniel Dunbar · 15 years ago
- 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 15 years ago
- 3bd54cc ASTUnit: Don't check that input files exist when parsing ASTs from the command by Daniel Dunbar · 15 years ago
- a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 15 years ago
- 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 15 years ago
- f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
- 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
- 225c417 Driver: Lift clang resource directory computation to the Driver object. by Daniel Dunbar · 15 years ago
- 4d7b147 Fix possible memory leak by using an OwningPtr. by Ted Kremenek · 15 years ago
- 54d76db Remove some dead variables clang-analyzer found. by Benjamin Kramer · 15 years ago