Age | Commit message (Expand) | Author |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-17 | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar |
2009-11-17 | Add driver::types::isObjC predicate. | Daniel Dunbar |
2009-11-17 | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | Daniel Dunbar |
2009-11-10 | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-11-04 | Merge constant array and structures. This will create a global variables for ... | Tanya Lattner |
2009-10-26 | Rename -nostdclanginc to -nobuiltininc. | Rafael Espindola |
2009-10-06 | Add the -nostdclanginc option to clang (the driver). | Rafael Espindola |
2009-09-22 | Push "clang-is-production" logic up to tools/driver, and make it hittable by | Daniel Dunbar |
2009-09-14 | Support -mabi= for clang/ARM. | Daniel Dunbar |
2009-09-11 | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar |
2009-09-10 | Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. | Daniel Dunbar |
2009-09-10 | Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. | 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 | StringRefize ArgList construction of ArgStrings. | Daniel Dunbar |
2009-09-09 | Push bound architecture name into TranslateArgs. | Daniel Dunbar |
2009-09-09 | Push bound architecture name into Compilation::getArgsForToolChain. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Remove tab characters. | Mike Stump |
2009-09-08 | Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate | Daniel Dunbar |
2009-09-08 | Fix ShouldUseClangCompiler to use llvm::Triple. | Daniel Dunbar |
2009-09-04 | Tweak darwin::Link::AddLinkArgs. | Daniel Dunbar |
2009-09-04 | Implement darwin::Link::AddDarwinArch for ARM. | Daniel Dunbar |
2009-09-01 | Add driver support for -emit-ast and AST compilation steps. | Daniel Dunbar |
2009-08-31 | Updated GNU runtime non-fragile ABI. | David Chisnall |
2009-08-27 | add missing header | Gabor Greif |
2009-08-22 | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan |
2009-08-05 | Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel... | Benjamin Kramer |
2009-08-05 | Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! | Benjamin Kramer |
2009-07-31 | Add beginnigs of rtti generation, wire up more of -fno-exceptions. | Mike Stump |
2009-07-21 | driver: Print --version on stdout, to match gcc. | Daniel Dunbar |
2009-07-14 | Remove -ftraditional option, which gcc doesn't actually support. Make | Eli Friedman |
2009-07-07 | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor |
2009-07-01 | Driver: Mark some Compilation members const. | Daniel Dunbar |
2009-07-01 | Driver: Move Compilation::Execute to Driver::ExecuteCompilation. | Daniel Dunbar |
2009-07-01 | Driver: Improve diagnostics for failed commands. | Daniel Dunbar |
2009-07-01 | Driver: Add Source argument for Commands to hold the Action which caused a | Daniel Dunbar |
2009-06-29 | OpenBSD support. | Daniel Dunbar |
2009-06-28 | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling |
2009-06-16 | Fake support for -print-multi-* | Daniel Dunbar |
2009-06-14 | Update LLVM. | Douglas Gregor |
2009-06-08 | PR4016: Forward -fno-show-source-location to clang. | Daniel Dunbar |
2009-06-05 | Add driver support for -fsigned-char/-funsigned-char. | Eli Friedman |
2009-06-05 | Add a couple of FreeBSD-specific command-line options. | Eli Friedman |
2009-06-04 | forward -fno-color-diagnostics to clang-cc. | Torok Edwin |
2009-06-03 | PR4308: Fix support for -m32/-m64 on Linux. | Eli Friedman |
2009-06-03 | Driver: Support -mllvm; this just forwards options to clang-cc. | Daniel Dunbar |
2009-06-02 | Add --shared option. | Eli Friedman |
2009-05-26 | Fix for PR4140: Add the start of a Linux toolchain (basically, just | Eli Friedman |