aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2012-11-02Improve x86 android support:Rafael Espindola
2012-11-02Add -lpthread when building with Ubsan on Linux, in preparation for making li...Richard Smith
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-10-31getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola
2012-10-30[driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 andChad Rosier
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S
2012-10-27-------------------------------------------------Mahesha S
2012-10-25-fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen...Richard Smith
2012-10-23Handle -pthread, -pg and -shared correctly on bitrig.Rafael Espindola
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-22driver/Darwin: Default to AAPCS for M-class CPUs.Daniel Dunbar
2012-10-21Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan
2012-10-19[Options] Make Option non clang specific.Michael J. Spencer
2012-10-18Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis
2012-10-18Add a new option for and disable column number information as thereEric Christopher
2012-10-18[Options] Make Option non clang specific.Michael J. Spencer
2012-10-16GNUstep runtime version default to 1.6, generate correct property attributeDavid Chisnall
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber
2012-10-09[driver] Remove redundant cases due to overlapping commits between Ted (r1655...Chad Rosier
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-10-09[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]Chad Rosier
2012-10-09Don't forward -Wenum-conversion to cc1plus.Ted Kremenek
2012-10-09Don't forward -Wint-conversion to cc1plus.Ted Kremenek
2012-10-07Use getArch instead of getArchName + string compare.Rafael Espindola
2012-10-04Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer
2012-10-02During LTO, we call 'dsymutil' when we compile source files. This necessitatesBill Wendling
2012-09-29Add Clang support for iOS6.Bob Wilson
2012-09-29Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson
2012-09-28Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian
2012-09-26Allow -MF to be used in combination with -E -M or -E -MM.Benjamin Kramer
2012-09-25[driver] Add support for the -fno-fast-math option.Chad Rosier
2012-09-24[analyzer] Really turn on dynamic-bifurcation on by default.Anna Zaks
2012-09-21Add four new command line options for MIPS CPU selection:Simon Atanasyan
2012-09-18Add e500mc and e5500 to the list of valid PPC CPU names.Hal Finkel
2012-09-13This patch introduces A15 as a target in Clang.Silviu Baranga
2012-09-13Conditionally parse documentation comments in system headers byTed Kremenek
2012-09-13Properly link libpthread_p when using profiling on OpenBSD.Eric Christopher