summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch.Eli Bendersky2013-07-241-0/+7
* [mips] Add support for command-line options -mno-check-zero-division andAkira Hatanaka2013-07-191-0/+8
* [SystemZ] Add -march= command-line optionRichard Sandiford2013-07-191-2/+21
* [SystemZ] Enable frame-pointer elimination for -O1 and aboveRichard Sandiford2013-07-191-4/+6
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-181-19/+19
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-151-7/+3
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-1/+4
* Fix PR16454: Don't #include altivec.h when preprocessing assembly.Bill Schmidt2013-07-031-1/+4
* Debug Info: set default to gdwarf-2 for Darwin.Manman Ren2013-07-021-2/+7
* Add support for passing v8fp options via -mfpu.Joey Gouly2013-06-271-0/+8
* Add support for passing '-target armv8' through the Driver.Joey Gouly2013-06-261-0/+1
* Don't use PathV1.h in Tools.cpp.Rafael Espindola2013-06-251-11/+7
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2013-06-251-8/+5
* Use the new llvm::sys::EnvPathSeparator.Rafael Espindola2013-06-251-1/+2
* Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky2013-06-251-10/+5
* [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is p...Argyrios Kyrtzidis2013-06-241-0/+4
* The profile library must come before the C library so that it can useChandler Carruth2013-06-241-2/+3
* Fix the addition of Clang's profile runtime library to the link stepChandler Carruth2013-06-231-1/+19
* Fix typo in r184308.Richard Smith2013-06-201-1/+1
* [Driver] Don't forward source file input args to gccReid Kleckner2013-06-191-1/+4
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-0/+6
* Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!John McCall2013-06-181-0/+12
* Accept and ignore -fdebug-types-section for now. This will be usedEric Christopher2013-06-181-0/+3
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-4/+5
* Teach clang about the armv4/armv4t distinctionTim Northover2013-06-131-2/+5
* When we're compiling with -pg make sure to link with gcrt1.o on linux. BeEric Christopher2013-06-071-1/+3
* If we're splitting the dwarf for fission and don't want to use theEric Christopher2013-06-051-0/+8
* Default to PIE and using stack protection on OpenBSD.Rafael Espindola2013-06-051-0/+3
* Driver: implement --dyld-prefix option.Peter Collingbourne2013-05-271-30/+34
* Add -fsanitize=leak to driver options.Sergey Matveev2013-05-271-7/+27
* Add -lrt to sanitizer link arguments.Evgeniy Stepanov2013-05-241-0/+1
* Fix a logic bug in the handling of -fmath-errno in the driver. We wouldChandler Carruth2013-05-181-2/+11
* [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options.Simon Atanasyan2013-05-111-0/+8
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-081-0/+5
* Add SystemZ supportUlrich Weigand2013-05-061-1/+10
* R600: Update GPU variants in -mcpu optionTom Stellard2013-05-061-3/+3
* [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan2013-04-301-0/+6
* Exit early when $PWD isn't set. Remove unused unistd.h include.Benjamin Kramer2013-04-271-4/+5
* Use LLVM's preferred current_path API instead of calling getcwd(3) directly.Benjamin Kramer2013-04-271-5/+3
* [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN toChad Rosier2013-04-271-2/+5
* Fix the dangling pointer.Chad Rosier2013-04-271-2/+2
* [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the WindowsChad Rosier2013-04-271-3/+2
* [driver] Implement the -fdebug-compilation-dir in a way that is compatible withChad Rosier2013-04-261-8/+21
* [driver] Put -fvectorize under the -Ofast umbrella flag.Chad Rosier2013-04-241-1/+6
* [driver] Improve the implementation of the -Ofast option.Chad Rosier2013-04-241-13/+33
* [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVMSimon Atanasyan2013-04-211-1/+8
* Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber2013-04-171-3/+36
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-10/+15
* Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem2013-04-151-0/+7
OpenPOWER on IntegriCloud