summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi2012-07-071-2/+1
* Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek2012-07-061-1/+2
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-061-0/+18
* MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support.Simon Atanasyan2012-07-051-0/+6
* MIPS: Factor out the code converting command line options to target features.Simon Atanasyan2012-07-051-8/+17
* MIPS: Add -mips16 / -mno-mips16 command line support.Simon Atanasyan2012-07-051-0/+9
* Hoist the logic for selecting the Objective-C dispatch method into the runtimeDavid Chisnall2012-07-041-1/+2
* A few more cleanups for the GNU family of ObjC runtimes.David Chisnall2012-07-041-1/+6
* Move a comment from the commit message into the code.Bob Wilson2012-07-041-0/+5
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-1/+1
OpenPOWER on IntegriCloud