summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* When using -pg targeting OS X 10.8, pass -no_new_main to the linker.Bob Wilson2012-07-031-0/+3
* Add -ftls-model command-line flag.Hans Wennborg2012-06-281-0/+2
* Enable -mcpu=native and -march=native for arm targets.Benjamin Kramer2012-06-261-34/+53
* Add template type diffing to Clang. This feature will provide a betterRichard Trieu2012-06-261-0/+2
* Improve support for -g options accepted by Clang:Alexey Samsonov2012-06-211-7/+5
* Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de...Ted Kremenek2012-06-201-2/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-89/+138
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-0/+2
* [VS Toolchain] Correctly forward -l linker inputs to link.exe.Michael J. Spencer2012-06-181-1/+8
* Support -f[no-]rewrite-includes from the driver.David Blaikie2012-06-141-0/+4
* Provide a -no-pedantic to cancel out -pedantic.John McCall2012-06-131-1/+2
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-111-0/+71
* Require -pie when linking with ASan on Android.Evgeniy Stepanov2012-06-041-0/+2
* MIPS: Factor out code selects the float ABI as determined by -msoft-float,Simon Atanasyan2012-06-021-15/+22
* MIPS: Pass -KPIC argument to MIPS assembler if necessary.Simon Atanasyan2012-05-291-0/+12
* Factor out the code retrieves the last PIC related argument fromSimon Atanasyan2012-05-291-16/+5
* Make Clang driver pass the last option from -g group to the compiler.Alexey Samsonov2012-05-291-6/+13
* [driver] Remove obsolete support for -A link option. The standard -A option isChad Rosier2012-05-161-5/+2
* Rename the driver option to -mno-implicit-float, per Eli's suggestion.Chad Rosier2012-05-161-1/+1
* [driver] Allow the driver to directly accept the -no-implicit-float option, s...Chad Rosier2012-05-161-0/+3
* [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...Kostya Serebryany2012-05-161-0/+22
* Add the Objective-C runtime linking arguments after user-specifiedDouglas Gregor2012-05-151-2/+2
* Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs.Bob Wilson2012-05-151-1/+3
* Teach the driver on Linux to respect -nodefaultlibs.Chandler Carruth2012-05-141-13/+16
* Hexagon V5 FP support.Sirish Pande2012-05-101-1/+7
OpenPOWER on IntegriCloud