aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-17Add driver::types::isObjC predicate.Daniel Dunbar
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar
2009-11-17Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar
2009-11-14Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar
2009-11-08Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky.Edward O'Callaghan
2009-11-05Adding -fshort-wchar option.John Thompson
2009-11-04Move -fcolor-diagnostics logic to driver.Daniel Dunbar
2009-11-04Move logic for selection -fmessage-length= to driver.Daniel Dunbar
2009-11-04Fix indentation.Daniel Dunbar
2009-11-04Merge constant array and structures. This will create a global variables for ...Tanya Lattner
2009-11-03Implement support for the -undef command line option, patch byChris Lattner
2009-10-31Fix -pthread on dragonfly. Patch by Sascha Wildner.Mike Stump
2009-10-30Change the driver to do the Darwin triple mangling itself instead of forwardingDaniel Dunbar
2009-10-29Remove some obsolete or unnecessary FIXMEs.Daniel Dunbar
2009-10-29PR5328: Allow duplicatic -pedantic (and -pedantic-errors) options.Daniel Dunbar
2009-10-29Kill off MakeFormattedString helper function.Daniel Dunbar
2009-10-29Reject -I- in driver instead of clang-cc.Daniel Dunbar
2009-10-29[llvm up]Douglas Gregor
2009-10-28Fix for PR4887, Credit to Jonathan Gray.Edward O'Callaghan
2009-10-26Rename -nostdclanginc to -nobuiltininc.Rafael Espindola
2009-10-22Driver: Fix thinko in logic for finding gcc's tool chain directory.Daniel Dunbar
2009-10-21Driver: don't produce bogus osx version numbers if no version (aka 0) was spe...Benjamin Kramer
2009-10-20Driver: If unable to find the gcc tool chain, try the next OS rev.Daniel Dunbar
2009-10-19AuroraUX toolchain should call GNU assembler not the Solaris assembler.Edward O'Callaghan
2009-10-16dynamic linker arg is incorrectly invoking gnu ld arg syntax instead of svr4 ...Edward O'Callaghan
2009-10-16fix -ansi in c++: it means -std=c++98Nuno Lopes
2009-10-15Driver: Default to using PTH for C++ precompiled header support, PCH for C++Daniel Dunbar
2009-10-15AuroraUX toolchain fixes.Edward O'Callaghan
2009-10-13-funit-at-a-time is the default however some current makefiles pass -fno-unit...Edward O'Callaghan
2009-10-09Allow customization for the version line.Mike Stump
2009-10-08Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor
2009-10-07Revert r83443.Ted Kremenek
2009-10-07Fixup pathnames.Mike Stump
2009-10-06Add the -nostdclanginc option to clang (the driver).Rafael Espindola
2009-10-05Provide a common set of routines in Version.h that return SubversionDouglas Gregor
2009-10-01Set __EXCEPTIONS by checking on darwin's triple.Fariborz Jahanian
2009-10-01Move the "needs exception support" logic to clang. This also fixesRafael Espindola
2009-09-29Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs inDaniel Dunbar
2009-09-25Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek
2009-09-22Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar
2009-09-18Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base.Daniel Dunbar
2009-09-18Lift AddLinkRuntimeLibArgs into Darwin tool chain.Daniel Dunbar
2009-09-18Move isMacosxVersionLT helpers to Darwin tool chain.Daniel Dunbar
2009-09-18Lift getMacosxVersionMin out into Darwin ToolChain.Daniel Dunbar
2009-09-18Lift AddLinkerSearchPaths() into Darwin tool chain.Daniel Dunbar
2009-09-18Rename a variable to match its semantics.Daniel Dunbar
2009-09-17Driver: Change -O to mean -O2, -O1 is meaningless.Daniel Dunbar