aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Split the Windows toolchain definition into its own file. This isChandler Carruth
2011-12-17Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-12-15gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.Eli Friedman
2011-12-14Fix typos.Rafael Espindola
2011-12-14Don't use the frame pointer on linux x86 and x86_64 if optimizing. ThisRafael Espindola
2011-12-14Enable stack protectors by default for iOS. <rdar://problem/8836680>Bob Wilson
2011-12-12Fix "control may reach end of non-void function" warning.Nick Lewycky
2011-12-12Hexagon backend supportTony Linthicum
2011-12-09Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, andDaniel Dunbar
2011-12-09Fix the --hash-style option when the target is MIPS as it isChandler Carruth
2011-12-08Misc Minix-specific changes to clang:Eli Friedman
2011-12-08Allow clang to find gcc libs on suse ppc64Hal Finkel
2011-12-08Minor cleanup. Avoid redundant getTriple() calls.Bob Wilson
2011-12-07Driver/Linux: Fix the ASAN library path to match current compiler-rtDaniel Dunbar
2011-12-07Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar
2011-12-07Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472.Eli Friedman
2011-12-06[asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...Kostya Serebryany
2011-12-06Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger
2011-12-05[asan] don't require libstdc++ for asan on linux. Mac fix will go separatelyKostya Serebryany
2011-12-01Driver/Darwin: Add ASAN runtime library link support.Daniel Dunbar
2011-11-30Get the -march argument based on the target MIPS architecture or cpu and passAkira Hatanaka
2011-11-30when -faddress-sanitizer is present, add required flags to the linker command...Kostya Serebryany
2011-11-29Change processor names. Patch by Simon Atanasyan.Akira Hatanaka
2011-11-29[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi
2011-11-28A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P...Eli Friedman
2011-11-21Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith
2011-11-21Change the linker emulation name for FreeBSD/PPC32.Roman Divacky
2011-11-21Teach the driver about failure result files, which are compilationPeter Collingbourne
2011-11-19Driver: Remove the signal number from the "command failed" diagnostic.Benjamin Kramer
2011-11-17clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar
2011-11-16Add -f[no-]address-sanitizer flagKostya Serebryany
2011-11-14Don't track depfiles as result files which need to be cleaned up on failure.Matt Beaumont-Gay
2011-11-11Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079Bob Wilson
2011-11-11Add Linux multiarch include directories for mips/mipsel. Patch from Simon At...Eli Friedman
2011-11-11Add top-level driver option '--serialize-diagnostics' for serialize compiler ...Ted Kremenek
2011-11-09Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth
2011-11-08Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.Eli Friedman
2011-11-08Add a default system include of '/include'. This isn't particularlyChandler Carruth
2011-11-07Whitespace.Chad Rosier
2011-11-07Tablegenify -g options.Chad Rosier
2011-11-07Fix an unsafe use of Twine.Benjamin Kramer
2011-11-07Rip out one of the features I added for the driver-include-management.Chandler Carruth
2011-11-07Fix Linux libc++ usage. Somehow this slipped through during the port.Chandler Carruth
2011-11-06Begin lifting some of the one-off checking logic into generic helperChandler Carruth
2011-11-06Move the GCC installation detection logic down into the Generic_GCCChandler Carruth
2011-11-06Remove an old OpenSUSE hack that is no longer needed -- it is exactlyChandler Carruth
2011-11-06Remove the HasMultilib check. It was essentially useless. The driver nowChandler Carruth