summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* GNUstep runtime version default to 1.6, generate correct property attributeDavid Chisnall2012-10-161-1/+1
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-9/+22
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-22/+9
* [driver] Remove redundant cases due to overlapping commits between Ted (r1655...Chad Rosier2012-10-091-2/+0
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-0/+18
* [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]Chad Rosier2012-10-091-0/+2
* Don't forward -Wenum-conversion to cc1plus.Ted Kremenek2012-10-091-0/+1
* Don't forward -Wint-conversion to cc1plus.Ted Kremenek2012-10-091-0/+1
* Use getArch instead of getArchName + string compare.Rafael Espindola2012-10-071-14/+14
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-041-0/+3
* During LTO, we call 'dsymutil' when we compile source files. This necessitatesBill Wendling2012-10-021-3/+16
* Add Clang support for iOS6.Bob Wilson2012-09-291-9/+22
* Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson2012-09-291-0/+4
* Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian2012-09-281-1/+4
* Allow -MF to be used in combination with -E -M or -E -MM.Benjamin Kramer2012-09-261-3/+3
* [driver] Add support for the -fno-fast-math option.Chad Rosier2012-09-251-11/+27
* [analyzer] Really turn on dynamic-bifurcation on by default.Anna Zaks2012-09-241-2/+0
* Add four new command line options for MIPS CPU selection:Simon Atanasyan2012-09-211-2/+21
* Add e500mc and e5500 to the list of valid PPC CPU names.Hal Finkel2012-09-181-0/+2
* This patch introduces A15 as a target in Clang.Silviu Baranga2012-09-131-2/+3
* Conditionally parse documentation comments in system headers byTed Kremenek2012-09-131-0/+3
* Properly link libpthread_p when using profiling on OpenBSD.Eric Christopher2012-09-131-3/+10
* Claim --param ssp-buffer-size, even if the stack protector is notJoerg Sonnenberger2012-09-121-6/+8
* Make -faddress-sanitizer on Android link to the new-style runtime.Evgeniy Stepanov2012-09-121-6/+5
* Wrong crtbegin/crtend pair used for PIE on Android.Evgeniy Stepanov2012-09-101-2/+6
* MIPS: Use -march=arch option to select either generic MIPS ISA,Simon Atanasyan2012-09-101-56/+38
* Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis!Roman Divacky2012-09-071-3/+3
* Apply some driver improvements for freebsd-*-mips*.Eric Christopher2012-09-051-8/+39
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-5/+5
* Reland r160052: Default to -std=c++11 on Windows.Nico Weber2012-08-301-2/+5
* Emit .gcda files as absolute paths instead of relative paths.Bill Wendling2012-08-301-1/+3
* Cleanup FreeBSD linking and add support for -pie.Roman Divacky2012-08-281-32/+38
* MIPS: Use -G option to specify MIPS section threshold. Translate itSimon Atanasyan2012-08-271-0/+7
* [driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-0/+12
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-3/+2
* Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux insteadNick Lewycky2012-08-171-0/+3
* Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill.Eli Friedman2012-08-091-0/+4
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+137
* Don't complain about -fobjc-link-runtime being unused with -fobjc-arc.Bob Wilson2012-08-071-1/+3
* Support ARM hard float (arm-linux-gnueabihf).Jiangning Liu2012-07-311-8/+4
* No longer emitting a PCH file when using -fsyntax-only on a header file. Fix...Aaron Ballman2012-07-311-1/+3
* Fix dynamic object linker for ARM GNUEABIHF.Jiangning Liu2012-07-301-2/+6
* Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on...David Chisnall2012-07-291-3/+17
* Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier2012-07-201-2/+2
* Add a new flag, -fms-inline-asm, that enables the output of MS-style inlineChad Rosier2012-07-201-0/+4
* Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson2012-07-191-4/+7
* Enable new linker behaviour on FreeBSD.David Chisnall2012-07-151-0/+2
* Revert r160052, "Default to -std=c++11 on Windows.", for now.NAKAMURA Takumi2012-07-121-5/+2
* Default to -std=c++11 on Windows.Nico Weber2012-07-111-2/+5
* Re-apply r159875 with fixes.Ted Kremenek2012-07-071-1/+2
OpenPOWER on IntegriCloud