aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2012-12-21Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet
2012-12-18Enable the loop vectorizer in clang via -fvectorizeNadav Rotem
2012-12-18Add support for passing the main file name down to the assemblerEric Christopher
2012-12-17Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-12-12[driver] Don't warn about an unused -flto option.Chad Rosier
2012-12-11Add -fslp-vectorize to enable bb-vectorizeHal Finkel
2012-12-11[driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier
2012-12-10Add support to Darwin for the -export_dynamic' flag to the linker.Bill Wendling
2012-12-07Hexagon TC: forward appropriate args to assemblerMatthew Curtis
2012-12-07Hexagon TC: add cc1 defaults for hexagon-gccMatthew Curtis
2012-12-06Hexagon TC: Add/improve support for small dataMatthew Curtis
2012-12-06Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis
2012-12-06Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis
2012-12-06Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis
2012-12-05[driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier
2012-12-05Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov
2012-12-04Add -whole-archive around the ASan runtime archive in the link command.Chandler Carruth
2012-12-04Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a toMatt Beaumont-Gay
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-03Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov
2012-12-03Add -fsanitize=memory.Evgeniy Stepanov
2012-12-01[MIPS] Add -mxgot/-mno-xgot command line optionsSimon Atanasyan
2012-12-01Remove restriction on combining ubsan with asan or tsan. This has worked for ...Richard Smith
2012-11-29Add ARM cortex-a5 subtargetQuentin Colombet
2012-11-29Revert commit revision r168953, to change the commit message, which was emptyQuentin Colombet
2012-11-29git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168953 91177308-0d34-...Quentin Colombet
2012-11-29This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov
2012-11-29Make sure that we put the rest of the sanitizer libraries on the link lineEric Christopher
2012-11-29[driver] -mkernel implies -mstrict-align; don't add the redundant option.Chad Rosier
2012-11-28Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-23Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson
2012-11-21Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth
2012-11-19Add -ldl for non-static libgcc in Android.Logan Chien
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth
2012-11-16Revert r167799. It's not really correct, and it doesn't fix the problem that ...Bill Wendling
2012-11-16UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian
2012-11-15Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky
2012-11-13This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer
2012-11-13Disable accelerator tables when compiling with LTO.Bill Wendling
2012-11-09Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier
2012-11-09[driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-08Rip out a bunch of code for invoking gcc from clang.Bob Wilson
2012-11-06clang/lib/Driver/Tools.cpp: Fix abuse of StringRef.NAKAMURA Takumi
2012-11-06Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...Alexey Samsonov
2012-11-06Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-11-05Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith