summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-151-1/+1
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-141-0/+3
* [Mips] Fix indentation.Simon Atanasyan2013-04-141-1/+1
* [Mips] Follow-up to r179481. Reduce code duplication. UseSimon Atanasyan2013-04-141-10/+3
* [Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan2013-04-141-7/+11
* Remove duplicated comment.Simon Atanasyan2013-04-131-2/+0
* Fix the driver logic for recent versions of DragonFly.John McCall2013-04-111-37/+64
* Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson2013-04-111-1/+4
* Hexagon: Remove -g option from the assembler command line.Jyotsna Verma2013-04-111-1/+0
* For split dwarf we should also run the objcopy action if we'reEric Christopher2013-04-101-0/+8
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-0/+2
OpenPOWER on IntegriCloud